pango on MAC OS X
- From: "Calvin Ellis" <kyndig gmail com>
- To: gtk-list gnome org
- Subject: pango on MAC OS X
- Date: Fri, 18 Aug 2006 15:53:06 -0400
I'm trying to figure out why my software on MAC OS X only displays squares instead of fonts. So I'm using CVS pango and running into problems getting it to compile. Initially it was looking for a gnome-automake.sh, so I manually ran the autoconf,automake to create the configure script. I then had to edit the
configure.in to remove: PKG_CHECK_MODULES [ probably due to an outdated MAC autoconf system ]
I've finally managed to get pango to compile but am having linking difficulties. the pkg-config didn't run as expected during configure, so I hand modified several of the Makefiles. The final linking error I am having is:
make[4]: Nothing to be done for `all'.
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -L/GTK/lib -L/GTK/lib/glib-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl -liconv -o pango-querymodules querymodules.o
libpangoft2-1.0.la libpango-1.0.la gcc -g -O2 -Wall -o .libs/pango-querymodules querymodules.o -L/GTK/lib -L/GTK/lib/glib-2.0 ./.libs/libpangoft2-1.0.0.1.14.dylib /Users/kyndig/Desktop/gtk/pangoAug18/pango/.libs/libpango-
1.0.0.1.14.dylib ./.libs/libpango-1.0.0.1.14.dylib -lm /GTK/lib/libcairo.2.9.1.dylib /GTK/lib/libfontconfig.dylib /GTK/lib/libfreetype.dylib /GTK/lib/libexpat.1.5.0.dylib -lpng12 -lz /GTK/lib/libgobject-2.0.dylib /GTK/lib/libglib-
2.0.dylib /GTK/lib/libintl.dylib /usr/lib/libiconv.dylib -lc /GTK/lib/libiconv.dylib
/usr/bin/ld: Undefined symbols:
_g_module_close
_g_module_error
_g_module_open
_g_module_symbol
collect2: ld returned 1 exit status
make[4]: *** [pango-querymodules] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
================
Does anyone know what lib I am missing to handle those symbols?
Thank you,
Calvin
PS: If anyone has succesfully ported their GTK project to the native pango/cairo/gtk MAC OS X, I'd be highly interested in any pointers - docs - howtos - or software usage examples
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]