From: Francesco M. <f18...@ya...> - 2005-11-20 23:18:21
|
Hi, John Labenski wrote: > I don't know about the libs, maybe we can give them the same naming > semantics as wxWidgets with our own version number so they won't > conflct with anyone and then just dump them into the $PREFIX/libs. > > For example in modules/wxlua/src/Makefile > > WXLIBBASE = $(shell wx-config --basename) > WXRELEASE = $(shell wx-config --release) > > lib$(WXLIBBASE)_wxlua-$(WXRELEASE) > = libwx_gtk2ud_wxlua-2.7.so.1.5.0 > > LIBVERSION_CURRENT=1 > LIBVERSION_REVISION=5 > LIBVERSION_AGE=0 > > Where the 1.5.0 are just currently arbitrarily defined in > modules/wxlua/src/Makefile. ok, then let's go for a naming rule like the one for wx. > How can we define these to be available > for both the Makefiles and also the C++ code so we don't have to have > them defined over and over again? I couldn't found any way to do that. In *all* my project I have the project version defined _at least_ in 3 places: 1) the bakefile 2) the configure.ac 3) an header file and I have to manually update them. However many project adopt a script to do that automatically... >>PS: I added wxLua link to wikipedia page for wxWidgets; I wonder if >>1) we should move the page which is currently at http://www.luascript.thersgb.net/ to >>http://wxlua.sourceforge.net >> or >>2) make a redirection from http://wxlua.sourceforge.net to http://www.luascript.thersgb.net/ > > > Can we have it point to both? We need to make a release once we get it > to compile everywhere. Maybe in the next month. Ops; I was not clear; the wikipedia page points to both the pages but that's a secondary issue. I meant to say that I think it's confusing for the user to see two websites with two different versions of wxLua. So I'd like to go for 1) + a little restyling of the index page. This would also make wxLua website a "standard" wxWidgets language binding next to: http://wxperl.sf.net http://wxruby.sf.net http://wxbasic.sf.net etc Francesco |