Re: Xcode, Boost and snprintf
Re: Xcode, Boost and snprintf
- Subject: Re: Xcode, Boost and snprintf
- From: "Sherm Pendley" <email@hidden>
- Date: Thu, 3 Jul 2008 10:44:50 -0400
On Thu, Jul 3, 2008 at 10:12 AM, Michael McLaughlin <email@hidden> wrote:
>
> /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/i686-apple-darwin9/bits
> /c++locale.h: In function 'int std::__convert_from_v(char*, int, const
> char*, _Tv, int* const&, int)':
> /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/i686-apple-darwin9/bits
> /c++locale.h:72: error: 'snprintf' is not a member of 'std'
Googling for "error: 'snprintf' is not a member of 'std'" turns up the
same question, repeated many times by GCC users on a variety of
platforms. Apparently* the problem is the recursive header path -
disable that, and you should be good to go.
*According to this: <http://forums.macrumors.com/showthread.php?t=440342>
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
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