No, not exactly... I've thrown in the towel on lucene. I can build sword
w/out lucene and that appears to be enough.
Now I have to figure the rest out and try some other known sword-interfacing
products like gnome-sword.
On 1/18/07, DJ Ortley <[EMAIL PROTECTED]> wrote:
So, did you ever get thi
So, did you ever get this thing figured out?
-DJ
On 1/13/07, kevin creason <[EMAIL PROTECTED]> wrote:
Hi guys-
I'm new to sword-- but glad to be on board.
I have a wonderful Sun blade that I'm trying to compile sword on and have
been having a few issues.
I actually was able to compile witho
Kevin,
Here is my guess to add to the rest...
> g++ -DHAVE_CONFIG_H -I. -I. -I./include -I ./include
> -I/home/kevin/temp/biblesw/clucene-core-0.9.16a/src -I/opt/csw/lib
> -L/opt/csw/lib -g3 -O0 -DCURLAVAILABLE -DUSELUCENE -c -o buildtest.o
> buildtest.cpp
Here we are compiling, and
Well, I don't know much about Lucene, and I've only just started
playing with this stuff myself, but this type of linking error usually
pops up when a header isn't included.
Does this:
-I/opt/csw/lib
maybe need to be:
-I/opt/csw/include
I may be mis-reading this, but it doesn't appear that you're
I would imagine that is the case. From everything I've seen and
experienced they work without Lucene.
--Greg
On 1/13/07, kevin creason <[EMAIL PROTECTED]> wrote:
> Thanks, Greg.
>
> I was under the impression that lucene assisted with searches by making
> indexes.
> Do searches work without luce
Thanks, Greg.
I was under the impression that lucene assisted with searches by making
indexes.
Do searches work without lucene, just have no indexes for speeding it up?
On 1/13/07, Greg Hellings <[EMAIL PROTECTED]> wrote:
Welcome, Kevin!
I'm not a Lucene user, advocate or expert, neither do I
Welcome, Kevin!
I'm not a Lucene user, advocate or expert, neither do I pretend to
know what lucene is and does. However, judging from the error
message, this appears that there is a problem with lucene itself and
not with sword. Unless someone else on here disagrees, you might want
to try track