Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Invincer

Pages: [1]
1
Tried numerous times. Any help would be appeciated! Thanks!!

"make USE_GLES=1"
flags: -Wl,--export-dynamic -DDATA_PATH="/usr/local/share/attract/" -O2 -DNDEBUG -I/opt/vc/include -L/opt/vc/lib -Iextlibs/miniz -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -I/usr/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/gameswf -DFE_RPI -DUSE_GLES -DUSE_FONTCONFIG -DUSE_AVRESAMPLE
fatal: No names found, cannot describe anything.
mkdir -p obj
Compiling obj/fe_base.o...
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:412: recipe for target 'obj/fe_base.o' failed
make: *** [obj/fe_base.o] Error 1

Pages: [1]