在使我遇到问题期间
/usr/bin/ld: cannot find -lSDL2_image
/usr/bin/ld: cannot find -lSDL2_mixer
我已经有libsdl2-image
和libsdl2-mixer
。
如果我这样做:
g++ -L /home/russell/Documents/cube2/tesseract-master/src/fpsgame/ -lSDL2_image weapon.cpp -o weapon
然后我得到
game.h:4:10: fatal error: cube.h: No such file or directory
#include "cube.h"
^~~~
https://github.com/lsalzman/tesseract 代码在这里,我没有做任何修改。