From: David B. <dav...@gm...> - 2010-08-13 10:55:06
|
Hi Brendan, > Uh-oh...which references are missing? I don't have any unpushed changes > AFAIK, and definitely not any that would break the build. I think everything in t4kcommon - lots of T4K_* functions, debug_status, and variables for the menu images - stop_rect, stop_button, and so forth. > 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? OK, looked into that - basically the autotools build of t4kcommon wasn't installing the data files because they were listed as EXTRA_DIST, which means stuff that needs to go into the tarball but doesn't get installed. They need to go into a "dist_foo_DATA" variable to be both installed and distributed. I fixed it just now and pushed it. Now the cmake build of tuxmath seems to work correctly (whether t4kcommon is built with cmake or autotools). Will investigate the autotools tuxmath build as time permits today. I'm wondering if it might be something like a t4kcommon vs. t4k_common name mismatch between the build systems, or something like that. Cheers, David |