Re: pango 1.0.3 compilation error(pangoftp2)
- From: Sven Neumann <sven gimp org>
- To: bleon gmx net
- Cc: gtk mailing list <gtk-list gnome org>
- Subject: Re: pango 1.0.3 compilation error(pangoftp2)
- Date: 01 Jul 2002 21:03:05 +0200
Hi,
sleon <bleon gmx net> writes:
> Ok :) hier is my new error *G :)
BTW, this is definitely the wrong mailing-list to ask about compile
problems with The GIMP.
> /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o gimp-1.3
> -export-dynamic -export-symbols ./gimp.sym undo_history.o image_map.o
> general.o gimprc.o ops_buttons.o path.o path_curves.o path_bezier.o
> undo.o app_procs.o main.o batch.o errors.o libgimp_glue.o
> gui/libappgui.a display/libappdisplay.a tools/libapptools.a
> widgets/libappwidgets.a core/libappcore.a pdb/libapppdb.a
> vectors/libappvectors.a paint/libapppaint.a xcf/libappxcf.a
> file/libappfile.a plug-in/libappplug-in.a config/libappconfig.a
> paint-funcs/libapppaint-funcs.a base/libappbase.a
> ../libgimpcolor/libgimpcolor-1.3.la ../libgimpmath/libgimpmath-1.3.la
> ../libgimpbase/libgimpbase-1.3.la
> ../libgimpwidgets/libgimpwidgets-1.3.la
> ../libgimptool/libgimptool-1.3.la -L/usr/X11/lib -L/usr/local/lib
> -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lX11
> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> ..//usr/src/pango-1.0.3/pango/libpangoft2.la -L/usr/local/lib
> -lfreetype -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> -L/usr/local/lib -lart_lgpl_2
> libtool: link: cannot find the library
> `..//usr/src/pango-1.0.3/pango/libpangoft2.la'
looks as if you've fiddled with the pangoft2.pc file. What does
'pkg-config --libs pangoft2' say? It shouldn't point you to the .la
file (which is a libtool archive) but should look similar to this
output:
-L/usr/local/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
Your linker line looks as if pkg-config pulled in info from the file
pangoft2-uninstalled.pc which should never be installed in the
PKG_CONFIG_PATH.
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]