Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- depbase=`echo DirectoryNames.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ../../libtool --silent --tag=CXX --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fsigned-char -fexpensi$
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo DynamicColor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ../../libtool --silent --tag=CXX --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fsigned-char -fexpensi$
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo Frustum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ../../libtool --silent --tag=CXX --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fsigned-char -fexpensi$
- mv -f $depbase.Tpo $depbase.Plo
- Frustum.cxx: In member function ‘void Frustum::setOrthoPlanes(const Frustum&, float, float)’:
- Frustum.cxx:173:39: error: no matching function for call to ‘make_vec3(const vec3&)’
- eye = glm::make_vec3(view.getEye());
- ^
- In file included from /usr/include/glm/gtc/type_ptr.hpp:149:0,
- from Frustum.cxx:19:
- /usr/include/glm/gtc/type_ptr.inl:307:40: note: candidate: template<class T> glm::tvec3<U, (glm::precision)0u> glm::make_vec3(const T*)
- GLM_FUNC_QUALIFIER tvec3<T, defaultp> make_vec3(T const * const ptr)
- ^~~~~~~~~
- /usr/include/glm/gtc/type_ptr.inl:307:40: note: template argument deduction/substitution failed:
- Frustum.cxx:173:39: note: mismatched types ‘const T*’ and ‘glm::tvec3<float, (glm::precision)0u>’
- eye = glm::make_vec3(view.getEye());
- ^
- Makefile:478: recipe for target 'Frustum.lo' failed
- make[2]: *** [Frustum.lo] Error 1
- make[2]: Leaving directory '/home/spldart/BZFlag/bzflag-master/bzflag/src/game'
- Makefile:423: recipe for target 'all-recursive' failed
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory '/home/spldart/BZFlag/bzflag-master/bzflag/src'
- Makefile:484: recipe for target 'all-recursive' failed
- make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement