Hi All, I'm very new around here. Is anyone using Boost with Apple's XCode 2.4.1? I'm having some trouble with adding the libraries correctly. Thanks, Scott ____________________________________________________________________________________ Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. http://new.toolbar.yahoo.com/toolbar/features/norton/index.php
Hi, I use XCode 2.4.1 with the Boost libraries (perhaps that sentence order should be transposed...) James. On 24 Jul 2007, at 15:45, Scott Froberg wrote:
Hi All, I'm very new around here. Is anyone using Boost with Apple's XCode 2.4.1? I'm having some trouble with adding the libraries correctly. Thanks,
Scott
______________________________________________________________________ ______________ Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. http://new.toolbar.yahoo.com/toolbar/features/norton/index.php _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
In article <46A63C30.7040400@manbert.com>,
Rush Manbert
Scott Froberg wrote:
Hi All, I'm very new around here. Is anyone using Boost with Apple's XCode 2.4.1? I'm having some trouble with adding the libraries correctly. Thanks,
I am, but I statically link, so can't help you with dylib issues.
Hi, here is what I do (I have installed Boost with MacPorts in /opt/local): 1) Open the project info, select 'Build' options and add the following search paths: User Header Search Path: /opt/local/include Library Search Path: /opt/local/lib 2) If you are using boost::program_options, uncheck 'Symbols Hidden By Default' 3) Choose menu Project -> Add to Project... In the search box write /opt/local/lib and add the .dylib files you want. Make sure that the targets that use the libraries are checked. If you encounter problems, you may try to disable ZeroLink (but I do not think it is necessary). That's it! Nicola
Hi, Am 25.07.2007 um 10:01 schrieb nicola:
In article <46A63C30.7040400@manbert.com>, Rush Manbert
wrote: Scott Froberg wrote:
Hi All, I'm very new around here. Is anyone using Boost with Apple's XCode 2.4.1? I'm having some trouble with adding the libraries correctly. Thanks,
I am, but I statically link, so can't help you with dylib issues.
Hi, here is what I do (I have installed Boost with MacPorts in /opt/ local): <snip> If you encounter problems, you may try to disable ZeroLink (but I do not think it is necessary). That's it!
Nicola
according to the experts at Apple's Xcode-users mailing list it's nearly always wise to disable ZeroLink. Greetings Klaus
participants (5)
-
James Jackson
-
Klaus Backert
-
nicola
-
Rush Manbert
-
Scott Froberg