From: "James K. Lowden" <jklowden schemamania org>
To: dia-list gnome org
Subject: Re: prerelease 4
Date: Sun, 2 Mar 2003 02:43:14 -0500
On Thu, 27 Feb 2003 14:02:29 -0600, Lars Clausen <lrclause@cs.uiuc.edu>
wrote:
>
> ... 0.91-pre4.tar.gz.... ... will hopefully be the final version.
I thought I'd be the first to compile it on NetBSD, but I'm missing
something, apparently. I have freetype-2.1.3.
$ ../configure --enable-gnome
...
checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
checking for pango >= 1.1.5... yes
checking PANGOVERSION_CFLAGS... -I/usr/pkg/include/pango-1.0
-I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include
checking PANGOVERSION_LIBS... -Wl,-R/usr/pkg/lib -Wl,--export-dynamic
-L/usr/pkg/lib -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
-liconv -lm
checking for pangoft2... yes
checking PANGOFT2_CFLAGS... -I/usr/pkg/include/pango-1.0
-I/usr/pkg/include -I/usr/X11R6/include/freetype2
-I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include
checking PANGOFT2_LIBS... -Wl,-R/usr/pkg/lib -Wl,--export-dynamic
-L/usr/pkg/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv -lm
checking for FT_Init_FreeType in -lfreetype... no
configure: error: Can't find FreeType library
$ pkg_info -L freetype2 |grep lib
/usr/pkg/include/freetype2/freetype/config/ftstdlib.h
/usr/pkg/lib/libfreetype.a
/usr/pkg/lib/libfreetype.la
/usr/pkg/lib/libfreetype.so
/usr/pkg/lib/libfreetype.so.9
/usr/pkg/lib/libfreetype.so.9.2
Many thanks.
--jkl