From: Brendan L. <bm...@ri...> - 2010-08-13 02:38:08
|
Hi David, Do you have any local changes on your machine that you haven't pushed into tuxmath's commonification branch yet? I get a flurry of "undefined reference" errors with the autotools build. If I build with cmake, it builds without errors, but the resulting program exits with an error: Uh-oh...which references are missing? I don't have any unpushed changes AFAIK, and definitely not any that would break the build. dbruce@emperor:/usr/local/src/git/tuxmath/buildcmake$ tuxmath Initializing Tux4Kids-Common 1.0.0 load_image(): ERROR could not load required graphics file menu/stop.svg SDL: SDL_RWFromFile(): No file or no mode specified I ran into this error a lot, early on. It's a t4k_common-specific image, and should go somewhere like /usr/share/t4k_common/ upon installation. Make sure it's being installed correctly? Run with --debug-loaders and look for messages from find_file and T4K_CheckFile? > *Publish HTML docs--who's taking care of the website these days? Me I guess, meaning really no one since about the beginning of GSoC. If you mean putting them in the "Docs" section of our project on Alioth (https://alioth.debian.org/docman/?group_id=31080), I can give it a shot although I am only minimally familiar with that feature of the site. That should work; it doesn't really matter, as long as it's googleable. A quick cmake . && make doc should spit out the relevant docs for you. Actually, assuming I can upload there, I might as well do so and take care of keeping it up to date. Let's find out! -Brendan |