[AD] Build errors with MSVC |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
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.