[bt-devel] next steps

Greg Hellings greg.hellings at gmail.com
Mon Dec 1 10:37:09 MST 2008


Gary,

On Mon, Dec 1, 2008 at 11:24 AM, Gary Holmlund <gary.holmlund at gmail.com> wrote:
> Eeli Kaikkonen wrote:
>> On Sun, 30 Nov 2008, Eric Hartwell wrote:
>>
>>> CMake Error at cmake/FindCLucene.cmake:72 (MESSAGE):
>>>   Could not find CLucene.  Please install CLucene = 0.9.16a
>>>
>>
>>
>>
>>> after I have installed
>>> clucene-core-0.9.21-1.fc10.x86_64
>>> clucene-core-0.9.21-1.fc10.i386
>>> clucene-core-devel-0.9.21-1.fc10.x86_64
>>>
>>
>> The reason is clearly visible: the build system expects 0.9.16a but you
>> have 0.9.21. There have been some problems with different versions of
>> clucene and therefore a certain version was required. I don't remember
>> them, maybe Martin can tell more. Meanwhile you can try to use 0.9.21 by
>> editing cmake/FindCLucene.cmake. Just change the first line.
>>
>>
>>   Yours,
>>       Eeli Kaikkonen (Mr.), Oulu, Finland
>>       e-mail: eekaikko at mailx.studentx.oulux.fix (with no x)
>>
>> _______________________________________________
>> bt-devel mailing list
>> bt-devel at crosswire.org
>> http://www.crosswire.org/mailman/listinfo/bt-devel
>>
> No, this is not the reason. I was able to build on Fedora 10 32 bit with
> the clucene 0.9.21. I suspect that the FindCLucene.cmake may not be
> finding the 64 bit libraries correctly.

Maybe try posting the values of your CMAKE_INCLUDE_PATH,
CMAKE_LIBRARY_PATH, attaching your CMakeCache.txt file and if there's
any log files including those too, would help with diagnosing the
problem.  I know it compiles against versions other than 0.9.16a,
seeing as I have it built with 0.9.20-3 (Ubuntu version).  I forget
what my version number is over on the Mac, but I'm fairly certain it's
also higher than 0.9.16a.

--Greg



More information about the bt-devel mailing list