[bt-devel] CVS does not complete following make

Fred bt-devel@crosswire.org
Fri, 26 Apr 2002 16:39:33 -0400


>From cvs of 4/26/02 about 9:00 GMT
Failed to complete following make.
Mandrake 8.1 with qt3 and kde3

Do we need autoconf 2.5?

Fred Saalbach

----------------
[fksKDE3@localhost bibletime]$ export QTDIR=/usr/lib/qt3
[fksKDE3@localhost bibletime]$ export KDEDIR=/opt/kde3
[fksKDE3@localhost bibletime]$ export PATH=$KDEDIR/bin:$PATH
[fksKDE3@localhost bibletime]$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING AUTOCONF 2.13. We suggest updating.
*** autoconf 2.5x works best for now, we will drop
*** support for autoconf 2.13 soon.
*** Creating acinclude.m4
.
.
.
./configure
.
.
.
config.h is unchanged
[fksKDE3@localhost bibletime]$ make
make  all-recursive
make[1]: Entering directory `/home/fksKDE3/Develop/cvs_repository/bibletime'
Making all in bibletime
make[2]: Entering directory 
`/home/fksKDE3/Develop/cvs_repository/bibletime/bibletime'
Making all in backend
make[3]: Entering directory 
`/home/fksKDE3/Develop/cvs_repository/bibletime/bibletime/backend'
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt2/include 
-I/usr/X11R6/include  -I/usr/include/sword  -DQT_THREAD_SUPPORT  -D_REENTRANT 
-DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I../../ 
-I../../bibletime  -O2 -fno-exceptions -fno-check-new  -c 
cswordmodulesearch.cpp
In file included from cswordmodulesearch.cpp:19:
cswordmodulesearch.h:27:19: qlist.h: No such file or directory
cswordmodulesearch.h:28:21: qstring.h: No such file or directory
cswordmodulesearch.h:29:21: qsignal.h: No such file or directory
In file included from cswordmoduleinfo.h:22,
                 from cswordmodulesearch.cpp:20:
cswordbackend.h:25:19: qlist.h: No such file or directory
cswordbackend.h:26:18: qmap.h: No such file or directory
cswordbackend.h:27:21: qstring.h: No such file or directory
cswordbackend.h:28:25: qstringlist.h: No such file or directory
In file included from cswordmodulesearch.cpp:20:
cswordmoduleinfo.h:27:21: qstring.h: No such file or directory
cswordmoduleinfo.h:28:19: qfont.h: No such file or directory
cswordmoduleinfo.h:29:18: qmap.h: No such file or directory
In file included from cswordmodulesearch.cpp:22:
../frontend/cbtconfig.h:21:21: qstring.h: No such file or directory
../frontend/cbtconfig.h:22:20: qcolor.h: No such file or directory
../frontend/cbtconfig.h:23:19: qfont.h: No such file or directory
../frontend/cbtconfig.h:24:24: qvaluelist.h: No such file or directory
make[3]: *** [cswordmodulesearch.o] Error 1
make[3]: Leaving directory 
`/home/fksKDE3/Develop/cvs_repository/bibletime/bibletime/backend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/fksKDE3/Develop/cvs_repository/bibletime/bibletime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fksKDE3/Develop/cvs_repository/bibletime'
make: *** [all-recursive-am] Error 2