Neil Hodgson wrote:
Elsass Philippe:

I didn't manage to build SciTE with Lua support in MVS.
I believe i should download another compiler...

   Visual C++ is supported. Build using scite/win32/scite.mak.

   Neil

I am trying to build Scite with popen.c added using mingw.  When I make the 
changes to liolib.c as specified in the popen.c comments, the following errors 
are thrown when I try to compile:

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'

As far as I can guess (I'm completely new to this) the build process is not taking popen.c into account when compiling. There is a mention of "add this file to your project" in reference to popen.c, but I have no clue how to do that for the mingw build process. Any help would be greatly appreciated.
Dan

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

Reply via email to