Mail Archives: djgpp/1999/06/22/13:46:29
Ok, round two. Here are the error messages when I run make on allegro.
I tried compiling a program whose only lines were an ifndef DJGPP and an
error message, which did the same thing.
Once again, yes DJGPP is listed properly under 'set'.
C:\djgpp\allegro>make
Compiling Allegro. Please wait...
gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math
-fomit-frame-p
ointer -o obj/djgpp/allegro.o -c src/allegro.c
In file included from src/internal.h:23,
from src/allegro.c:33:
allegro.h:28: #error Allegro can only be used with djgpp
In file included from src/internal.h:28,
from src/allegro.c:33:
src/linux/internli.h:24: #error This file should only be used by the linux
versi
on of Allegro
make.exe: *** [obj/djgpp/allegro.o] Error 1
- Raw text -