![]() |
|
keep getting makefile.all:248: *** recipe commences before first target. stop. |
Noobscratcher
Member #13,058
July 2011
|
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: Quote: FIX.BAT mingw and when i try to do MINGW32-MAKE.EXE IN CMD It goes C:\Allegro>FIX.BAT mingw C:\Allegro>MINGW32-MAKE.EXE 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 |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
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. My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
|