[ http://issues.apache.org/jira/browse/STDCXX-113?page=comments#action_12362376 ]
Justin Erenkrantz commented on STDCXX-113: ------------------------------------------ Changing the format strings to '%lu' to remove the warnings has no effect. So, I expect it has more to do with the missing symbols. > [gcc 4.0/Mac OS X 10.4.3] _RWSTD_PTRDIFF_T et al not defined > ------------------------------------------------------------ > > Key: STDCXX-113 > URL: http://issues.apache.org/jira/browse/STDCXX-113 > Project: STDCXX > Type: Bug > Components: Configuration > Versions: 4.1.3 > Environment: gcc 4.0/OS X 10.4.3 > Reporter: Martin Sebor > Priority: Blocker > Fix For: 4.1.4 > > From > http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200601.mbox/[EMAIL > PROTECTED] > -------- Original Message -------- > Subject: Re: Mac OS X and stdcxx was Re: [VOTE] publish stdcxx 4.1.3 > Date: Tue, 10 Jan 2006 12:14:23 -0800 > From: Justin Erenkrantz <[EMAIL PROTECTED]> > Reply-To: [email protected] > To: [email protected] > References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL > PROTECTED]> <[EMAIL PROTECTED]> > --On January 10, 2006 12:45:57 PM -0700 Martin Sebor <[EMAIL PROTECTED]> > wrote: > > According to Howard, Apple doesn't distribute libsupc++ with gcc 4 > > on OS X. Instead they make it available for download as part of their > > Xcode development environment. See > > http://www.apple.com/macosx/features/xcode/ > > and > > http://developer.apple.com/tools/download/. > I only had XCode 2.1. It seems I needed XCode 2.2 - we should document > that in README. =) /usr/lib/libsupc++.a is installed when you install > XCode 2.2. > It now fails compiling bitset.cpp per attached log. HTH. -- justin > ---------------------------------------------------------------------- > gcc -c -I/Users/jerenkrantz/tmp/stdcxx-4.1.3/include/ansi > -D_RWSTD_USE_CONFIG -I/Users/jerenkrantz/tmp/stdcxx-4.1.3/build/include > -I/Users/jerenkrantz/tmp/stdcxx-4.1.3/include -pedantic -nostdinc++ -Wall > -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align > /Users/jerenkrantz/tmp/stdcxx-4.1.3/src/bitset.cpp > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iosfwd.h:168: error: > '_RWSTD_SEEK_SET' was not declared in this scope > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iosfwd.h:169: error: > '_RWSTD_SEEK_CUR' was not declared in this scope > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iosfwd.h:170: error: > '_RWSTD_SEEK_END' was not declared in this scope > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:73: error: > '_RWSTD_PTRDIFF_T' does not name a type > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:84: error: > '_RWSTD_PTRDIFF_T' does not name a type > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:95: error: > expected type-specifier before '_RWSTD_PTRDIFF_T' > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:95: error: > expected `>' before '_RWSTD_PTRDIFF_T' > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
