Neil Hodgson wrote:
Robert Roessler:

Actually, what is it precisely (or even kind-of) that causes this
breakage?

   Win64 support. It would probably all work with a more recent Platform SDK.

   Neil

Neil is correct.  I was trying to build Scite.  Scintilla builds fine with VC6, 
but Scite will not.

I have managed to build Scite with MinGW without issue.  What I am actually 
trying to do now is incorporate the Win32 LUA modification for silent execute 
and popen (see here: http://lua-users.org/wiki/PipesOnWindows).  I tried to 
build popen.c into Scite using MinGW following the instructions in the comments 
of the c file, but never managed to get it to compile.  It always throws the 
following errors:

liolib.o(.text+0x244):liolib.c: undefined reference to `pt_pclose'
liolib.o(.text+0x421):liolib.c: undefined reference to `pt_popen'
liolib.o(.text+0xecc):liolib.c: undefined reference to `RunSilent'
All of the instructions I have found for adding popen.c by searching around are 
for VC6 so I was trying to get VC6 to compile the standard Scite src before 
going any further.

Anyhow, I didn't mean to take this thread on a completely different tangent.  
Thanks.

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to