[bt-devel] build troubles

Troy A. Griffitts bt-devel@crosswire.org
Sun, 29 Oct 2000 17:07:26 -0700


Here's what I do....

cd ~/src/
rm -rf bibletime-2
cvs co bibletime-2
cd bibletime-2
make -f Makefile.cvs
export KDEDIR=/usr/lib/kde2
./configure --with-swordir=/home/scribe/src/sword --enable-shared
make
cd bibletime/backend/sword_backend
vi chtmlchapterdisplay (edit line 52 to add a const and save)
make

output:
make: *** No rule to make target `../libbackend.la', needed by
`libsword_backend.la.closure'. Stop.


My /home/scribe/src/sword dir is compiled static only.  Is this ok? 
It's much better for debugging.

	-Troy.