Re: [sword-devel] mcount error on compile

2007-01-18 Thread kevin creason
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

Re: [sword-devel] mcount error on compile

2007-01-18 Thread DJ Ortley
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

Re: [sword-devel] mcount error on compile

2007-01-14 Thread Troy A. Griffitts
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

Re: [sword-devel] mcount error on compile

2007-01-14 Thread DJ Ortley
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

Re: [sword-devel] mcount error on compile

2007-01-13 Thread Greg Hellings
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

Re: [sword-devel] mcount error on compile

2007-01-13 Thread kevin creason
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

Re: [sword-devel] mcount error on compile

2007-01-13 Thread Greg Hellings
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