Summary: | graphics/gimp: GIMP fails make with WITHOUT_X11 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Lapo Luchini <lapo> |
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | ale |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Lapo Luchini
2006-03-04 16:30:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer State Changed From-To: open->feedback When reporting a build failure, you must include any and all output related to that failure. if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_DISABLE_DEPRECATED -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -O2 -fno-strict-aliasing -pipe -msse3 -march=k8 -Wall -MT cairoview.o -MD -MP -MF ".deps/cairoview.Tpo" \ -c -o cairoview.o `test -f 'cairoview.c' || echo './'`cairoview.c; \ then mv -f ".deps/cairoview.Tpo" ".deps/cairoview.Po"; \ else rm -f ".deps/cairoview.Tpo"; exit 1; \ fi cairoview.c:35:24: cairo-xlib.h: No such file or directory cairoview.c: In function `update': cairoview.c:145: warning: implicit declaration of function `cairo_xlib_surface_create' cairoview.c:147: warning: assignment makes pointer from integer without a cast gmake[2]: *** [cairoview.o] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.10.3/examples' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.10.3' gmake: *** [all] Error 2 *** Error code 2 State Changed From-To: feedback->closed Fixed in pango-1.10.4. |