[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2003-05-17, Eric <ebotcazou@xxxxxxxxxx> wrote:
> gcc -DALLEGRO_SRC -Wall -Wno-unused -O2 -funroll-loops -ffast-math
> -fomit-frame-pointer -pipe -DALLEGRO_USE_C -I. -I./include -o
> obj/macosx/alleg/lbm.o -c src/lbm.c
> src/lbm.c:68: illegal cast, missing `)' after `id'
[snip]
>
> Weird. Rename 'id' to something else.
`id' is the generic type for objects in Objective-C. I don't know why
it should affect C code, but maybe it does.
--
王浩禎