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 Support/PowerPlant/Support Classes/LException.h:12:21:
error: exception: No such file or directory
Can someone help, please?
Thanks,
Robert
David Phillip Oster - 31 May 2008 03:27 GMT
> Hello.
>
[quoted text clipped - 18 lines]
>
> 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.