From: tiennou <tie...@gm...> - 2007-10-15 13:40:08
|
Le 15 oct. 07 =C3=A0 13:53, Tito Dal Canton a =C3=A9crit : > Tiennou, I installed wx 2.8.6 on OS X and tried the latest xcode > project. Much easied with WX_SRC_ROOT, well done, I think we can go =20= > like > this and just tell people to set WX_SRC_ROOT consistently with their > setup. > > However, I still have to manually add > -liconv -lz > to the additional link flags, otherwise I get undefined symbols =20 > related > to libiconv and libz. Also, the project frameworks must be added to =20= > the > "Link with libraries" phase of the target, otherwise I get lots of > undefined symbols again (carbon-related stuff). Finally, I have to add > the QuickTime framework. The latter is probably due to different wx > build options than yours (I downloaded wx and built straight from the > xcode project). I didn't managed to build due to lack of time, but =20 > those > operations certainly brought me closer to a successful build. Can you > look at them, or should I update the svn project myself? OK, I got it by linking against static wx lib (I guess the dynamic =20 target is a little out-of-date)... I'm testing right now, here are the issues I found : Debug target are unusable : Menubar don't work, I get asserts at =20 startup and thus an almost-empty menubar (no new, no open,...). This =20 is not really an issue, because SF in debug weighs in at around =20 120Mb, and I don't even think about distributing these builds... Release target : - No major issue on sound editing. The gui works, update, I can save =20 a file and load it without getting errors... - Hmm, the Shapes editor looks pretty bad ! There is a major issue =20 with sizer in there. The main list view works (albeit it has a =20 strange jumpy behavior), but the left part is all cornered top-right, =20= in a 10*10cm square... I'll take a look at why it does that, but I'm =20 not sure I'll have a fix quickly... Etienne= |