Page 1 of 1

Can't build latest SVN

PostPosted: 08 Feb 2012, 19:42
by leovilok
Hello, I tried to install SVN version of STK today I'm experiencing troubles building it; here are the make output last lines :
[ 67%] Building CXX object CMakeFiles/supertuxkart.dir/src/graphics/material.cpp.o
/usr/local/src/supertuxkart/src/graphics/material.cpp: In member function ‘void Material::setMaterialProperties(irr::video::SMaterial*, irr::scene::IMeshBuffer*)’:
/usr/local/src/supertuxkart/src/graphics/material.cpp:805:79: erreur: ‘pack_textureBlendFunc’ was not declared in this scope
/usr/local/src/supertuxkart/src/graphics/material.cpp:848:78: erreur: ‘pack_textureBlendFunc’ was not declared in this scope
make[2]: *** [CMakeFiles/supertuxkart.dir/src/graphics/material.cpp.o] Erreur 1
make[1]: *** [CMakeFiles/supertuxkart.dir/all] Erreur 2
make: *** [all] Erreur 2

I'm running Chakra Linux (based on Arch) 32bits, with STK 7.3 yet installed (and working) : so I think the problem is not my config.
Moreover I can't access sourceforge.net bugtracker.

I hope it can help. :)

Re: Can't build latest SVN

PostPosted: 08 Feb 2012, 20:10
by MCMic
Have you build irrlicht from svn as well?

Re: Can't build latest SVN

PostPosted: 08 Feb 2012, 20:47
by leovilok
STK 7.3 is installed from the distro package : so i have an installed package named irrlicht-svn with version number 3843-1.

Re: Can't build latest SVN

PostPosted: 08 Feb 2012, 20:58
by MCMic
You need r4052 or later (see viewtopic.php?f=17&t=2659 )

Re: Can't build latest SVN

PostPosted: 08 Feb 2012, 21:09
by leovilok
OK, I missed that thing.

Re: Can't build latest SVN

PostPosted: 08 Feb 2012, 23:43
by leovilok
It works now :D Amazing :) Thank you. :D