From: <af...@al...> - 2006-03-06 23:27:30
|
Francesco Montorsi wrote: > the absence of __WXMAC__ symbols can only be noticed when compiling on > Mac :) Yeah, those I'll worry about so no need to check on Windows/Linux :-) > the inclusion of lua internal.h is strange - we don't need it on win > or unix. Well, the reason I needed to add it was that I got missing symbols for lua2wx and wx2lua. It is supposed to inline those calls, but... > Last the addition of the wxSTENotebook is probably not required using > the latest wxStEdit from CVS... Okey dokey, will check the CVS then (SourceForge CVS lags a *lot* for anonymous access, it's only live when you are using SSH...) > ok, could you please check out the latest CVS of wxLua and try the > configure script on your Mac ? > It would be very useful to know how much portable it is... configure script worked like a charm, that "config" was in error > I think adding a folder like build\macbundle containing all required > files could be enough ? Yes, or just a few extra steps before packaging it up for the end user. The current Makefile does all things needed for a UNIX-type installation > Would you require any change in build system (i.e. Makefiles)? > We manage them using Bakefile so I can help with it... Not to just compile it, no. And the Installer packages are easiest done with Apple's PackageMaker.app, not sure it needs a Makefile ? --anders |