1
General / Re: raspberry pi 2
« on: June 12, 2015, 06:32:58 AM »
First of all, thanks for all of the information. It's taken a lot of work, but I have Jessie installed and was able to get through most of the process listed on the mickelson site.
I've gotten to the point where I've downloaded attract. I can't seem to get the 'make' command to work though and keep getting this error. I just cannot for the life of me figure out what it wants.
Thanks for any help
I've gotten to the point where I've downloaded attract. I can't seem to get the 'make' command to work though and keep getting this error. I just cannot for the life of me figure out what it wants.
Quote
root@jessie-rpi:~/develop/attract# make
g++ -c -o obj/fe_base.o src/fe_base.cpp -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -s -Iextlibs/audio/include -I/usr/include/freetype2 -I/usr/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -DUSE_FONTCONFIG -DUSE_AVRESAMPLE
In file included from src/fe_base.cpp:24:0:
src/fe_util.hpp:28:27: fatal error: SFML/Config.hpp: No such file or directory
#include <SFML/Config.hpp>
^
compilation terminated.
Makefile:290: recipe for target 'obj/fe_base.o' failed
make: *** [obj/fe_base.o] Error 1
Thanks for any help