Guest User

Untitled

a guest
Jun 11th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [ 43%] Building CXX object CMakeFiles/supertuxkart.dir/src/graphics/material.cpp.o
  2. ./stk-trunk/src/graphics/material.cpp: In member function ‘void Material::setMaterialProperties(irr::video::SMaterial*, irr::scene::IMeshBuffer*)’:
  3. ./stk-trunk/src/graphics/material.cpp:878:79: error: ‘pack_textureBlendFunc’ was not declared in this scope
  4. ./stk-trunk/src/graphics/material.cpp:917:20: error: ‘class irr::video::SMaterial’ has no member named ‘BlendOperation’
  5. ./stk-trunk/src/graphics/material.cpp:917:37: error: ‘EBO_ADD’ is not a member of ‘irr::video’
  6. /home/graham/games/stk-trunk/src/graphics/material.cpp:933:16: error: ‘class irr::video::SMaterial’ has no member named ‘BlendOperation’
  7. ./stk-trunk/src/graphics/material.cpp:933:33: error: ‘EBO_ADD’ is not a member of ‘irr::video’
  8. /home/graham/games/stk-trunk/src/graphics/material.cpp:964:78: error: ‘pack_textureBlendFunc’ was not declared in this scope
  9. make[2]: *** [CMakeFiles/supertuxkart.dir/src/graphics/material.cpp.o] Error 1
  10. make[1]: *** [CMakeFiles/supertuxkart.dir/all] Error 2
  11. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment