From: Francesco M. <f18...@ya...> - 2006-02-03 17:06:00
|
Hi, Francesco Montorsi ha scritto: > Let's say (on Unix) that the user compiles and installs wxLua and then > removes the wxLua directory which he used to compile it. > app X is then unable to compile its custom wxbind module since wxbind > sources do not exist anymore on that system. > This should not be a problem on win32 since if you want to compile app X > then you probably won't remove the wxbind's sources of wxLua :) now wxbind sources, makefiles and default wxluasetup.h are installed on Unix systems in default paths: frm@genius:~/work/wxLua/gtksud/bin$ l /usr/local/include/wxbind/ totale 1,0K drwxr-xr-x 3 root root 256 2006-02-03 17:46 build/ drwxr-xr-x 2 root root 136 2006-02-03 17:38 include/ drwxr-xr-x 2 root root 80 2006-02-03 17:35 setup/ drwxr-xr-x 2 root root 1,1K 2006-02-03 16:41 src/ and if the user tries to go in /usr/local/include/wxbind/build and types make -f makefile.gnu WXLUASETUP_DIR=/mydir WXLUABINDLIB_DIR=/home the wxbindcustom library is correctly built against the wxluasetup.h found there and goes in /home :)) However I still need to test the wxbindcustom makefiles on win32. Francesco |