• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Release build fails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re[2]: Am I Being Debugged?
  • Next by Date: Re: Release build fails
  • Previous by thread: Re: .mom file
  • Next by thread: Re: Release build fails
  • Index(es):
    • Date
    • Thread