Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OT] Anyone created Xcode projects for building Open Source




Has anyone created Xcode projects for building Universal Binary versions of
Open Source cppunit and wxWidgets?
Yes, I've done this for cppunit and several other libraries. For most projects what I tend to do is create a new Carbon static library or framework, then simply add all the source files in the subfolders (I use the carbon one for convenience as a number of project options are already set up) Depending on the project you might need to explicitly set the include paths (well behaved libs like cppunit and the boost libs only need a single include path - .../cppunit/include and ../boost/ as I recall). That was pretty much all that was required for cppunit and boost. Other libraries might require to you to run ./configure scripts first, or edit a config.h header to suit local conditions (eg if you want to link against other libraries), but a lot of decently written open source libraries should build without too many changes.

Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden
References: 
 >[OT] Anyone created Xcode projects for building Open Source (From: Lyndsey <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.