ANNOUNCE: ristretto 0.2.0 released

Stephan Arts stephan at xfce.org
Mon Oct 17 20:35:56 CEST 2011


On Mon, Oct 17, 2011 at 8:05 PM, Olivier Duchateau
<duchateau.olivier at gmail.com> wrote:
> Hi,
>
> I've just tried this version on my FreeBSD box, and problem persists
> like previous version (0.1.0 and 0.1.1).
>
> This time, I've enabled debug support (--enable-debug=full) and
> compilation failed (see build-debug_full.log), when debug support is
> minimum compilation closes well.

I've tested it on FreeBSD aswell (just now), and I can reproduce the problem.

The log you provided contains the following line:

checking GTK_CFLAGS... -D_THREAD_SAFE -D_REENTRANT
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0
-I/usr/local/include/gio-unix-2.0/ -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2

running pkg-config --cflags gtk+-2.0 from the command-line gives the following:

pkg-config --cflags gtk+-2.0
-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/drm


Both lines contain /usr/local/lib/gtl-2.0/include, a directory missing
on freebsd.

It appears the freebsd pkg-config is broken, possibly by a mixture of
sysinstall and ports packages.

Regards,
Stephan


More information about the Xfce mailing list