On 18.03.2009 22:01, Eric Sunshine wrote: > I will try to update the build system to handle Mac OS X universal > configurations properly and easily. > > I don't know why you were told on IRC that it should not be built as a > universal binary. A universal binary should be perfectly reasonable both > for the SDK and for end-user CS-based applications.
Consider: - configure detects endianness and (supposedly) emits macros for the endianness. - configure snoops the host triplet and sets macros. These detections kind of break down when universal binaries are built: the macros would be set (by configure) to settings for _one_ architecture, but the compiling would be performed for _two_ architectures - with the result that the set of macros is wrong for one of the built architectures. That doesn't seem to be something solved easily. -f.r.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
