Advertisement
Guest User

master blaster

a guest
Jan 22nd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. depbase=`echo DirectoryNames.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2. /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$
  3. mv -f $depbase.Tpo $depbase.Plo
  4. depbase=`echo DynamicColor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5. /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$
  6. mv -f $depbase.Tpo $depbase.Plo
  7. depbase=`echo Frustum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  8. /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$
  9. mv -f $depbase.Tpo $depbase.Plo
  10. Frustum.cxx: In member function ‘void Frustum::setOrthoPlanes(const Frustum&, float, float)’:
  11. Frustum.cxx:173:39: error: no matching function for call to ‘make_vec3(const vec3&)’
  12. eye = glm::make_vec3(view.getEye());
  13. ^
  14. In file included from /usr/include/glm/gtc/type_ptr.hpp:149:0,
  15. from Frustum.cxx:19:
  16. /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*)
  17. GLM_FUNC_QUALIFIER tvec3<T, defaultp> make_vec3(T const * const ptr)
  18. ^~~~~~~~~
  19. /usr/include/glm/gtc/type_ptr.inl:307:40: note: template argument deduction/substitution failed:
  20. Frustum.cxx:173:39: note: mismatched types ‘const T*’ and ‘glm::tvec3<float, (glm::precision)0u>’
  21. eye = glm::make_vec3(view.getEye());
  22. ^
  23. Makefile:478: recipe for target 'Frustum.lo' failed
  24. make[2]: *** [Frustum.lo] Error 1
  25. make[2]: Leaving directory '/home/spldart/BZFlag/bzflag-master/bzflag/src/game'
  26. Makefile:423: recipe for target 'all-recursive' failed
  27. make[1]: *** [all-recursive] Error 1
  28. make[1]: Leaving directory '/home/spldart/BZFlag/bzflag-master/bzflag/src'
  29. Makefile:484: recipe for target 'all-recursive' failed
  30. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement