[bt-devel] CVS does not complete following make
Martin Gruner
bt-devel@crosswire.org
Fri, 26 Apr 2002 22:59:56 +0200
This is actually strange. I have autoconf 2.13 too, but I don't get any
warning. Therefore I don't think you need autoconf 2.5.
Could it be that you have the QT2 lib (without headers?) still installed?
Though that would be strange ... Seems like configure does not detect the QT3
dir correctly and uses the QT2 one instead. Strange. You could also try
configure --with-qt-dir=/usr/lib/qt3.
Martin
###
Martin@home-debian:~$ autoconf --version
Autoconf version 2.13
Martin@home-debian:~$ cd bibletime
Martin@home-debian:~/bibletime$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
autoheader2.50: `config.h.in' is updated
*** Creating Makefile templates
*** Postprocessing Makefile templates
Warning: unknown option qt-only in bibletime/backend/Makefile.in
unknown icon type in bibletime/pics/Makefile.in (startuplogo.png)
*** Creating date/time stamp
*** Finished
###
Am Freitag, 26. April 2002 22:39 schrieb Fred:
> 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