At Tue, 25 Jan 2011 10:20:06 +0800, James Harkins wrote: > I'll try the latest downloadable also -- I have to admit to some pessimism > there but it's worth a shot.
I tried to build 3.07 from sources, got this error. At this point, I will have to look for another solution. xnee needs work before it is usable. hjh make[3]: Entering directory `/home/dlm/share/xnee-3.07/gnee/src' gcc -DHAVE_CONFIG_H -I. -I../.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local//locale"\" -I"../../libxnee"/include -I../../ -DXNEE_XINPUT_SUPPORT -g -O2 -MT gnee-main.o -MD -MP -MF .deps/gnee-main.Tpo -c -o gnee-main.o `test -f 'main.c' || echo './'`main.c main.c:35:21: error: gtk/gtk.h: No such file or directory In file included from main.c:37: interface.h:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token interface.h:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token interface.h:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token interface.h:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from main.c:38: support.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token support.h:51: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token support.h:59: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token support.h:63: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token support.h:66: error: expected ‘)’ before ‘*’ token In file included from main.c:39: recordables.h:33: error: expected ‘)’ before ‘*’ token recordables.h:36: error: expected ‘)’ before ‘*’ token recordables.h:42: error: expected ‘)’ before ‘*’ token recordables.h:48: error: expected ‘)’ before ‘*’ token recordables.h:57: error: expected ‘)’ before ‘*’ token main.c:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token main.c: In function ‘main’: main.c:57: error: ‘GtkWidget’ undeclared (first use in this function) main.c:57: error: (Each undeclared identifier is reported only once main.c:57: error: for each function it appears in.) main.c:57: error: ‘gnee_window’ undeclared (first use in this function) main.c:59: error: ‘exclude_list’ undeclared (first use in this function) main.c:60: error: ‘GtkTreeStore’ undeclared (first use in this function) main.c:60: error: ‘exclude_store’ undeclared (first use in this function) main.c:62: error: ‘GtkCellRenderer’ undeclared (first use in this function) main.c:62: error: ‘exclude_list_renderer’ undeclared (first use in this function) main.c:63: error: ‘GtkTreeViewColumn’ undeclared (first use in this function) main.c:63: error: ‘exclude_list_column’ undeclared (first use in this function) main.c:65: error: ‘include_list’ undeclared (first use in this function) main.c:66: error: ‘include_store’ undeclared (first use in this function) main.c:68: error: ‘include_list_renderer’ undeclared (first use in this function) main.c:69: error: ‘include_list_column’ undeclared (first use in this function) main.c:71: error: ‘GList’ undeclared (first use in this function) main.c:71: error: ‘combo_list’ undeclared (first use in this function) main.c:72: error: ‘event_group_combo’ undeclared (first use in this function) main.c:103: error: ‘ext_gnee_window’ undeclared (first use in this function) main.c:112: error: ‘G_TYPE_STRING’ undeclared (first use in this function) make[3]: *** [gnee-main.o] Error 1 make[3]: Leaving directory `/home/dlm/share/xnee-3.07/gnee/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dlm/share/xnee-3.07/gnee' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dlm/share/xnee-3.07' make: *** [all] Error 2 -- James Harkins /// dewdrop world [email protected] http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://www.dewdrop-world.net/audio more audio: http://soundcloud.com/dewdrop_world/tracks _______________________________________________ Bug-xnee mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-xnee
