Сборка библиотеки Allegro 5 с CMake и TDM-GCC - PullRequest
0 голосов
/ 05 июля 2019

Ошибка командной строки

Каталоги CMake

Я создаю библиотеку Allegro.Я использую Windows на своем Mac, используя параллели.В командной строке я перешел в соответствующий каталог и выполнил команду «mingw32-make», но получаю следующую ошибку:

C:\Users\personal\Downloads\allegro-5.2.2\build>mingw32-make
Scanning dependencies of target allegro_monolith
[  0%] Building C object CMakeFiles/allegro_monolith.dir/src/allegro.c.obj
gcc.exe: error: \Mac\Home\Downloads\allegro\src\allegro.c: No such file or directory
gcc.exe: fatal error: no input files
compilation terminated.
CMakeFiles\allegro_monolith.dir\build.make:62: recipe for target 'CMakeFiles/allegro_monolith.dir/src/allegro.c.obj' failed
mingw32-make[2]: *** [CMakeFiles/allegro_monolith.dir/src/allegro.c.obj] Error 1
CMakeFiles\Makefile2:94: recipe for target 'CMakeFiles/allegro_monolith.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/allegro_monolith.dir/all] Error 2
Makefile:128: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
...