From: LM <lm...@gm...> - 2015-03-09 15:08:04
|
On Mon, Mar 9, 2015 at 8:02 AM, Sourav Sarangi wrote: > I am new to this org and I am trying to familiarize myself with the > codebase in order to prepare a proposal for GSoc '15. While trying to to > run make command after installing dependencies , I get the error that some > variable 'white' is not defined. > "comets.c:2244:42: error: ?white? undeclared (first use in this function)" > Can anyone suggest if this is a potential bug or I made some mistake while > trying to install. > Please reply asap Which version are you using? I built version 2.0.3 ( https://packages.debian.org/unstable/games/tuxmath ) and I don't see a comets.c file anywhere. I think it was in a different version. Main problems I had building were using sdl_ttf instead of sdl_pango and building without sdl_net. Seems like no ones tested those options in a long time and I needed to make some modifications to get things working properly again. There's still some duplication of effort between some t4kcommon functions and some of the tuxmath functions especially with regards to locating and loading helper files. It could use some serious cleaning up, but I haven't had time to do much with it. I have some alternative build scripts/files that use cDetect and make instead of the GNU autotools if anyone needs them. |