Release build fails
Release build fails
- Subject: Release build fails
- From: Michael McLaughlin <email@hidden>
- Date: Tue, 09 Oct 2007 09:06:42 -0400
- Thread-topic: Release build fails
I created an Xcode project from a public-domain package.
When compiled as a standard tool, all went well and everything worked
perfectly. I then tried to extract the essential code (all but main.c) to
create a static library.
The library Debug build succeeded without error. However, the Release build
gave 87 errors beginning with
#if defined(HAVE_ALTIVEC)
#if !defined(__APPLE__)
#include <altivec.h>
#endif
/** 128-bit data structure */
union W128_T {
vector unsigned int s; <-- error: parse error before vector
uint32_t u[4];
};
The most relevant configuration settings are C99 and Enable Altivec
Extensions, the same in both builds.
Could anyone suggest where I might start looking?
Note: I am using Xcode 2.4.1 and OS X 10.4.10.
TIA.
--
Mike McLaughlin
_______________________________________________
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