BloodXero
02-18-2003, 09:41 PM
im having problems installing allegro for dev-c++. i got the it to fix mingw32 but when i try "make" it says this:
C:\devcpp\allegro>make
Compiling Allegro for MinGW32, optimised. Please wait...
gcc -DALLEGRO_SRC -Wall -Wno-unused -mcpu=pentium -O2 -funroll-loops -ffast-math -fomit-frame-pointer -fno-strength-reduce -I. -I./include
-o obj/mingw32/alleg/wddaccel.o -c src/win/wddaccel.c
In file included from src\win\wddraw.h:30,
from src/win/wddaccel.c:23:
c:\devcpp\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\include\ddraw.h:153: parse error before `HMONITOR'
c:\devcpp\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\include\ddraw.h:154: parse error before `HMONITOR'
make: *** [obj/mingw32/alleg/wddaccel.o] Error 1
i moved all of the files from c:\dxsdk\include\ to c:\devcpp\include\. then i moved all of the lib files too. is there anything else that i need to move that i havent thats causing this. or is it something else i dont know about. or am i just plain screwing up.
C:\devcpp\allegro>make
Compiling Allegro for MinGW32, optimised. Please wait...
gcc -DALLEGRO_SRC -Wall -Wno-unused -mcpu=pentium -O2 -funroll-loops -ffast-math -fomit-frame-pointer -fno-strength-reduce -I. -I./include
-o obj/mingw32/alleg/wddaccel.o -c src/win/wddaccel.c
In file included from src\win\wddraw.h:30,
from src/win/wddaccel.c:23:
c:\devcpp\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\include\ddraw.h:153: parse error before `HMONITOR'
c:\devcpp\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\include\ddraw.h:154: parse error before `HMONITOR'
make: *** [obj/mingw32/alleg/wddaccel.o] Error 1
i moved all of the files from c:\dxsdk\include\ to c:\devcpp\include\. then i moved all of the lib files too. is there anything else that i need to move that i havent thats causing this. or is it something else i dont know about. or am i just plain screwing up.