• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using Boost C++ library in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Boost C++ library in Xcode


  • Subject: Re: Using Boost C++ library in Xcode
  • From: Paul Walmsley <email@hidden>
  • Date: Thu, 13 Sep 2007 17:47:46 +0100


I changed my "Header Search Paths" to "/usr/local/include/boost-1_34_1", but gets the same result.
In building debug mode, it builds ok, but building in release mode, I get errors:
You will need to build the boost regex library and link to it -- many parts of boost can be used just by including headers, but other components (including the regex support) need separate libraries. You can either use boost's own build system and just link against the library, as described in the quite helpful tutorial: http://www.boost.org/more/getting_started/unix-variants.html

Or you can create an Xcode wrapper project -- just add all the contents of boost/libs/regex to a library project and that's pretty much all you need

Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Using Boost C++ library in Xcode (From: Ivan C Myrvold <email@hidden>)
 >Re: Using Boost C++ library in Xcode (From: Ivan C Myrvold <email@hidden>)

  • Prev by Date: Re: Using Boost C++ library in Xcode
  • Next by Date: Re: Ownership and permissions for applications: security issues?
  • Previous by thread: Re: Using Boost C++ library in Xcode
  • Next by thread: Re: Using Boost C++ library in Xcode
  • Index(es):
    • Date
    • Thread