Re: Xcode 3.0 linking error
Re: Xcode 3.0 linking error
- Subject: Re: Xcode 3.0 linking error
- From: Thomas Hauk <email@hidden>
- Date: Fri, 7 Mar 2008 11:54:49 -0800
I figured it out. Here's the answer, in case it bites anyone else.
By default, a new Xcode 3.0 BSD static library project does not
contain any preprocessor macros.
By default, a new Xcode 3.0 Carbon C++ Application project contains
these preprocessor macros for the Debug config:
_GLIBCXX_DEBUG=1 _GLIBCXX_DEBUG_PEDANTIC=1
Adding the macro "_GLIBCXX_DEBUG=1" to the lib project fixed the
problem.
T
--
"Take it to the bridge!"
-- James Brown
_______________________________________________
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