[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I 'm having a BIG problem....Alegro doesn't compiles AT ALL!!!!
>
> I get this message...
>
> C:\djgpp\allegro>make
> Compiling Allegro for djgpp, optimised. Please wait...
> gcc -DALLEGRO_SRC -Wall -Wno-unused -march=i486 -O2 -funroll-loops
> -ffast-math -
> fomit-frame-pointer -I. -I./include -o obj/djgpp/alleg/allegro.o -c
> src/allegro.
> c
> In file included from include/allegro/base.h:26,
> from include/allegro.h:27,
> from src/allegro.c:23:
> c:/djgpp/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: conflicting types for
> `va_l
> ist'
> c:/djgpp/include/stdio.h:35: previous declaration of `va_list'
> make.exe: *** [obj/djgpp/alleg/allegro.o] Error 1
>
It's a bug in DJGPP, here seems to be a solution:
http://www.allegro.cc/forums/view_thread.php?_id=186502
--
Elias Pschernig