[sword-devel] Sword 1.5.3/ MDK8.2: compile errors
Steven Boothe
sword-devel@crosswire.org
Thu, 23 May 2002 18:36:12 -0700
Hello again:
I finally managed to massage my installation of Mandrake 8.2 to
compile "hello.cpp", so I have come back to revisit compiling
sword-1.5.3 and include below are the errors I received.
Can anyone offer a suggestion? Has this been delt with by anyone
else? Shall I go ahead and download the latest snapshot from cvs?
Any comments are as usual tremendously appreciated.
Thanks again to all who have worked so hard to keep this project
moving forward.
Steven
...
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -g -O0 -Werror -c -o thmlolb.lo `test -f ../src/modules/filters/thmlolb.cpp || echo './'`../src/modules/filters/thmlolb.cpp
g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -g -O0 -Werror -c ../src/modules/filters/thmlolb.cpp -MT thmlolb.lo -MD -MP -MF .deps/thmlolb.TPlo
echo timestamp > thmlolb.lo
source='../src/modules/filters/greeklexattribs.cpp' object='greeklexattribs.lo' libtool=yes \
depfile='.deps/greeklexattribs.Plo' tmpdepfile='.deps/greeklexattribs.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -g -O0 -Werror -c -o greeklexattribs.lo `test -f ../src/modules/filters/greeklexattribs.cpp || echo './'`../src/modules/filters/greeklexattribs.cpp
g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -g -O0 -Werror -c ../src/modules/filters/greeklexattribs.cpp -MT greeklexattribs.lo -MD -MP -MF .deps/greeklexattribs.TPlo
../src/modules/filters/greeklexattribs.cpp: In member function `virtual char
GreekLexAttribs::ProcessText(char*, int, const SWKey*, const SWModule*)':
../src/modules/filters/greeklexattribs.cpp:31: `isalpha' undeclared (first use
this function)
../src/modules/filters/greeklexattribs.cpp:31: (Each undeclared identifier is
reported only once for each function it appears in.)
../src/modules/filters/greeklexattribs.cpp:39: `isdigit' undeclared (first use
this function)
make[2]: *** [greeklexattribs.lo] Error 1
make[2]: Leaving directory `/home/sboothe/Develop/sword-1.5.3/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sboothe/Develop/sword-1.5.3'
make: *** [all] Error 2
[sboothe@poretz sword-1.5.3]$