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

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

[Octave-bug-tracker] [bug #53474] warning message when qcollectiongenera


From: Guillaume
Subject: [Octave-bug-tracker] [bug #53474] warning message when qcollectiongenerator and qhelpgenerator are not found
Date: Mon, 26 Mar 2018 07:20:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?53474>

                 Summary: warning message when qcollectiongenerator and
qhelpgenerator are not found
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 26 Mar 2018 11:20:44 AM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Currently, configure contains:


    if test -z "$MOC" || test -z "$UIC" || test -z "$RCC" || test -z
"$LRELEASE" || test -z "$QCOLLECTIONGENERATOR" || test -z "$QHELPGENERATOR";
then
      warn_qt_tools="one or more of the Qt utility programs moc, uic, rcc, and
lrelease not found; disabling Qt GUI"
      build_qt_gui=no


This can be misleading as the Qt GUI is disabled but the warning message does
not list all the files that can be missing (in my case qcollectiongenerator
and qhelpgenerator from the libqt5-qttools package).

Also, would it be possible to have the Qt GUI built without its help module if
qcollectiongenerator and qhelpgenerator are missing?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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