|
From: Philippe M. <phi...@fr...> - 2006-03-27 21:22:34
|
Hi all, I cannot compile gddccontrol in fedora core 5 (gcc4.1, gtk+-2.8):=20 ./configure succeeded, then when making I get a "gtk/gtk.h not found" err= or. I tried to add a -I /usr/include/gtk-2.0/, only to trigger a whole lot=20 of other include errors. Any ideas? <snip> make[3]: Entering directory=20 `/home/pil/Desktop/ddccontrol-0.4.1/src/gddccontrol' if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib -I..=20 -DLOCALEDIR=3D\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O= 2=20 -Wall -DDATADIR=3D"\"/usr/local/share/ddccontrol-db\""=20 -DBINDIR=3D"\"/usr/local/bin\"" -MT main.o -MD -MP -MF ".deps/main.Tpo" -= c=20 -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f=20 ".deps/main.Tpo"; exit 1; fi main.c:22:21: error: gtk/gtk.h: No such file or directory main.c:23:21: error: gdk/gdk.h: No such file or directory In file included from main.c:29: notebook.h:48: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:50: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:51: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:58: error: expected =91)=92 before =91show=92 notebook.h:61: error: expected =91)=92 before =91*=92 token notebook.h:68: error: expected =91)=92 before =91*=92 token notebook.h:69: error: expected =91)=92 before =91*=92 token notebook.h:71: error: expected declaration specifiers or =91...=92 before= =20 =91gboolean=92 notebook.h:75: error: expected =91)=92 before =91*=92 token notebook.h:92: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:94: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:95: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:96: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token notebook.h:97: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or = =91__attribute__=92=20 before =91*=92 token main.c:31: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:33: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:34: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:36: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:37: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:38: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:39: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:41: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:43: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:44: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:45: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:49: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:51: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91combo_box_changed_handler_id=92 main.c:65: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91*=92 token main.c:67: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91_= _attribute__=92=20 before =91delete_event=92 <snip> |