From: blucalvin <blu...@gm...> - 2010-09-02 05:11:37
|
Bingo! Now got everything right. I changed the 206th line as Bruce had suggested and "make" along with "sudo make install" worked fine. And the music and sounds are working fine too. So now its up and running. On 2 September 2010 00:37, David Bruce <dav...@gm...> wrote: > Hi, > > On Wed, Sep 1, 2010 at 1:11 PM, Karl Ove Hufthammer <ka...@hu...> > wrote: > > Wednesday 1. September 2010 skreiv blucalvin: > >>A lot of > >>stuff came written on the screen of whose end was: > >> > >>{ > >>campaign.o: In function `briefPlayer': > >>/home/haris/mywork/project/tuxmath/build/src/../../src/campaign.c:206: > >>undefined reference to `T4K_LoadScaledImage' > >>collect2: ld returned 1 exit status > > OK, that's a bug in our code. "T4K_LoadScaledImage()" is a function > from the new t4kcommon library, which is used by tuxmath's > "commonification" branch. There shouldn't be any use of t4kcommon > functions in the master branch (at least until we get around to making > "commonification" the new "master", which should take place very > soon). > > I would suggest going to line 206 in campaign.c and changing > "T4K_LoadScaledImage" to "LoadScaledImage", assuming that is the > correct function name in loaders.h/c, and see if it works. If so, it > is your first bug fix! > > >However, the "commonification" branch is really our current dev > >branch, so I wouldn't suggest spending too much time on the current > >master. > So the code I have downloaded is the current master right? How can I get hold of the "commonification" branch? And is that term technical or just a reference name? I would like to start development as soon as possible. Looking forward to getting along with the job, Haris. > > Cheers, > > David > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > Tuxmath-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxmath-devel > |