[Xapian-devel] Re: build error : xapian-core-0.9.4_svn6707 with UTF-8patch

Sungsoo Kim xingshou at gmail.com
Wed Apr 5 17:47:29 BST 2006


> Well, this sounds like the same issue you had before and solved for
> yourself:
>
> http://thread.gmane.org/gmane.comp.search.xapian.devel/627

Oh! my god! How can I forget the same error?


> Although I don't really see how the wrong library path could lead to
> glibconfig.h failing to be found - I'd expect that to give a link-time
> error, not a compile-time one.

I hope this could be fixed in near future because lots of users are under
64 bit environment. Is it possible to make 'Makefile' work in both 32 bit
and 64 bit environment?

[root at saturn queryparser]# diff Makefile.in.orig Makefile.in
55c55
< libqueryparser_la_LIBADD =
---
> libqueryparser_la_LIBADD = /usr/lib64/libglib-2.0.la
203c203
< INCLUDES 
= -I$(top_srcdir)/include -I${top_builddir}/include -I$(top_srcdir)/common -I$(top_srcdir)/api
---
> INCLUDES 
> = -I$(top_srcdir)/include -I${top_builddir}/include -I$(top_srcdir)/common 
>  -I$(top_srcdir)/api -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include


Sungsoo Kim






More information about the Xapian-devel mailing list