From owner-freebsd-questions@FreeBSD.ORG Wed Oct 31 14:00:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BDD816A417 for ; Wed, 31 Oct 2007 14:00:14 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 344DA13C4A7 for ; Wed, 31 Oct 2007 14:00:14 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so18073ana for ; Wed, 31 Oct 2007 06:59:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=MbgS6Aji/UaA7PRX2qrwnuJk09iXy9zduQRDg5UpMy0=; b=Zl1gb5x02cdc7b9+pIBiWEWoFs3DxHUAscqZs56cJBFxoNBQ4AnIeQvrhjo9pWFsKSW2lzf8AUhrx7H4eUshMvCWHhDJmGR3KuN+1IqaJWc/jZWkOjwjYITBCDhCS3vSVbcOxrLrpK7hIdkowWWfX6MpzSBnatQaTSPQn29dIyU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=AhvDxtRqwvqMNH5dVvZvT+r4sNaJTQXzh1Sy22Sl0fkScCnwbTDh8KaUxn4CDyz11ZQsFkKOho1jQY79fgoM190Nnh9lsaSza+rQqYHcDzovHDdSE8qT71ULOSy2nbZ+tv2oFQI4JYhhoja0OK0atd9E4R2DsSEs/cUYrAQXFO8= Received: by 10.143.33.19 with SMTP id l19mr2019689wfj.1193839179580; Wed, 31 Oct 2007 06:59:39 -0700 (PDT) Received: by 10.142.180.12 with HTTP; Wed, 31 Oct 2007 06:59:39 -0700 (PDT) Message-ID: Date: Wed, 31 Oct 2007 07:59:39 -0600 From: James To: "Brett Davidson" In-Reply-To: <4727FBC1.4010307@net24.co.nz> MIME-Version: 1.0 References: <4727FBC1.4010307@net24.co.nz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Issues Installing ImageMagick on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 14:00:14 -0000 On 10/30/07, Brett Davidson wrote: > > Get this error... > > 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:238: warning: implicit declaration of function > `cairo_xlib_surface_set_size' > gdkdrawable-x11.c: In function `gdk_x11_ref_cairo_surface': > gdkdrawable-x11.c:1469: warning: implicit declaration of function > `cairo_xlib_surface_create' > gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer > without a cast > gdkdrawable-x11.c:1474: warning: implicit declaration of function > `cairo_xlib_surface_create_for_bitmap' > gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer > without a cast > gmake[4]: *** [gdkdrawable-x11.lo] Error 1 > gmake[4]: Leaving directory > `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.1/gdk/x11' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.1/gdk' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.1/gdk' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+- > 2.12.1' > gmake: *** [all] Error 2 > *** Error code 2 > > Tried different ports trees spaced a week apart and also tried to run > pkg_add -r... > > All to no avail. > > Any ideas? > > > > -- > Brett Davidson > Systems Engineer > -- > Net24 Limited > Web: www.net24.co.nz > Phone: 0800 5000 24 | DDI: +64 3 962 9518 > -- > // web hosting / email hosting / data backup > // our reputation for reliability precedes us > > This transmission is for the intended addressee only and is confidential > information. If you have received this transmission in error, please > delete it and notify the sender. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > I'd try a make deinstall && make reinstall for cairo. Looks like it can't find a library or two; might be that your ports tree is out of sync and you need a portupgrade. Wait a second, that's a gtk error. Have you read UPDATING regarding the recent upgrade of gnome? There was a weird step in there.