From: David B. <dav...@gm...> - 2010-09-01 19:08:09
|
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. Cheers, David |