Hi, John Labenski wrote: > Everything else seems great, I'm using VC 2003 and nmake.exe and both > release and debug work even with the wxStEditor lib! > > But, for SHARED=1 the paths for the dlls are > ..\..\lib\wxmsw_msw26_wxlua.dll > but should be > ..\..\..\lib\[vc_dll]\wxmsw_msw26_wxlua.dll > [snip]
FYI, (cvs 2006-12-17, wx2.8, winxp) I tried with mingw: mingw32-make -fmakefile.gcc WX_VERSION=28 WX_MONOLITHIC=1 SHARED=1 It gives: F:\mingw\BIN\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot open output file ..\..\lib\wxlua_msw28d_lua.dll: No such file or directory collect2: ld returned 1 exit status mingw32-make[1]: *** [..\..\lib\wxlua_msw28d_lua.dll] Error 1 mingw32-make[1]: Leaving directory `F:/a_C/wxLua/modules/build/msw' mingw32-make: *** [modules] Error 2 Since, I had similar results with modified (as your's but with gcc_dll) makefile.gcc with a recent cvs, I didn't try it again. There is no problem in SHARED=0 configuration. -- Regards, Hakki Dogusan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
