help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnunet] Compile problem


From: Roland
Subject: [Help-gnunet] Compile problem
Date: Sat, 02 Oct 2004 10:55:19 +0200

Hi there,

I am new to gnunet and just wanted to compile it, but "make" throws the
error attached at the end of this message (while trying to compile
gtk26about.c).

The configure-script gives me the following output
...
checking for gtk... checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.4)
...

At the end of the configure output, there is no statement that it won't
build the gtk+ frontend tool.

I know it has something to do whith my gtk+ configuration. Can anybody
help me?

Thanks!
Roland

...
if gcc -DDATADIR=\"/usr/local/share/GNUnet\" -DHAVE_CONFIG_H -I. -I.
-I../../../.. -I../../../../src/include   -I/opt/gnome/include/gtk-2.0
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0
-I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include
-I/usr/include/freetype2 -I/usr/include/freetype2/config
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include  
-fno-strict-aliasing -Wall -g -O2 -MT gtk26about.o -MD -MP -MF
".deps/gtk26about.Tpo" -c -o gtk26about.o gtk26about.c; \
then mv -f ".deps/gtk26about.Tpo" ".deps/gtk26about.Po"; else rm -f
".deps/gtk26about.Tpo"; exit 1; fi
gtk26about.c:143: error: parse error before "gtk_about_dialog"
gtk26about.c: In function `gtk_about_dialog_class_init':
gtk26about.c:220: error: `G_TYPE_STRV' undeclared (first use in this
function)
gtk26about.c:220: error: (Each undeclared identifier is reported only
once
gtk26about.c:220: error: for each function it appears in.)
gtk26about.c:262: warning: implicit declaration of function
`g_type_class_add_private'
gtk26about.c: In function `gtk_about_dialog_init':
gtk26about.c:272: warning: implicit declaration of function
`G_TYPE_INSTANCE_GET_PRIVATE'
gtk26about.c:272: error: parse error before "GtkAboutDialogPrivate"
gtk26about.c: In function `gtk_about_dialog_finalize':
gtk26about.c:378: error: `gtk_about_dialog_parent_class' undeclared
(first use in this function)
gtk26about.c: In function `update_name_version':
gtk26about.c:522: warning: implicit declaration of function
`g_markup_printf_escaped'
gtk26about.c:523: warning: assignment makes pointer from integer without
a cast
gtk26about.c:526: warning: assignment makes pointer from integer without
a cast
gtk26about.c: In function `gtk_about_dialog_set_copyright':
gtk26about.c:665: warning: assignment makes pointer from integer without
a cast
gtk26about.c: In function `set_link_button_text':
gtk26about.c:1285: warning: assignment makes pointer from integer
without a cast
gtk26about.c: At top level:
gtk26about.c:147: warning: `gtk_about_dialog_class_init' defined but not
used
gtk26about.c:267: warning: `gtk_about_dialog_init' defined but not used
make[5]: *** [gtk26about.o] Error 1
make[5]: Leaving directory
`/usr/local/src/GNUnet-0.6.4a/src/applications/afs/gtkui'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/usr/local/src/GNUnet-0.6.4a/src/applications/afs'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/local/src/GNUnet-0.6.4a/src/applications'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/GNUnet-0.6.4a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/GNUnet-0.6.4a'
make: *** [all] Error 2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]