Re: Problem installing pango-1.6.0 / pango-1.8.0




This looks like you rerun autoconf and it failed because you didn't
have gtk-doc installed. If you just get a clean tarball and run
configure you shouldn't have this problem.

If you need to rerun autoconf, then you should do that by installing
gtk-doc (available from ftp.gnome.org) then run autogen.sh. But
there shouldn't be any reason to do that if you aren't modifying
configure.in.

Regards,
					Owen


Thanks, I think it was a version conflict of autoconf, it gets past configure now, but it still doesn't work. Now make exits with the following:

make[4]: Entering directory `/home/klauss/Download/installs/pango-1.8.0/pango' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/home/klauss/Download/installs/pango-1.8.0/install/etc\" -DLIBDIR=\"/home/klauss/Download/installs/pango-1.8.0/install/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/home/klauss/Download/installs/glib-2.6.1/include/glib-2.0 -I/home/klauss/Download/installs/glib-2.6.1/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/freetype2 -I.. -g -O2 -Wall -MT pangofc-fontmap.lo -MD -MP -MF ".deps/pangofc-fontmap.Tpo" \ -c -o pangofc-fontmap.lo `test -f 'pangofc-fontmap.c' || echo './'`pangofc-fontmap.c; \
then mv -f ".deps/pangofc-fontmap.Tpo" ".deps/pangofc-fontmap.Plo"; \
else rm -f ".deps/pangofc-fontmap.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/home/klauss/Download/installs/pango-1.8.0/install/etc\" -DLIBDIR=\"/home/klauss/Download/installs/pango-1.8.0/install/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/home/klauss/Download/installs/glib-2.6.1/include/glib-2.0 -I/home/klauss/Download/installs/glib-2.6.1/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/freetype2 -I.. -g -O2 -Wall -MT pangofc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c pangofc-fontmap.c -fPIC -DPIC -o .libs/pangofc-fontmap.o
pangofc-fontmap.c: In function `pango_fc_convert_weight_to_fc':
pangofc-fontmap.c:538: error: `FC_WEIGHT_NORMAL' undeclared (first use in this function) pangofc-fontmap.c:538: error: (Each undeclared identifier is reported only once
pangofc-fontmap.c:538: error: for each function it appears in.)
make[4]: *** [pangofc-fontmap.lo] Fehler 1
make[4]: Leaving directory `/home/klauss/Download/installs/pango-1.8.0/pango'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/klauss/Download/installs/pango-1.8.0/pango'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/klauss/Download/installs/pango-1.8.0/pango'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/klauss/Download/installs/pango-1.8.0'
make: *** [all] Fehler 2
Exitcode 2

Am I missing a standard tool or something?

Thank you for your time.

Regards,
 Nadja



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]