octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50129] Incorrect Qt version chosen after auto


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50129] Incorrect Qt version chosen after automatic updates to configure
Date: Tue, 24 Jan 2017 22:40:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #8, bug #50129 (project octave):

Mike, are you using "configure -C" to enable config.cache?  I do see the
problem if I use the cache:


rm -f config.cache
configure -C   ## MOCFLAGS is set to -qt5 in Makefile
touch configure
make V=1 Makefile  ## ultimately runs "./config.status --recheck" and MOCFLAGS
is empty in Makefile


note that


rm -f config.cache
configure -C   ## MOCFLAGS is set to -qt5 in Makefile
touch Makefile.in
make V=1 Makefile  ## ultimately runs "./config.status Makefile" and MOCFLAGS
is empty in Makefile


It's the "--recheck" part (with the cache) that causes the trouble.  This
happens because of the problem that I noted in comment #6 about using MOC as
the cache variable.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50129>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]