by David Phillip Oster <oster@[EMAIL PROTECTED]
>
May 30, 2008 at 07:27 PM
In article <1ihrhr1.1baopfiog4zovN%mackel@[EMAIL PROTECTED]
>,
mackel@[EMAIL PROTECTED]
(Robert Welz) wrote:
> Hello.
>
> I wonder how I should change this include in LException
>
> // LException.h
> //
> // PowerPlant Exception class
>
> ...snip...
> #include <exception>
>
>
> ----
>
> I have added the path
> /Developer/SDKs/MacOSX10.3.9.sdk/usr/include/c++/4.0.0/
> to XCode 2.5's preferences' source tree but
>
>
> /Developer/Applications/Metrowerks CodeWarrior 9.0/Metrowerks
> CodeWarrior/MacOS Sup****t/PowerPlant/Sup****t Cl*****/LException.h:12:21:
> error: exception: No such file or directory
>
> Can someone help, please?
Odd that you aren't finding it in the standard system include paths.
My system has:
/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/gcc/darwin/4.0/c++/exception
and
/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/c++/4.0.0/exception
in addition to the ones for all the other SDKs.
Proabably you didn't set up your Xcode project correctly. Remember that
your project's build settings are overriden by your target's build
settings, and library search paths aren't the same as source trees.