Page 1 of 1

SVN version won't build

PostPosted: 25 Jan 2012, 20:54
by MCMic
Hi! Last svn revision (10722) fail to build:
{l Code}: {l Select All Code}
/home/mcmic/dev/supertuxkart/src/graphics/material.cpp:728:79: erreur: ‘pack_textureBlendFunc’ was not declared in this scope


Am I missing something?

Re: SVN version won't build

PostPosted: 25 Jan 2012, 22:32
by Arthur
Due to an Irrlicht bug that was fixed recently, it was decided to bump Irrlicht requirements to a newer revision. I am now using r4052, but latest should presumably also work.

Re: SVN version won't build

PostPosted: 25 Jan 2012, 23:56
by MCMic
Ok, thanks. (Could you state that kind of things in the svn log?)

Re: SVN version won't build

PostPosted: 26 Jan 2012, 00:17
by Arthur
Log of r10710 says:
Update STK to compile with latest irrlicht (irrlicht r4047
fixed a typo in a function name, so now you need r4047 or later
for STK to compiler!).

Re: SVN version won't build

PostPosted: 26 Jan 2012, 00:21
by MCMic
Oops, ok, my bad then, I'll try and be more careful in the futur…

Re: SVN version won't build

PostPosted: 26 Jan 2012, 00:33
by Arthur
Well, it could perhaps have been stated more clearly/posted to the mailing list as well, but using the development version is always a risk. ;)

Re: SVN version won't build

PostPosted: 27 Jan 2012, 13:26
by hiker
Arthur {l Wrote}:Well, it could perhaps have been stated more clearly/posted to the mailing list as well, but using the development version is always a risk. ;)

Sorry, I pretty much expect anyone using svn to subscribe to the svn-commit list. Having to inform two or three lists just adds unnecessarily to management overhead ;) So I hope this is acceptable.

Cheers,
Joerg