Not sure why but I'm getting a lot of new build errors with MSVC. It looks
to me like it's compiling for Android (or some other Unix)... a clean run of
CMake then a build produces errors like "undefined reference to __func__"
(seems to be used in include/allegro5/memory.h and all al_malloc, al_free
etc calls throw this error) and "cannot find pthread.h" (shouldn't be
looking for it.) What have I done wrong? I'm using MSVC 2013.


_______________________________________________
Allegro-developers mailing list
[email protected]
https://mail.gna.org/listinfo/allegro-developers

Reply via email to