Re: little patch to compile at-spi-0.8 with glib-2.0



This was reported in bugzilla a month or so ago, and i believe it's 'Fixed in CVS'. (we just havent seen a release since then, might be worth trying to get that out there for beta3? nodge nodge wink wink)

the renaming -1.3 to -2.0 is just a not so good fix, since the version numbers can change again in the future. The proper way to do it is to use the values provided by the pkgconfig tools..

(though to get it to compile for now, the patch works fine)

	-- Chris

Jan-Hendrik Palic wrote:
Hi ...

I'm sure you mentioned this, if not, here is on patch to resolve the
problem kompiling at-spi-0.8 withg glib-2.0.

In utils/Makefile.in LDADD points to gdk_pixpuf_Xlib-1.3, but 2.0 is right
here. I changed it and it works ... a patch is inluded ...

	Regards

		Jan


------------------------------------------------------------------------

--- at-spi-0.0.8/util/Makefile.in~	Tue Feb 12 18:36:55 2002
+++ at-spi-0.0.8/util/Makefile.in	Tue Mar 26 17:27:31 2002
@@ -168,7 +168,7 @@
orbittypelibdir = $(libdir)/orbit -LDADD = $(UTILS_LIBS) -L$(prefix)/lib -lgdk_pixbuf_xlib-1.3
+LDADD = $(UTILS_LIBS) -L$(prefix)/lib -lgdk_pixbuf_xlib-2.0
serverinfodir = $(libdir)/bonobo/servers
 serverinfo_DATA = Accessibility_Util.server






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