Roger Sondermann:

When I set "CYGWIN = 0" or comment out the "ifdef TERM" in .../scite/win32/makefile I do get:

with make:
make: *** No rule to make target `..\..\scintilla\bin
\Scintilla.dll', needed by `..\bin\Scintilla.dll'.  Stop

with mingw32-make.exe:
cp ..\..\scintilla\bin\SciLexer.dll ..\bin\SciLexer.dll
cp: cannot stat `..\\..\\scintilla\\bin\\SciLexer.dll': No such file or directory

Its still running cp rather than copy so CYGWIN is still being defined (to 0), so remove the four lines:

ifdef TERM
# Assume that any defined TERM implies cygwin.
CYGWIN = 1
endif

Now "mingw32-make clean" in both directories and then "mingw32-make" in both directories.

   Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to