Thread: How do I install/compile Allegro with Dev-C++(I use Mingw)

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Question How do I install/compile Allegro with Dev-C++(I use Mingw)

    There has to be a way!!!!

  2. #2
    Registered User kitten's Avatar
    Join Date
    Aug 2001
    Posts
    109
    The makefile which compiles allegro calls DJGPP's gcc, gxx and whatever executables. And even allegro's header file gives a compilation error if __DJGPP (or something like that) is not defined.

    Even if I removed this line, borland gave me tons of errors and warnings when I compiled. So just a word of warning.
    Making error is human, but for messing things thoroughly it takes a computer

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Check http://www.talula.demon.co.uk/allegro/ for porting information.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. dev & allegro compile errors
    By Calgore in forum C++ Programming
    Replies: 10
    Last Post: 08-11-2004, 04:41 PM
  2. mingw dev studio, question
    By ookooa in forum C++ Programming
    Replies: 2
    Last Post: 05-18-2004, 01:20 PM
  3. Actual Game Dev, no allegro
    By PHP in forum Game Programming
    Replies: 9
    Last Post: 12-17-2002, 04:05 PM
  4. Does allegro work on dev c++?
    By willgell in forum Game Programming
    Replies: 3
    Last Post: 12-13-2002, 11:44 PM
  5. allegro + dev
    By Klinerr1 in forum C++ Programming
    Replies: 1
    Last Post: 06-24-2002, 02:03 AM