Re: FPC-Cocoa project Release doesn't work, though Debug does
Re: FPC-Cocoa project Release doesn't work, though Debug does
- Subject: Re: FPC-Cocoa project Release doesn't work, though Debug does
- From: Jonas Maebe <email@hidden>
- Date: Tue, 14 Jul 2009 23:11:40 +0200
On 14 Jul 2009, at 20:47, Alexander Bokovikov wrote:
I'm puzzled... I've built the project OK in Debug mode, but when I
switched to Release mode, some error messages appear at linking
stage. As far as I can understand it, Pascal type Extended in
Release mode becomes to be the same as Pascal type Double. At least
error tells that "function already defined" and shows function
arguments, as $DOUBLE (something like that), though arguments are
defined, as Extended in the source. I can't find it in the XCode
project Build config, where that might be defined.
Can you post the full error message?
Click on the third icon from the set below in the window that shows
the error messages:
to see the full build transcript.
Double = extended in case you are compiling for PowerPC (because the
PowerPC has no support for an 80 bit floating point type, and FPC does
not support 128 bit floating point numbers either). However, even for
some reason you were compiling for PowerPC and not i386, then the
compiler should complain about that (while compiling the source) and
not the linker. So I'm not sure what's going on.
Jonas
_______________________________________________
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