Hi all - I downloaded pango-0.26.tar.gz last night, and have begun trying to compile and install it. I managed the ./configure step okay -- I have installed glig-1.3.15 -- but, like Raymond Wan, my compilation breaks in the examples directory. Can anyone tell me where to start looking in order to fix this? I really need pango only so I can compile gtk+-1.3.15, so I can get to work on gimp-1.3.
All help greatly appreciated. Here's the make output: Making all in examples make[2]: Entering directory `/mnt/S.home/trefftzs/downloads/Sourc es/pango-0.26/examples' c++ -DHAVE_CONFIG_H -I. -I. -I.. -DG_DISABLE_DEPRECATED -I.. -I /usr/lib/qt-2.0.1/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype 2 -g -O2 -c viewer-qt.cc c++ -DHAVE_CONFIG_H -I. -I. -I.. -DG_DISABLE_DEPRECATED -I.. -I /usr/lib/qt-2.0.1/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype 2 -g -O2 -c moc_viewer-qt.cc moc_viewer-qt.cc: In function `static class QString ViewerView::tr(const char *)': moc_viewer-qt.cc:42: no matching function for call to `QApplication::translate (char[11], const char *&, int)' /usr/lib/qt-2.0.1/include/qapplication.h:139: candidates are: QApplication::translate(const char *, const char *) const moc_viewer-qt.cc: At top level: moc_viewer-qt.cc:46: prototype for `class QString ViewerView::tr( const char *, const char *)' does not match any in class `ViewerView' moc_viewer-qt.cc:41: candidate is: static class QString ViewerView::tr(const char *) moc_viewer-qt.cc: In method `class QString ViewerView::tr(const char *, const char *)': moc_viewer-qt.cc:47: no matching function for call to `QApplication::translate (char[11], const char *&, const char *&)' /usr/lib/qt-2.0.1/include/qapplication.h:139: candidates are: QApplication::translate(const char *, const char *) const moc_viewer-qt.cc: At top level: moc_viewer-qt.cc:53: new declaration `static class QMetaObject * ViewerView::staticMetaObject()' viewer-qt.h:53: ambiguates old declaration `static void ViewerView::staticMetaObject()' moc_viewer-qt.cc: In function `static class QMetaObject * ViewerView::staticMetaObject()': moc_viewer-qt.cc:59: `Access' is not a member of type `QMetaData' moc_viewer-qt.cc:59: `slot_tbl_access' undeclared (first use this function) moc_viewer-qt.cc:59: (Each undeclared identifier is reported only once moc_viewer-qt.cc:59: for each function it appears in.) moc_viewer-qt.cc:68: no matching function for call to `QMetaObject::new_metaobject (char[11], char[12], int, int, int, int, int, int, int, int, int, int)' /usr/lib/qt-2.0.1/include/qmetaobject.h:65: candidates are: QMetaObject::new_metaobject(const char *, const char *, QMetaData *, int, QMetaData *, int) moc_viewer-qt.cc:69: confused by earlier errors, bailing out make[2]: *** [moc_viewer-qt.o] Error 1 make[2]: Leaving directory `/mnt/S.home/trefftzs/downloads/Source s/pango-0.26/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/S.home/trefftzs/downloads/Source s/pango-0.26' make: *** [all-recursive-am] Error 2 -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/trefftzs Home Page http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery http://trefftzs.topcities.com/home.html Photo galleries _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
