Ошибка компиляции. Проблема SDL

Когда я пытаюсь скомпилировать эту программу с помощью команды make, происходит сбой. Я думаю, что у меня есть все необходимые библиотеки для этого. Вот снимок экрана трёрминала с ошибкой компиляции.

enter image description here

А вот часть файла readme:

        <=============SETTUP=============>

    To install the game, you will need the GNU GCC (G++) compiler as 
well as the SDL library v1.2 or greater and SDL_image extension 
library (for quicker and more versatile image loading) and SDL_ttf (for using true type fonts).

    After unpacking the archive, open up a terminal window,
browse to the folder where you unpacked and type in "make". The source
files have now been compiled, and you can now run the program by typing
./Invaders.

Что мне делать?

0
задан 6 May 2013 в 18:28

1 ответ

Выполните следующую команду, чтобы установить все требования, указанные в вашем сообщении. А затем сделать ./make

sudo apt-get install libtiff4 libtiff4-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev

0
ответ дан 6 May 2013 в 18:28

Другие вопросы по тегам:

Похожие вопросы: