<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.14.1">
</HEAD>
<BODY>
Troy,<BR>
The patch seems to be working for me now. Thanks so much!<BR>
<BR>
PierreOn Sat, 2007-05-19 at 14:48 -0700, Troy A. Griffitts wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Terry,</FONT>
<FONT COLOR="#000000">        Thanks for the patch! Applied. I added a few comments and removed my </FONT>
<FONT COLOR="#000000">initial comments which questioned why in the world clucene-config.h was </FONT>
<FONT COLOR="#000000">being sought in /usr/lib. Thank for the explanation.</FONT>
<FONT COLOR="#000000">Pierre,</FONT>
<FONT COLOR="#000000">        Thanks for the report. I added a check for an explicit </FONT>
<FONT COLOR="#000000">--with-clucene=yes Let me know if it fixes things for you.</FONT>
<FONT COLOR="#000000">        Thank you,</FONT>
<FONT COLOR="#000000">                -Troy.</FONT>
<FONT COLOR="#000000">Terry Biggs wrote:</FONT>
<FONT COLOR="#000000">> Troy,</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> here's a new patch</FONT>
<FONT COLOR="#000000">> you were right of course :)</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> terry</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> On Fri, 2007-05-18 at 21:55 -0400, Terry Biggs wrote:</FONT>
<FONT COLOR="#000000">>> Troy,</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> some of us don't have lib64 :(</FONT>
<FONT COLOR="#000000">>> we just have lib and that's where clucene-config.h lives in Ubuntu-7.04</FONT>
<FONT COLOR="#000000">>> other than that it worked great.</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> here's a patch that makes it go.</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> terry</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> On Fri, 2007-05-18 at 15:41 -0700, Troy A. Griffitts wrote:</FONT>
<FONT COLOR="#000000">>>> OK guys, I had some time today to look into the reported problems of </FONT>
<FONT COLOR="#000000">>>> compiling sword without clucene. Being a novice, at best, at autotools, </FONT>
<FONT COLOR="#000000">>>> I've committed a delta that I THINK works. If those who have had </FONT>
<FONT COLOR="#000000">>>> troubles could try the latest SVN trunk out and let me know, I'd </FONT>
<FONT COLOR="#000000">>>> appreciate it. Those who have autotools experience, if you have a </FONT>
<FONT COLOR="#000000">>>> chance to look at my latest commit and confirm what I've done or provide </FONT>
<FONT COLOR="#000000">>>> an alternate solution, it would be much appreciated.</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> -Troy.</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> _______________________________________________</FONT>
<FONT COLOR="#000000">>>> sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000">>>> <A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">>>> Instructions to unsubscribe/change your settings at above page</FONT>
<FONT COLOR="#000000">>> _______________________________________________</FONT>
<FONT COLOR="#000000">>> sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000">>> <A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">>> Instructions to unsubscribe/change your settings at above page</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> ------------------------------------------------------------------------</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> Index: acx_clucene.m4</FONT>
<FONT COLOR="#000000">>> ===================================================================</FONT>
<FONT COLOR="#000000">>> --- acx_clucene.m4        (revision 2051)</FONT>
<FONT COLOR="#000000">>> +++ acx_clucene.m4        (working copy)</FONT>
<FONT COLOR="#000000">>> @@ -35,7 +35,7 @@</FONT>
<FONT COLOR="#000000">>>                                         CLUCENE_CXXFLAGS="-I$flag/include"</FONT>
<FONT COLOR="#000000">>> # what is this?!!! Keeping, but don't understand. Can clucene-config.h actually get installed to lib?</FONT>
<FONT COLOR="#000000">>>                                 else</FONT>
<FONT COLOR="#000000">>> -                                        CLUCENE_CXXFLAGS="-I$flag/include -I$flag/lib64"</FONT>
<FONT COLOR="#000000">>> +                                        CLUCENE_CXXFLAGS="-I$flag/include -I$flag/lib64 -I$flag/lib"</FONT>
<FONT COLOR="#000000">>>                                 fi</FONT>
<FONT COLOR="#000000">>>                         else</FONT>
<FONT COLOR="#000000">>>                                 if test -e "$flag/lib/libclucene.la" || test -e "$flag/lib/libclucene.so"; then</FONT>
<FONT COLOR="#000000">>> @@ -45,7 +45,7 @@</FONT>
<FONT COLOR="#000000">>>                                                 CLUCENE_CXXFLAGS="-I$flag/include"</FONT>
<FONT COLOR="#000000">>>         # what is this?!!! Keeping, but don't understand. Can clucene-config.h actually get installed to lib?</FONT>
<FONT COLOR="#000000">>>                                         else</FONT>
<FONT COLOR="#000000">>> -                                                CLUCENE_CXXFLAGS="-I$flag/include -I$flag/lib64"</FONT>
<FONT COLOR="#000000">>> +                                                CLUCENE_CXXFLAGS="-I$flag/include -I$flag/lib64 -I$flag/lib"</FONT>
<FONT COLOR="#000000">>>                                         fi</FONT>
<FONT COLOR="#000000">>>                                 fi</FONT>
<FONT COLOR="#000000">>>                         fi</FONT>
<FONT COLOR="#000000">>> Index: acx_clucene.m4</FONT>
<FONT COLOR="#000000">>> ===================================================================</FONT>
<FONT COLOR="#000000">>> --- acx_clucene.m4        (revision 2051)</FONT>
<FONT COLOR="#000000">>> +++ acx_clucene.m4        (working copy)</FONT>
<FONT COLOR="#000000">>> @@ -45,7 +45,7 @@</FONT>
<FONT COLOR="#000000">>>                                                 CLUCENE_CXXFLAGS="-I$flag/include"</FONT>
<FONT COLOR="#000000">>>         # what is this?!!! Keeping, but don't understand. Can clucene-config.h actually get installed to lib?</FONT>
<FONT COLOR="#000000">>>                                         else</FONT>
<FONT COLOR="#000000">>> -                                                CLUCENE_CXXFLAGS="-I$flag/include -I$flag/lib64"</FONT>
<FONT COLOR="#000000">>> +                                                CLUCENE_CXXFLAGS="-I$flag/include -I$flag/lib"</FONT>
<FONT COLOR="#000000">>>                                         fi</FONT>
<FONT COLOR="#000000">>>                                 fi</FONT>
<FONT COLOR="#000000">>>                         fi</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> ------------------------------------------------------------------------</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> _______________________________________________</FONT>
<FONT COLOR="#000000">>> sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000">>> <A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">>> Instructions to unsubscribe/change your settings at above page</FONT>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000"><A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">Instructions to unsubscribe/change your settings at above page</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>