• 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
cstdlib include compile errors GCC 4.0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cstdlib include compile errors GCC 4.0


  • Subject: cstdlib include compile errors GCC 4.0
  • From: Ken Baer <email@hidden>
  • Date: Fri, 17 Jun 2005 10:43:45 -0700

I am compiling my application with XCode 2.1 with gcc 4.0 with a target SDK for 10.3 for PPC (hasn't gotten to Intel yet).  I get the following errors related to the include file cstdlib (no .h).  I don't even know who is including it, but it's very low level.  I have a precompiled header that includes <Carbon/Carbon.h>, and it has already been precompiled, so I get this when it starts to compile my first CPP file.

Any ideas what this is?

/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:123: error: '::system' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:159: error: '::lldiv_t' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:175: error: 'lldiv_t' does not name a type
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:179: error: 'lldiv_t' does not name a type
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:192: error: '::atoll' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:193: error: '::strtoll' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:194: error: '::strtoull' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:196: error: '::strtof' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:197: error: '::strtold' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:203: error: '__gnu_cxx::lldiv_t' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:209: error: '__gnu_cxx::div' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:210: error: '__gnu_cxx::lldiv' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:212: error: '__gnu_cxx::atoll' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:213: error: '__gnu_cxx::strtof' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:214: error: '__gnu_cxx::strtoll' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:215: error: '__gnu_cxx::strtoull' has not been declared
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/cstdlib:216: error: '__gnu_cxx::strtold' has not been declared

 _______________________________________________
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

  • Prev by Date: Re: problems working it out.
  • Next by Date: Re: GCC-XML for XCode? (was: RE: is there an automated way to beautify code in xcode?)
  • Previous by thread: Re: problems working it out.
  • Next by thread: GCC Warning Options
  • Index(es):
    • Date
    • Thread