Migrate from XCode 2.1 to 2.1
Migrate from XCode 2.1 to 2.1
- Subject: Migrate from XCode 2.1 to 2.1
- From: Dieter Oberkofler <email@hidden>
- Date: Mon, 6 Mar 2006 13:33:58 +0100
Hi,
I'm moving from XCode 2.1 to 2.2 and are have a problem when (re)
building the original project:
I'm including <CoreServices/CoreServices.h> and when compiling the
following includes tree:
---
In file included from /usr/include/math.h:26,
from /System/Library/Frameworks/CoreFoundation.framework/Headers/
CoreFoundation.h:19,
from /System/Library/Frameworks/CoreServices.framework/Frameworks/
CarbonCore.framework/Headers/CarbonCore.h:20,
from /System/Library/Frameworks/CoreServices.framework/Headers/
CoreServices.h:21,
...
---
I receive the following error messages:
---
/usr/include/architecture/ppc/math.h:393: error: parse error before
string constant
/usr/include/architecture/ppc/math.h:393: error: 'acosl' declared as
function returning a function
/usr/include/architecture/ppc/math.h:394: error: parse error before
string constant
/usr/include/architecture/ppc/math.h:394: error: 'asinl' declared as
function returning a function
...
---
392: #if ( __WANT_LONG_DOUBLE_FORMAT__ - 0L > 0L )
393: extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl);
394: extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl);
---
Would someone be able to help on this?
Thank you in advance,
Dieter
_______________________________________________
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