From: <vic...@gm...> - 2010-09-26 05:14:26
|
Hi folks, I think no one will remember me. I tryed to apply for gsoc2010 in tuxtype ! Unfortunately i did not get it but I still like to contribute to the project in my free time. The problems: 1. Tuxmath, when I tried to cmake in the build folder, the following error occurred: [ 49%] Building C object src/CMakeFiles/tuxmath.dir/campaign.c.o /home/victor/my_stuff/tux4kids/tuxmath/src/campaign.c: In function ‘briefPlayer’: /home/victor/my_stuff/tux4kids/tuxmath/src/campaign.c:206:31: warning: initialization makes pointer from integer without a cast [ 50%] Building C object src/CMakeFiles/tuxmath.dir/tuxmath.c.o [ 52%] Building C object src/CMakeFiles/tuxmath.dir/linewrap.c.o Linking C executable tuxmath CMakeFiles/tuxmath.dir/campaign.c.o: In function `briefPlayer': /home/victor/my_stuff/tux4kids/tuxmath/src/campaign.c:206: undefined reference to `T4K_LoadScaledImage' collect2: ld returned 1 exit status make[2]: *** [src/tuxmath] Error 1 make[1]: *** [src/CMakeFiles/tuxmath.dir/all] Error 2 make: *** [all] Error 2 [victor@archTozo build]$ 2. A similar problem occurs with TuxType. I can compile it from git source but when i tried to run tuxtye: [victor@archTozo tuxtype]$ ./build/src/tuxtype ./build/src/tuxtype: error while loading shared libraries: libt4k_common.so.0: cannot open shared object file: No such file or directory I already compiled the t4k_common and /user/local/lib is in my path. Does anyone know how can I fix it ? Thanks, -- ------------------------------------- Victor Tozo de Carvalho |