I had to build from source, I was getting error while loading shared libraries: libsfml-graphics.so.2.3 on Ubuntu 14.4. I have libsfml-graphics.so.2.1 in /usr/local/lib, I guess that is the most recent version in Ubuntu repos.
Error compiling: $ make Scanning dependencies of target shelduck [ 4%] Building CXX object lib/CMakeFiles/shelduck.dir/src/SoundEngine.cpp.o c++: error: unrecognized command line option ‘-std=c++14’ make[2]: * [lib/CMakeFiles/shelduck.dir/src/SoundEngine.cpp.o] Error 1 make[1]: * [lib/CMakeFiles/shelduck.dir/all] Error 2 make: * [all] Error 2
Error running the binary: $ ./game/FindTheTurkey ./game/FindTheTurkey: error while loading shared libraries: libsfml-graphics.so.2.3: cannot open shared object file: No such file or directory
Comments7
I had to build from source, I was getting error while loading shared libraries: libsfml-graphics.so.2.3 on Ubuntu 14.4. I have libsfml-graphics.so.2.1 in /usr/local/lib, I guess that is the most recent version in Ubuntu repos.
$ make
Scanning dependencies of target shelduck
[ 4%] Building CXX object lib/CMakeFiles/shelduck.dir/src/SoundEngine.cpp.o
c++: error: unrecognized command line option ‘-std=c++14’
make[2]: * [lib/CMakeFiles/shelduck.dir/src/SoundEngine.cpp.o] Error 1
make[1]: * [lib/CMakeFiles/shelduck.dir/all] Error 2
make: * [all] Error 2
Error running the binary:
$ ./game/FindTheTurkey
./game/FindTheTurkey: error while loading shared libraries: libsfml-graphics.so.2.3: cannot open shared object file: No such file or directory
Fedora 20 64bits