From: Francesco M. <f18...@ya...> - 2006-03-06 22:29:43
|
Hi, Anders F Björklund ha scritto: > I've posted a patch to the SourceForge tracker > with some changes needed for wxMac compilation... > > http://sourceforge.net/tracker/index.php?func=detail&aid=1444354&group_id=140042&atid=745326 Thanks ! I'm quite sure the patch is good. Unfortunately I haven't got a Mac to test it nor John or Klaas, I think so your help is very useful! > Applying that, and messing around with the configuration > (like adding Scintilla and wxStEdit to wx, for instance) > makes it compile and work on Mac OS X as well as the others. > (tested on Mac OS X 10.3 with wxWidgets 2.6.1 for "Carbon") I see in patch tracker comment that you had to tweak the lua makefile. Why did you use it ? the configure script should do all checks for you and it will produce a modules/Makefile which should build lua without using lua's own makefile (which is not generated through configure and is placed in modules\lua\Makefile).,, > One needs to run the usual `wx-config --rezflags` on the > exe/binaries or bundle them up, but that is standard on Mac. On my linux, wx-config --rezflags returns: @true Warning: --rezflags, along with Mac OS classic resource building is deprecated. You should remove this from your Makefile and build .app bundles instead. but I have no idea what .app bundles are. If you could help making mac installation smoother, it would be great ! Francesco |