|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 2 |
|
| Author |
|
|
Stranger Joined: Jul 19, 2004 Post Count: 1 Status: Offline |
I've been trying to build sword 1.5.7 on Slackware 10 (gcc 3.3.4) so that I can create Slackware packages for Sword and Bibletime 1.4.1. I initially had problems with compiling and edited src/mgr/installmgr.cpp changing the line: curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE); to read: curl_easy_setopt(curl, CURLOPT_VERBOSE, true); Now, when I build sword I get errors about not being able to find Lucene: ----------------START_SNIP -------------------------------------------------- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DUSE_AUTOTOOLS -DUNIX -O2 -march=i486 -mcpu=i686 -O2 -march=i486 -mcpu=i686 -ftemplate-depth-25 -DCURLAVAILABLE -DUSELUCENE -MT rawtext.lo -MD -MP -MF .deps/rawtext.Tpo -c ../src/modules/texts/rawtext/rawtext.cpp -fPIC -DPIC ../src/modules/texts/rawtext/rawtext.cpp:22:29: CLucene/CLucene.h: No such file or directory ../src/modules/texts/rawtext/rawtext.cpp:24: error: namespace `queryParser' undeclared ----------------END_SNIP -------------------------------------------------- This is followed by a long series of errors before the make terminates. I have curl 7.12.0 installed (which has the libs and headers included). What needs to be done to have this build complete? - Mark |
||
|
|
Developer ![]() Joined: Nov 15, 2003 Post Count: 88 Status: Offline |
Try to use http://www.crosswire.org/~dglassey/sword-1.5.7a-rc2.tar.gz instead, which is the release-candidate for the upcoming 1.5.7a bugfix-release. It should work without poblems. If it doesn't, please let us know, Joachimh |
||
|
|
|
|
Current timezone is GMT May 25, 2013 12:24:43 PM |