From: Francesco M. <f18...@ya...> - 2006-03-12 13:39:34
|
John Labenski ha scritto: > We've also patched our lua so it should be installed if people want to > compile their programs using the wxlua libs. Can we put the includes > into > > /usr/loca/include/wxlua/... > > maybe it's non standard, but I definitely don't want to overwrite > other people's things. (Thats why I never install tgz sources I > compile into the system path). currently the headers are installed into an 'include' subfolders of: drwxr-xr-x 3 root root 72 2006-02-27 21:49 lua/ drwxr-xr-x 6 root root 144 2006-02-27 21:49 wxbind/ drwxr-xr-x 3 root root 72 2006-02-27 21:49 wxbindstc/ drwxr-xr-x 3 root root 72 2006-02-27 21:49 wxlua/ drwxr-xr-x 3 root root 72 2006-02-27 21:49 wxluadebug/ drwxr-xr-x 3 root root 72 2006-02-27 21:49 wxluasocket/ in $PREFIX so no header should be ever overwritten. Do you mean that's better to install all of them in folders like: $PREFIX/include/wxlua/lua/include/*.h $PREFIX/include/wxlua/wxbind/include/*.h $PREFIX/include/wxlua/wxbindstc/include/*.h $PREFIX/include/wxlua/wxlua/include/*.h $PREFIX/include/wxlua/wxluadebug/include/*.h etc... ? > > About the lua executable, maybe it's best to rename it to wxlua-lua as > Francesco suggested. ok, done the change in bakefiles. Francesco |