yey yet another problem i dont understand i want allegro working with code::blocks 10.5 i followed this http://wiki.allegro.cc/index.php?title=Code::Blocks tutorial and im now on to this line
The 4.2.2 Stable Version
First download the source from here
Once you've got that unzip it in C:\allegro. (or any other location)
Next, you need to download a directX package. This is because the Windows version of allegro uses directX (the standard Windows way of interfacing graphics). Allegro won't compile without it.
Download here.
Extract the contents to C:\mingw overwriting all files.
Open a console again. Get to C:\allegro.
Now allegro can be compiled by typing in the command line:
FIX.BAT mingw
MINGW32-MAKE.EXE
MINGW32-MAKE.EXE DEBUGMODE=1
MINGW32-MAKE.EXE install
MINGW32-MAKE.EXE install DEBUGMODE=1
and when i try to do MINGW32-MAKE.EXE IN CMD It goes
C:\Allegro>FIX.BAT mingw
C:\Allegro>MINGW32-MAKE.EXE
makefile.all:248: *** recipe commences before first target. Stop.
C:\Allegro>
i want to be able to fix this problem bymyself but i have no clue what the point of this is for or how it works and whats the purpose and idea behind it and how to use it
The latest version of Allegro 4 is 4.4.2. Download the source from http://alleg.sourceforge.net/download.html or download the binaries from http://www.allegro.cc/files/. If you build from source, you'll need cmake installed first. Follow the directions in allegro/docs/build/cmake.html.