[bt-devel] next steps

Eeli Kaikkonen eekaikko at mail.student.oulu.fi
Tue Dec 2 03:22:12 MST 2008


Quoting Eric Hartwell <darth_linux at ameritech.net>:


>>
> Gary is right. It's not as simple as changing the version in
> FindClucene.cmake. I added /usr/lib64/ to the search PATH for
> CLUCENE_LIBRARY_DIR.
>
> now it fails to compile with the following errors
> In file included from
> /home/eah/Download/bibletime/trunk/bibletime/src/backend/keys/cswordversekey.h:21,
>                  from
> /home/eah/Download/bibletime/trunk/bibletime/src/bibletime_dbus.cpp:17:
> /usr/include/sword/versekey.h:399: warning: type qualifiers ignored   
> on function
> return type
> [100%] make[2]: *** No rule to make target `/usr/lib64/libgif.so', needed by
> `bibletime'.  Stop.
> make[2]: *** Waiting for unfinished jobs....
>
> each section has an error similar to:
> /usr/include/sword/swmodule.h:171: warning: type qualifiers ignored   
> on function
> return type
> /usr/include/sword/swmodule.h:183: warning: type qualifiers ignored   
> on function
> return type
>

Warnings are due to buggy Sword library headers. They shouldn't be  
problem because warnings are not treated as errors (right now - they  
were before). Libgif is the problem. It comes from some dependency  
(Qt?), we are not using it directly. This may be a packaging bug in  
Fedora or a cmake bug. Try to find libgif binary and development  
packages for your distro. If they are already installed, I suppose  
it's a cmake bug.

--Eeli Kaikkonen




More information about the bt-devel mailing list