<!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>
&nbsp;&nbsp;&nbsp; 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">&gt; Troy,</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; here's a new patch</FONT>
<FONT COLOR="#000000">&gt; you were right of course :)</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; terry</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; On Fri, 2007-05-18 at 21:55 -0400, Terry Biggs wrote:</FONT>
<FONT COLOR="#000000">&gt;&gt; Troy,</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; some of us don't have lib64 :(</FONT>
<FONT COLOR="#000000">&gt;&gt; we just have lib and that's where clucene-config.h lives in Ubuntu-7.04</FONT>
<FONT COLOR="#000000">&gt;&gt; other than that it worked great.</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; here's a patch that makes it go.</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; terry</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; On Fri, 2007-05-18 at 15:41 -0700, Troy A. Griffitts wrote:</FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; OK guys, I had some time today to look into the reported problems of </FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; compiling sword without clucene.  Being a novice, at best, at autotools, </FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; I've committed a delta that I THINK works.  If those who have had </FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; troubles could try the latest SVN trunk out and let me know, I'd </FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; appreciate it.  Those who have autotools experience, if you have a </FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; chance to look at my latest commit and confirm what I've done or provide </FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; an alternate solution, it would be much appreciated.</FONT>
<FONT COLOR="#000000">&gt;&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;&gt;     -Troy.</FONT>
<FONT COLOR="#000000">&gt;&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; _______________________________________________</FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; <A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">&gt;&gt;&gt; Instructions to unsubscribe/change your settings at above page</FONT>
<FONT COLOR="#000000">&gt;&gt; _______________________________________________</FONT>
<FONT COLOR="#000000">&gt;&gt; sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000">&gt;&gt; <A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">&gt;&gt; Instructions to unsubscribe/change your settings at above page</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; ------------------------------------------------------------------------</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; Index: acx_clucene.m4</FONT>
<FONT COLOR="#000000">&gt;&gt; ===================================================================</FONT>
<FONT COLOR="#000000">&gt;&gt; --- acx_clucene.m4        (revision 2051)</FONT>
<FONT COLOR="#000000">&gt;&gt; +++ acx_clucene.m4        (working copy)</FONT>
<FONT COLOR="#000000">&gt;&gt; @@ -35,7 +35,7 @@</FONT>
<FONT COLOR="#000000">&gt;&gt;                                          CLUCENE_CXXFLAGS=&quot;-I$flag/include&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt;  # what is this?!!!  Keeping, but don't understand.  Can clucene-config.h actually get installed to lib?</FONT>
<FONT COLOR="#000000">&gt;&gt;                                  else</FONT>
<FONT COLOR="#000000">&gt;&gt; -                                        CLUCENE_CXXFLAGS=&quot;-I$flag/include -I$flag/lib64&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt; +                                        CLUCENE_CXXFLAGS=&quot;-I$flag/include -I$flag/lib64 -I$flag/lib&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt;                                  fi</FONT>
<FONT COLOR="#000000">&gt;&gt;                          else</FONT>
<FONT COLOR="#000000">&gt;&gt;                                  if test -e &quot;$flag/lib/libclucene.la&quot; || test -e &quot;$flag/lib/libclucene.so&quot;; then</FONT>
<FONT COLOR="#000000">&gt;&gt; @@ -45,7 +45,7 @@</FONT>
<FONT COLOR="#000000">&gt;&gt;                                                  CLUCENE_CXXFLAGS=&quot;-I$flag/include&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt;          # what is this?!!!  Keeping, but don't understand.  Can clucene-config.h actually get installed to lib?</FONT>
<FONT COLOR="#000000">&gt;&gt;                                          else</FONT>
<FONT COLOR="#000000">&gt;&gt; -                                                CLUCENE_CXXFLAGS=&quot;-I$flag/include -I$flag/lib64&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt; +                                                CLUCENE_CXXFLAGS=&quot;-I$flag/include -I$flag/lib64 -I$flag/lib&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt;                                          fi</FONT>
<FONT COLOR="#000000">&gt;&gt;                                  fi</FONT>
<FONT COLOR="#000000">&gt;&gt;                          fi</FONT>
<FONT COLOR="#000000">&gt;&gt; Index: acx_clucene.m4</FONT>
<FONT COLOR="#000000">&gt;&gt; ===================================================================</FONT>
<FONT COLOR="#000000">&gt;&gt; --- acx_clucene.m4        (revision 2051)</FONT>
<FONT COLOR="#000000">&gt;&gt; +++ acx_clucene.m4        (working copy)</FONT>
<FONT COLOR="#000000">&gt;&gt; @@ -45,7 +45,7 @@</FONT>
<FONT COLOR="#000000">&gt;&gt;                                                  CLUCENE_CXXFLAGS=&quot;-I$flag/include&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt;          # what is this?!!!  Keeping, but don't understand.  Can clucene-config.h actually get installed to lib?</FONT>
<FONT COLOR="#000000">&gt;&gt;                                          else</FONT>
<FONT COLOR="#000000">&gt;&gt; -                                                CLUCENE_CXXFLAGS=&quot;-I$flag/include -I$flag/lib64&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt; +                                                CLUCENE_CXXFLAGS=&quot;-I$flag/include -I$flag/lib&quot;</FONT>
<FONT COLOR="#000000">&gt;&gt;                                          fi</FONT>
<FONT COLOR="#000000">&gt;&gt;                                  fi</FONT>
<FONT COLOR="#000000">&gt;&gt;                          fi</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; ------------------------------------------------------------------------</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; _______________________________________________</FONT>
<FONT COLOR="#000000">&gt;&gt; sword-devel mailing list: <A HREF="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></FONT>
<FONT COLOR="#000000">&gt;&gt; <A HREF="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</A></FONT>
<FONT COLOR="#000000">&gt;&gt; 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>