xcode problems compilling minimal app

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
boxcarmiba
Experienced Solver
Experienced Solver
Posts: 67
Joined: Wed Jun 14, 2006 7:35 am

xcode problems compilling minimal app

Post by boxcarmiba »

Platform: xcode 2.4.1 wxWidgets 2.8.0

used supplied .xcodeproj file to succesfully compile wxWidgets 2.8.0

used supplied .xcodeproj file to compile minimal application, which returned the following errors:

Building target
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

If i were you i would not trust the provided XCode projects, these kinds of projects seem to quickly become out of date - i always build wx from terminal, it works very well

http://www.wxwidgets.org/wiki/index.php ... th_MacOS_X

Setting up in XCode:
http://www.wxwidgets.org/wiki/index.php ... _Beginners
Post Reply