From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 17 20:25:44 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9904416A401 for ; Mon, 17 Apr 2006 20:25:44 +0000 (UTC) (envelope-from willygrimm@yahoo.com) Received: from smtp104.plus.mail.mud.yahoo.com (smtp104.plus.mail.mud.yahoo.com [68.142.206.237]) by mx1.FreeBSD.org (Postfix) with SMTP id 0AE4643D6B for ; Mon, 17 Apr 2006 20:25:36 +0000 (GMT) (envelope-from willygrimm@yahoo.com) Received: (qmail 66416 invoked from network); 17 Apr 2006 20:25:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type; b=u9hAqHr7FcLOkcnu0k0UTK+70Nnmj4z/t2QfJlG6vYTPhubiLKqlsMlpGo2glhwnkUUh8qpvDGU8CblADXxIc7I1NYHlWGXhlCCFJ3kUAX92+Eyw6l2tC4u8PKLB9LbfmHhtfnc5VxApChSe5vLOE+1pdRWApkOTDU2D6E5BO/o= ; Received: from unknown (HELO ?192.168.178.22?) (willygrimm@172.176.67.229 with plain) by smtp104.plus.mail.mud.yahoo.com with SMTP; 17 Apr 2006 20:25:35 -0000 Message-ID: <4443F9BB.8060602@yahoo.com> Date: Mon, 17 Apr 2006 22:25:31 +0200 From: Willy Grimm User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Compile problems FreeBSD on 6.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 20:25:44 -0000 Hi there, During the build of different applications using gtk20 (e.g. KDE3, nmapfe) I get the following errors while compiling gtk20: gdkdrawable-x11.c:32:24: cairo-xlib.h: No such file or directory gdkdrawable-x11.c: In function `_gdk_x11_drawable_update_size': gdkdrawable-x11.c:264: warning: implicit declaration of function `cairo_xlib_surface_set_size' gdkdrawable-x11.c: In function `gdk_x11_ref_cairo_surface': gdkdrawable-x11.c:1479: warning: implicit declaration of function `cairo_xlib_surface_create' gdkdrawable-x11.c:1482: warning: assignment makes pointer from integer without a cast gdkdrawable-x11.c:1484: warning: implicit declaration of function `cairo_xlib_surface_create_for_bitmap' gdkdrawable-x11.c:1487: warning: assignment makes pointer from integer without a cast I've found something about renaming cairo-xlib.h to cairo.h. See what happens next: /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.17/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_create_for_bitmap' /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.17/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_create' /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.17/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_set_size' Any idea what I can do? Do you want me to rename all cairo_xlib_ into cairo_ ? Thanks Willy