[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
gcc -DALLEGRO_SRC -Wall -Wno-unused -mcpu=pentium -O2 -funroll-loops
-ffast-math
-fomit-frame-pointer -I. -I./include -o obj/mingw32/alleg/poly3d.o -c
src/poly
3d.c
In file included from src/poly3d.c:32:
obj/mingw32/asmcapa.h:1: parse error before string constant
make[1]: *** [obj/mingw32/alleg/poly3d.o] Error 1
make[1]: Leaving directory `C:/MinGW/allegro'
make: *** [all] Error 2
This is with 4.1.15. Also, was there a - added to the makefile so with
make installall it wont fail if the include\allegro exists?