[sword-devel] Error building CVS of Sword

Steven P. Ulrick sword-devel@crosswire.org
Thu, 1 May 2003 00:16:00 -0500


Hello, Everyone :)
I just tried to compile the CVS of Sword, and it finished in an error. 
Here is the entire output of the "make" command:

make  all-recursive
make[1]: Entering directory `/home/steve/CVS/sword'
Making all in utilities
make[2]: Entering directory `/home/steve/CVS/sword/utilities'
source='cipherraw.cpp' object='cipherraw.o' libtool=no \
depfile='.deps/cipherraw.Po' tmpdepfile='.deps/cipherraw.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I ../include  -DUSBINARY  -g3 -O0
-Werror -c -o cipherraw.o `test -f 'cipherraw.cpp' || echo
'./'`cipherraw.cpp
/bin/sh ../libtool --mode=link g++  -g3 -O0 -Werror   -o cipherraw 
cipherraw.o -L../lib -lsword  -lz 
mkdir .libs
g++ -g3 -O0 -Werror -o cipherraw cipherraw.o 
-L/home/steve/CVS/sword/lib /usr/lib/libsword.a -lz
/usr/lib/libsword.a(swmgr.o)(.text+0xb5d): In function
`sword::SWMgr::init()':
../src/mgr/swmgr.cpp:140: undefined reference to
`sword::OSISHeadings::OSISHeadings[in-charge]()'
collect2: ld returned 1 exit status
make[2]: *** [cipherraw] Error 1
make[2]: Leaving directory `/home/steve/CVS/sword/utilities'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steve/CVS/sword'
make: *** [all] Error 2

usrinst.sh finished perfectly.
After the first time it finished in that error, I ran "make distclean"
and updated again, with the same result.

Have a Great Day :)
Steven P. Ulrick