1
SFML projects / Thor C++ Library – An SFML extension
« on: December 19, 2011, 09:36:00 am »
Hello
I try to compile thor from svn (r71) with latest sfml from git on archlinux x64 and got this error...
it seem like no file Transformable.hpp anymore in latest sfml build.
edit: how i miss that above post lol :shock:
I try to compile thor from svn (r71) with latest sfml from git on archlinux x64 and got this error...
Code: [Select]
Found SFML: /usr/local/include
-- SFML and OpenGL found.
-- Configuring done
-- Generating done
-- Build files have been written to: /local/buildpkg/sfml-thor/src/trunk
[ 3%] Building CXX object src/CMakeFiles/thor.dir/Arrow.cpp.o
In file included from /local/buildpkg/sfml-thor/src/trunk/src/Arrow.cpp:26:0:
/local/buildpkg/sfml-thor/src/trunk/include/Thor/Multimedia/Arrow.hpp:35:43: fatal error: SFML/Graphics/Transformable.hpp: No such file or directory
compilation terminated.
make[2]: *** [src/CMakeFiles/thor.dir/Arrow.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/thor.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
it seem like no file Transformable.hpp anymore in latest sfml build.
edit: how i miss that above post lol :shock: