|
|
| Allegro 5 compiling from source error |
|
iheartcoffee
Member #16,518
August 2016
|
I'm not able to compile the ttf part of allegro. I get the following error form cmake This is my full cmake configure Guessed MinGW directory: C:/MinGW/mingw32 Configuring done I also don't understand why it's not detecting GDI Plus
|
|
Edgar Reynaldo
Major Reynaldo
May 2007
|
My guide mentions you need to tick the check box for HAVE_PNG and HAVE_ZLIB or something in CMake under FreeType2. The GDI plus error is a error with the build script not looking where mingw-w64 has its file. It's in with the i686_blah/include and /lib folders. Just search for libdxguid.a and you'll find it. 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 |
|
|