Re: [AD] 4.3.10plus and Mac OS X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] 4.3.10plus and Mac OS X
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sat, 7 Feb 2009 09:52:38 -0700 (MST)
On Sat, February 7, 2009 2:12 am, Milan Mimica said:
> That didn't try to build any addons, did it?
> Try with "make WITH_ALL_ADDONS=1" after you've got all the
> dependencies (listed in docs/[src/]addons.txt).
> Also try fix.sh macosx-universal
The addons built find but not the universal binary. Here's the first error:
misc/gcc-uni.sh -DALLEGRO_SRC -I/sw/include -L/sw/lib -I. -I./include -o obj/macosx/alleg/cadigi.o -c src/macosx/cadigi.m
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSAffineTransform.h:5,
from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:13,
from /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10,
from include/allegro/platform/alosx.h:39,
from include/allegro.h:77,
from src/macosx/cadigi.m:18:
/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:79: error: parse error before "__attribute__"
(I added the /sw/* cflags)
Trent :{)>