From: Francesco M. <f18...@ya...> - 2005-11-20 23:19:20
|
Hi, John Labenski wrote: > On 11/20/05, John Labenski <jla...@gm...> wrote: > >>>NOTE: where do we want to install wxLua libraries and headers on unix ? >>>$PREFIX/lib and $PREFIX/include seem a nice place for me, but we can consider also >>>$PREFIX/lib/wxlua and $PREFIX/include/wxlua, specially if our lua headers/libs could give >>>problems to other builds of lua installed in the same prefix... >> >>I guess we need to put them in $PREFIX/wxlua so the user just does -I >>$PREFIX/wxlua in their Makefiles if they install it and or just -I >>path/to/wxlua/modules if they didn't and it'll work both ways. > > > Sorry should be > > eg. > modules/lua/include/*.h > modules/wxbind/include/*.h > modules/wxlua/include/*.h > modules/wxluadebug/include/*.h > modules/wxluasocket/include/*.h > > go to > $PREFIX/include/wxlua/lua/include/*.h > $PREFIX/include/wxlua/wxbind/include/*.h > $PREFIX/include/wxlua/wxlua/include/*.h > $PREFIX/include/wxlua/wxluadebug/include/*.h > $PREFIX/include/wxlua/wxluasocket/include/*.h > > It's a little weird, but for the above reason I think it has to be this way. ok, I agree this is best. Francesco |