<!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>
I'm getting this error in the latest SVN trunk<BR>
<BR>
checking how to include clucene... ./configure: line 20201: cd: yes: No such file or directory<BR>
excluding support<BR>
configure: WARNING: Could not detect clucene location.&nbsp; To enable clucene, you must<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call configure with the --with-clucene option specifying the location.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This tells configure where to find the CLucene Core library and headers.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.g. --with-clucene=/usr/local or --with-clucene=/usr<BR>
<BR>
BTW. I'm running Gentoo with clucene-0.9.16a<BR>
<BR>
for me it helped if i edited usrinst.sh and edited<BR>
<BR>
OPTIONS=&quot;--with-clucene $OPTIONS&quot;<BR>
<BR>
to <BR>
<BR>
OPTIONS=&quot;--with-clucene=/usr $OPTIONS&quot;<BR>
<BR>
now it works<BR>
<BR>
Pierre<BR>
<BR>
<BR>
<BR>
On Fri, 2007-05-18 at 15:41 -0700, Troy A. Griffitts wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<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">    -Troy.</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>