Issues Installing ImageMagick on FreeBSD 6.2

James oscartheduck at gmail.com
Wed Oct 31 07:00:14 PDT 2007


On 10/30/07, Brett Davidson <brett at net24.co.nz> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at 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.


More information about the freebsd-questions mailing list