From: tiennou <tie...@gm...> - 2007-10-15 12:54:07
|
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? One of the things I don't understand is that on my side I have only =20 linking error concerning wx, not libz or iconv, and only in the ppc =20 linking. Linking in Quicktime or Carbon doesn't remove the errors... =20 Strangely I'm getting less error when linking against wx Deploy than =20 when linking against Develop... I'm beginning th think the wx Xcode =20 project is not up to date... I'm commiting my lastest changes to the Xcode project right now... Etienne= |