Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 16:24:48 +0100
From:      Norbert Koch <nk@viteno.net>
To:        freebsd-questions@freebsd.org
Subject:   Problems building firebird on 4.9-stable
Message-ID:  <vzfzhc2hj3.fsf@redqueen.bytechase.cx>

next in thread | raw e-mail | index | archive | help
Hi!

I'm unable to upgrade firebird to version 0.7.  The build breaks at


gmake[2]: Entering directory `/usr/local/ports/www/mozilla-firebird/work/mozilla/widget/src/gtkxtbin'
gtk2xtbin.c
cc -o gtk2xtbin.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -D_IMPL_NS_WIDGET -DUSE_XIM   -I../../../dist/include/gtkxtbin -I../../../dist/include -I/usr/local/ports/www/mozilla-firebird/work/mozilla/dist/include/nspr  -I/usr/local/include -I/usr/local/include  -I.  -I/usr/X11R6/include   -fPIC -I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -D_THREAD_SAFE -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include    -I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include -include ../../../mozilla-config.h -DMOZILLA_CLIENT gtk2xtbin.c
gtk2xtbin.c:170: warning: initialization from incompatible pointer type
gtk2xtbin.c: In function `gtk_xtbin_get_type':
gtk2xtbin.c:207: `GTK_TYPE_SOCKET' undeclared (first use in this function)
gtk2xtbin.c:207: (Each undeclared identifier is reported only once
gtk2xtbin.c:207: for each function it appears in.)
gtk2xtbin.c: In function `gtk_xtbin_class_init':
gtk2xtbin.c:218: `GTK_TYPE_SOCKET' undeclared (first use in this function)
gtk2xtbin.c: In function `gtk_xtbin_realize':
gtk2xtbin.c:271: warning: implicit declaration of function `gtk_socket_get_id'
gtk2xtbin.c:279: warning: implicit declaration of function `gtk_socket_add_id'
gmake[2]: *** [gtk2xtbin.o] Error 1
gmake[2]: Leaving directory `/usr/local/ports/www/mozilla-firebird/work/mozilla/widget/src/gtkxtbin'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/local/ports/www/mozilla-firebird/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2


I've checked the dependencies and everything seems to be installed, so
I'm sort of clueless which header is missing or can't be found and why
that comes to pass.  The file /usr/X11R6/include/gtk-2.0/gtk/gtksocket.h
lies around.

Any pointers?

Thanks,
norbert.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vzfzhc2hj3.fsf>