From owner-freebsd-questions Tue Jun 20 5: 4:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smarthost-1.mail.telinco.net (smarthost-1.mail.telinco.net [212.1.128.90]) by hub.freebsd.org (Postfix) with ESMTP id 1572C37B792 for ; Tue, 20 Jun 2000 05:04:19 -0700 (PDT) (envelope-from harry_newton@telinco.co.uk) Received: from ppp-2-129.cvx4.telinco.net ([212.1.149.129] helo=chimaera.locus) by smarthost-1.mail.telinco.net with esmtp (Exim 3.02 #7) id 134MlI-000Ozc-00 for questions@FreeBSD.ORG; Tue, 20 Jun 2000 13:04:13 +0100 Received: (from harry@localhost) by chimaera.locus (8.9.3/8.9.3) id NAA28181; Tue, 20 Jun 2000 13:04:10 +0100 (BST) (envelope-from harry@chimaera.locus) X-Authentication-Warning: chimaera.locus: harry set sender to harry@chimaera.locus using -f To: questions@FreeBSD.ORG Subject: gimp / gnome libs ports question X-Op.135: Muss es sein ? Es muss sein Organization: Gaudeamus From: Harry Newton Date: 20 Jun 2000 13:04:09 +0100 Message-ID: <86hfao5zk6.fsf@chimaera.locus> Lines: 48 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm tring to compile the gimp port and am having a problem with the shared library gtkxmhtml.4. A transcript is below. I've looked on the mailing list archive and the *BSD usenet searcher and can't find anything remotely similar to this problem which really worries me --- do I have a really broken set up ? ( FreeBSD 4.0-STABLE, with src and ports updates yesterday ) Has anyone any ideas ? Regards, Harry bash-2.03# cd /usr/ports/graphics/gimp1 bash-2.03# make If you want to compile with perl support use'make -DWITH_PERL' instead ===> Extracting for gimp-1.1.23 >> Checksum OK for gimp-1.1.23.tar.bz2. [ ... ] ===> gimp-1.1.23 depends on shared library: gtkxmhtml.4 - not found ===> Verifying install for gtkxmhtml.4 in /usr/ports/x11/gnomelibs ===> Extracting for gnomelibs-1.2.1 >> Checksum OK for gnome-libs-1.2.1.tar.gz. [ ... ] cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -DGNOMELIBDIR=\"/usr/X11R6/lib\" -DGNOMEDATADIR=\"/usr/X11R6/share/gnome\" -DGNOMEBINDIR=\"/usr/X11R6/bin\" -DGNOMELOCALSTATEDIR=\"/usr/X11R6/share/gnome\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -DG_LOG_DOMAIN=\"GnomeUI\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c gnome-canvas-load.c -fPIC -DPIC -o .libs/gnome-canvas-load.lo In file included from gnome-canvas-load.c:15: /usr/local/include/malloc.h:65: warning: parameter names (without types) in function declaration /usr/local/include/malloc.h:66: warning: parameter names (without types) in function declaration /usr/local/include/malloc.h:67: syntax error before `size_t' /usr/local/include/malloc.h:68: warning: parameter names (without types) in function declaration /usr/local/include/malloc.h:69: warning: parameter names (without types) in function declaration /usr/local/include/malloc.h:70: warning: parameter names (without types) in function declaration /usr/local/include/malloc.h:71: warning: parameter names (without types) in function declaration /usr/local/include/malloc.h:72: syntax error before `size_t' /usr/local/include/malloc.h:81: syntax error before `*' /usr/local/include/malloc.h:82: syntax error before `*' /usr/local/include/malloc.h:87: syntax error before `*' gnome-canvas-load.c: In function `gnome_canvas_load_alpha': gnome-canvas-load.c:25: warning: passing arg 1 of `gdk_imlib_load_alpha' discards qualifiers from pointer target type gmake[3]: *** [gnome-canvas-load.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.2.1/libgnomeui' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.2.1/libgnomeui' [ ... ] failed builds. -- Harry Newton harry_newton@telinco.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message