Francesco Montorsi: >> Not actually using it, but will happy to give building it a try... > Great! Also remember us if you need some other file to generate the > MacBundle which is not in CVS yet. In fact, if the generation is more > than 2-3 commands, we may also add a script to do it under > distrib\macbundle (just like I do for autopackages under > distrib\autopackage).
Trying to build wxLua CVS (2.8.0) on wxMac 2.8.0 UNICODE/Universal. Here are the issues I've run into: - Bakefile doesn't seem to support Universal Binaries, it uses the -MMD flag which chokes the compilation and doesn't support the -isysroot flag which chokes the linking. So building twice it is (once for PowerPC and once for Intel, and then merging with lipo) - The generated shared libraries only have versioned names, so they aren't able to find eachother later when trying to run the binaries. i.e. it installs *-2.8.0.0.0.dylib but looks for *-2.8.0.dylib ? Symlinking these manually after installation fixes this issue... - The generated program does not use Rez to set the icons, which for wxWidgets means that they won't receive any events either. It needs to call upon Rez with the Carbon.r and wxLua.r files. Unfortunately `wx-config --rezflags` is now gone from wx 2.8.0. To complicate things more, the wxLua.r.gz is corrupted (ASCII?) - wxStEdit seems to install the library as libstedit, but is later trying to use it for linking with the libwx_macu_stedit name. Again, symlinking to the rescue - but it seems there are some duplicated symbols (?) between libwx and libwxlua, so I think I will have to rebuild the entire thing with static libraries... I can do a manual build / packaging for Christmas, but I would hardly state that it builds "out of the box" on Mac OS X :-) --anders ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users