From owner-freebsd-ports Tue Nov 4 04:34:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA08190 for ports-outgoing; Tue, 4 Nov 1997 04:34:19 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from asia.sideways.org ([206.136.231.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA08185 for ; Tue, 4 Nov 1997 04:34:15 -0800 (PST) (envelope-from edswee@asia.sideways.org) Received: from asia.sideways.org (localhost.sideways.org [127.0.0.1]) by asia.sideways.org (8.8.7/8.8.5) with ESMTP id HAA09046 for ; Tue, 4 Nov 1997 07:33:33 -0500 (EST) Message-Id: <199711041233.HAA09046@asia.sideways.org> X-Mailer: exmh version 2.0zeta 7/24/97 To: ports@freebsd.org From: Ed Sweeney Subject: gimp-devel compile problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Nov 1997 07:33:32 -0500 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I think I probably have old tcl/tk files around but not sure how to proceed to clean them up. I'm running a very current 2-2RELENG, tracking since 2.2.1. Thanks. cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -I/usr/loc al/include -I./.. -I/usr/local/include -I/usr/local/include/tcl8.0 -I/usr/local/ include/tk8.0 -O -Wall -c -fPIC -DPIC gcknotebook.c gcknotebook.c: In function `gck_notebook_draw_frames': gcknotebook.c:180: warning: passing arg 2 of `gdk_draw_string' from incompatible pointer type gcknotebook.c:180: warning: passing arg 3 of `gdk_draw_string' makes integer fro pointer type gcknotebook.c:180: warning: passing arg 3 of `gdk_draw_string' makes integer fro m pointer without a cast gcknotebook.c:180: warning: passing arg 5 of `gdk_draw_string' makes pointer fro m integer without a cast gcknotebook.c:180: too many arguments to function `gdk_draw_string' gcknotebook.c:188: warning: passing arg 2 of `gdk_draw_string' from incompatible pointer type gcknotebook.c:188: warning: passing arg 3 of `gdk_draw_string' makes integer fro m pointer without a cast gcknotebook.c:188: warning: passing arg 5 of `gdk_draw_string' makes pointer fro m integer without a cast gcknotebook.c:188: too many arguments to function `gdk_draw_string' gcknotebook.c:229: warning: passing arg 2 of `gdk_draw_string' from incompatible pointer type gcknotebook.c:229: warning: passing arg 3 of `gdk_draw_string' makes integer fro m pointer without a cast gcknotebook.c:229: warning: passing arg 5 of `gdk_draw_string' makes pointer fro m integer without a cast gcknotebook.c:229: too many arguments to function `gdk_draw_string' gmake[4]: *** [gcknotebook.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/gimp-devel/work/gimp-0.99.14/p l ug-ins/libgck/gck' gmake[4]: Leaving directory `/usr/ports/graphics/gimp-devel/work/gimp-0.99.14/p l ug-ins/libgck/gck' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/gimp-devel/work/gimp-0.99.14/p l ug-ins/libgck' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gimp-devel/work/gimp-0.99.14/p l ug-ins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gimp-devel/work/gimp-0.99.14' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop.