You know what, I don't think this worked. To try and solve my other problem with python, I noticed my install location had stuff from this mornings games and I think it broke everything. Anyway, so I did rm -fr * (everything) install dir and location and untar'd like it was all new and added the line bellow to fontconfig:
And trying again On 3/1/07, Joseph E. Sacco, Ph.D. <[EMAIL PROTECTED]> wrote:
Justin, Thanks for the reply. Building GARNOME on a 64-bit system often has library path issues. By building ./bootstrap/expat as a dependency for fontconfig, you have insured that the GARNOME build will use that version of expat. You should take another look at the configuration choices in gar.conf.mk. You may be able to tweak LD_LIBRARY_PATH. -Joseph ========================================================================== On Thu, 2007-03-01 at 08:57 -0600, Justin Conover wrote: > That worked. > > On 3/1/07, Joseph E. Sacco, Ph.D. <[EMAIL PROTECTED]> wrote: > Justin, > > Try the following: > > * cd freedesktop/fontconfig > > * make uninstall clean > > * edit the GAR Makefile > > LIBDEPS = bootstrap/freetype bootstrap/expat > > * make install > make_install.log 2>&1 & > > > > -Joseph > > ================================================================== > > On Thu, 2007-03-01 at 07:49 -0600, Justin Conover wrote: > > I'm not sure what the appropriate fix is, but fontconfig > wouldn't > > install with the following error: > > > > "/usr/lib/libexpat.so: could not read symbols: File in wrong > format" > > > > Looking through, in the work dir there was EXPAT_LIBS = > -lexpat > > then doing ./configure --help I saw --with-expat-lib=DIR > > > > So I did a make clean and then edited the top level make > file to > > include: --with-expat-lib=/usr/lib64 > > > > It built and installed, so far so good: > > > > > > > > diff -r Makefile Makefile.old > > 21c21 > > < CONFIGURE_ARGS = $(DIRPATHS) --with-confdir= > $(sysconfdir)/fonts > > --with-add-fonts= > $(sharedstatedir)/fonts/truetype,/usr/lib/X11/fonts > > --disable-docs --with-expat-lib=/usr/lib64 > > --- > > > CONFIGURE_ARGS = $(DIRPATHS) --with-confdir= > $(sysconfdir)/fonts > > --with-add-fonts= > $(sharedstatedir)/fonts/truetype,/usr/lib/X11/fonts > > --disable-docs > > > > diff -u Makefile Makefile.old > > --- Makefile 2007-03-01 07:44: 45.000000000 -0600 > > +++ Makefile.old 2007-03-01 07:48:13.000000000 -0600 > > @@ -18,7 +18,7 @@ > > BUILD_SCRIPTS = $(WORKSRC)/Makefile > > INSTALL_SCRIPTS = $(WORKSRC)/Makefile > > > > -CONFIGURE_ARGS = $(DIRPATHS) --with-confdir= > $(sysconfdir)/fonts > > --with-add-fonts= > $(sharedstatedir)/fonts/truetype,/usr/lib/X11/fonts > > --disable-docs --with-expat-lib=/usr/lib64 > > +CONFIGURE_ARGS = $(DIRPATHS) --with-confdir= > $(sysconfdir)/fonts > > --with-add-fonts= > $(sharedstatedir)/fonts/truetype,/usr/lib/X11/fonts > > --disable-docs > > > > > -- > joseph_sacco [at] comcast [dot] net > > -- > garnome-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/garnome-list > -- joseph_sacco [at] comcast [dot] net -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
