Erro ao instalar o software, linha de comando, Makefile: 72: receita para o destino 'src / widgets / LoadTexture.o' falhou

0

Estou tentando instalar o "Spike-Recorder" do Backyard Brains. Eu tenho as dependências instaladas, mas ainda estou recebendo um erro.

~/Spike-Recorder$ apt-file search SDL_image.h
cmake-doc: /usr/share/doc/cmake-data/html/module/FindSDL_image.html
emscripten: /usr/share/emscripten/system/include/SDL/SDL_image.h
libsdl-image1.2-dev: /usr/include/SDL/SDL_image.h
libsdl2-image-dev: /usr/include/SDL2/SDL_image.h

$ ~/Spike-Recorder$ apt-cache policy libsdl2-devlibsdl2-dev:
  Installed: 2.0.4+dfsg2-1ubuntu1
  Candidate: 2.0.4+dfsg2-1ubuntu1
  Version table:
 *** 2.0.4+dfsg2-1ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
        100 /var/lib/dpkg/status

Mas ainda estou tendo problemas

~/Spike-Recorder$ make
g++ -o src/widgets/LoadTexture.o -c src/widgets/LoadTexture.cpp -g -O2 -Isrc -Isupport -I. -Wall -DSIGSLOT_PURE_ISO --std=c++11 'sdl2-config --cflags'
src/widgets/LoadTexture.cpp:2:23: fatal error: SDL_image.h: No such file or directory
                       ^
compilation terminated.
Makefile:72: recipe for target 'src/widgets/LoadTexture.o' failed
make: *** [src/widgets/LoadTexture.o] Error 1

~/Spike-Recorder$ apt-file search SDL_image.h
cmake-doc: /usr/share/doc/cmake-data/html/module/FindSDL_image.html
emscripten: /usr/share/emscripten/system/include/SDL/SDL_image.h
libsdl-image1.2-dev: /usr/include/SDL/SDL_image.h
libsdl2-image-dev: /usr/include/SDL2/SDL_image.h
    
por user311009 09.07.2017 / 00:53

0 respostas