Hi! I have found some problem when building the SciTE in MinGW enviorement.
The makefile have two types of search path declaration some times ../../scintilla/win32 and some times ..\..\scintilla\bin\SciLexer.dll In MinGW the second notatiopn of the path will be translated to ....scintillabinSciLexer.dll The results in the make will be that like cp (copy) will not find the source to copy! ==== cp ..\..\scintilla\bin\Scintilla.dll ..\bin\Scintilla.dll cp: cannot stat `..\\..\\scintilla\\bin\\Scintilla.dll': No such file or directory ==== Why is there two types of path definition? I have no experens to build in outer enviorements then GNU G++/GCC on Linux and MinGW/MSYS How handle outer compilers/make the path? Can thees compilers/make handle the ../../scintilla/win32 path notation? Is it possible to have one path notation? I have also find that there is missing a "ifndef" to determ if you compile under MinGW/CygWin or Win32 in the scintilla makefile. That generate that the "make clean" will not work. TEW
_______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
