From: Francesco M. <f18...@ya...> - 2005-09-02 16:23:24
|
Hi, >>* I am using windows and mingw as compiler and make throws strange >>errormessages if I run make (making lua was no problem that way): >> >>process_begin: CreateProcess((null), wx-config --basename, ...) failed. >>process_begin: CreateProcess((null), wx-config --release, ...) failed. >> ... > > > These are looking for the 'wx-config' scripts, is it in your path? > They should have been created by running configure in the wxWidgets > root dir. I have never tried mingw, but I'm assuming it would be the > same as using gcc in linux. that's not so easy: wx-config cannot be used with mingw. mingw's make is like any other win32 make and thus does not understand command substitution as unix makes do. which makefile did you try ? try to go in wxLua\build\msw and type mingw32-make -fmakefile.gcc Francesco |