|
|
Choosing A Webhost: |
[commit-cp] [bugs #12241] pangoft2 required even without cairo support: msg#00058java.classpath.cvs
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12241> Summary: pangoft2 required even without cairo support Project: classpath Submitted by: twisti Submitted on: Mon 03/07/2005 at 11:25 Category: classpath Severity: 5 - Average Status: None Privacy: Public Assigned to: None Open/Closed: Open Platform Version: MacOS X _______________________________________________________ Details: Darwin complains about missing pangoft2 symbols during linking of gtk-peer. And some symbols are missing from libX11, which is not listed in LDFLAGS (and i don't know why). This patch made it work. Index: configure.ac =================================================================== RCS file: /ahome/cacao/cacaocvs/cacao/src/classpath/configure.ac,v retrieving revision 1.13 diff -u -3 -p -r1.13 configure.ac --- configure.ac 28 Feb 2005 19:01:43 -0000 1.13 +++ configure.ac 7 Mar 2005 11:19:31 -0000 @@ -254,8 +254,8 @@ if test "x${COMPILE_JNI}" = xyes; then if test "x${enable_gtk_cairo}" = xyes then PKG_CHECK_MODULES(CAIRO, cairo) - PKG_CHECK_MODULES(PANGOFT2, pangoft2) fi + PKG_CHECK_MODULES(PANGOFT2, pangoft2) AC_SUBST(CAIRO_LIBS) AC_SUBST(CAIRO_CFLAGS) AC_SUBST(PANGOFT2_LIBS) Index: Makefile.am =================================================================== RCS file: /ahome/cacao/cacaocvs/cacao/src/classpath/native/jni/gtk-peer/Makefile.am,v retrieving revision 1.13 diff -u -3 -p -r1.13 Makefile.am --- Makefile.am 5 Mar 2005 17:13:54 -0000 1.13 +++ Makefile.am 7 Mar 2005 11:20:58 -0000 @@ -53,10 +53,11 @@ libgtkpeer_la_SOURCES = $(gtk_cairo_c_so libgtkpeer_la_LIBADD = $(top_builddir)/native/jni/classpath/native_state.lo -AM_LDFLAGS = @CLASSPATH_MODULE@ @GTK_LIBS@ @CAIRO_LIBS@ @PANGOFT2_LIBS@ @X_LIBS@ -lXtst +AM_LDFLAGS = @CLASSPATH_MODULE@ @GTK_LIBS@ @CAIRO_LIBS@ @PANGOFT2_LIBS@ \ + @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -lX11 -lXtst AM_CPPFLAGS = @CLASSPATH_INCLUDES@ # Just the WARNING_CFLAGS. We cannot use the strict flags since the gtk # headers contain broken prototypes (by design, see gtkitemfactory.h). AM_CFLAGS = @WARNING_CFLAGS@ @ERROR_CFLAGS@ \ - @GTK_CFLAGS@ @CAIRO_CFLAGS@ @PANGOFT2_CFLAGS@ + @GTK_CFLAGS@ @CAIRO_CFLAGS@ @PANGOFT2_CFLAGS@ @X_CFLAGS@ _______________________________________________________ This item URL is: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12241> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [commit-cp] [bugs #12240] libXtst not found on IRIX (at least, not properly), anonymous |
|---|---|
| Next by Date: | [commit-cp] [task #3859] Implement working derivatives of CORBA NameValue, Context , NVList and some others., Audrius Meškauskas |
| Previous by Thread: | [commit-cp] [bugs #12240] libXtst not found on IRIX (at least, not properly), anonymous |
| Next by Thread: | [commit-cp] [task #3859] Implement working derivatives of CORBA NameValue, Context , NVList and some others., Audrius Meškauskas |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |