everytime i try to compile allegro throgh the make command i get the
following error...i have no idea what is going on...HELP!!!
please!!!!!!!!!!!!!
C:\Dev-C\allegro>make
Compiling Allegro for MINGW32, optimised. Please wait...
gcc -DALLEGRO_SRC -Wall -Wno-unused -mpentium -O2 -funroll-loops -ffast-math
-fo
mit-frame-pointer -fno-strength-reduce -I. -I./include -o
obj/mingw32/alleg/inli
ne.o -c src/inline.c
In file included from .\include\allegro\aintwin.h:38,
from src/inline.c:27:
c:\mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\include\ddra
w.
h:148: parse error before `HMONITOR'
c:\mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\include\ddra
w.
h:149: parse error before `HMONITOR'
C:\MINGW32\BIN\MAKE.EXE: *** [obj/mingw32/alleg/inline.o] Error 1
any ideas as to what i can do...all the headers and libs are in the proper
places (i think) is there some kind of error int he ddraw.h file??
> everytime i try to compile allegro throgh the make command i get the
> following error...i have no idea what is going on...HELP!!!
> please!!!!!!!!!!!!!
Don't panic. Just put this line in the file c:\devc\include\windef.h
#define HMONITOR_DECLARED
suppose you have everything else, dxlibs, includes?
with greetings,
-chris