This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

--enable-maintainer-mode failure.


Jim Blandy <jimb@red-bean.com> writes:

 > The other approach is to get the right versions of libtool, automake,
 > and autoconf installed (according to the README), and configure with 
 > --enable-maintainer-mode.  Then `make' should do absolutely
 > everything.  It's a little unnerving.

I just did a anoncvs update, ./configure --enable-maintainer-mode &
make.  Make now fails.  Here's the 2nd run:

   hjstein@bacall:~/remote-cvs-pkgs/guile-core$ make
   Making all in ice-9
   make[1]: Entering directory `/home/hjstein/remote-cvs-pkgs/guile-core/ice-9'
   make[1]: Nothing to be done for `all'.
   make[1]: Leaving directory `/home/hjstein/remote-cvs-pkgs/guile-core/ice-9'
   Making all in qt
   make[1]: Entering directory `/home/hjstein/remote-cvs-pkgs/guile-core/qt'
   Making all in md
   make[2]: Entering directory `/home/hjstein/remote-cvs-pkgs/guile-core/qt/md'
   make[2]: Nothing to be done for `all'.
   make[2]: Leaving directory `/home/hjstein/remote-cvs-pkgs/guile-core/qt/md'
   Making all in time
   make[2]: Entering directory `/home/hjstein/remote-cvs-pkgs/guile-core/qt/time'
   make[2]: Nothing to be done for `all'.
   make[2]: Leaving directory `/home/hjstein/remote-cvs-pkgs/guile-core/qt/time'
   make[1]: *** No rule to make target `@QTHREAD_LTLIBS@', needed by `all-am'.  Stop.
   make[1]: Leaving directory `/home/hjstein/remote-cvs-pkgs/guile-core/qt'
   make: *** [all-recursive] Error 1

Found the following bunch of unexpanded symbols in qt/Makefile:

   QTHREAD_LTLIBS = @QTHREAD_LTLIBS@
   RANLIB = ranlib
   THREAD_CPPFLAGS = @THREAD_CPPFLAGS@
   THREAD_LIBS_INSTALLED = @THREAD_LIBS_INSTALLED@
   THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
   THREAD_PACKAGE = @THREAD_PACKAGE@
   VERSION = 1.2.91
   qtdmdb_s = @qtdmdb_s@
   qthread_asflags = @qthread_asflags@
   qtmd_h = @qtmd_h@
   qtmdc_c = @qtmdc_c@
   qtmds_s = @qtmds_s@

   AUTOMAKE_OPTIONS = foreign

   SUBDIRS = md time

   lib_LTLIBRARIES = @QTHREAD_LTLIBS@


-- 
Harvey J. Stein
BFM Financial Research
hjstein@bfr.co.il