• 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
[SOLVED] Xcode 1.1 libstd C++ error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED] Xcode 1.1 libstd C++ error


  • Subject: [SOLVED] Xcode 1.1 libstd C++ error
  • From: Mike <email@hidden>
  • Date: Sat, 18 Nov 2006 02:22:40 -0500

It turns out in fact that it was a 10.3.x problem.

The  project was originally build with 10.3.2 in which Apple used libstdc++.a. In 10.3.9 Apple switched to a dylib. I was trying to build under 10.3.9 and the original project was built with 10.3.2. Switching back to 10.3.2 allowed the project to link just fine straight away.

Mike

Sean McBride wrote:
On 2006-11-16 22:43, Mike said:

  
I have no choice. I have inheritied a shipping XCode 1.2 project and the
goal is to simply rebuild it as-is, not port it to 2.4.
    

Wait, are you using Xcode 1.1 or 1.2?  On which OS?

  
I have no idea if I am using C++ exceptions. I assume you mean try/catch
blocks?
    

yes, and 'throw'.

  
If the project was compiling at one point and has never been
changed, then why won't it compile now under the same configuration?
    

Is the config really the exact same?  Maybe something that seems
irrelevant is different.

  
I am using no other libraries besides 2 or 3 of the standard Apple
frameworks.
    

Are you familiar with OS X driver development?  Is this an IOKit
driver?  Or one of those userland drivers?  If the former, then you
should only have Kernel.framework in your project.  You can't use
Carbon, Cocoa, java, C++ exceptions, RTTI, templates, multiple
inheritance, etc.  See

<http://developer.apple.com/documentation/DeviceDrivers/Conceptual/
IOKitFundamentals/Features/chapter_2_section_6.html#//apple_ref/doc/uid/
TP0000012-TPXREF105>

  

 _______________________________________________
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

References: 
 >Xcode 1.1 libstd C++ error (From: Mike <email@hidden>)
 >Re: Xcode 1.1 libstd C++ error (From: "Sean McBride" <email@hidden>)
 >Re: Xcode 1.1 libstd C++ error (From: Mike <email@hidden>)
 >Re: Xcode 1.1 libstd C++ error (From: "Sean McBride" <email@hidden>)

  • Prev by Date: implementing auto-update (was Re: Determining what apps are installed on Tiger)
  • Next by Date: Nov 2006 Lib Ref documentation size
  • Previous by thread: Re: Xcode 1.1 libstd C++ error
  • Next by thread: Build for 10.3 crashes on 10.4
  • Index(es):
    • Date
    • Thread