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

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

[Octave-bug-tracker] [bug #55187] build: fails to work with Qt 5.12, qco


From: Rik
Subject: [Octave-bug-tracker] [bug #55187] build: fails to work with Qt 5.12, qcollectiongenerator no longer exists
Date: Sat, 15 Dec 2018 12:59:06 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Update of bug #55187 (project octave):

                Severity:              3 - Normal => 4 - Important          
                  Status:               Need Info => Confirmed              

    _______________________________________________________

Follow-up Comment #29:

The test for qcollection generator is in m4/acinclude.m4


    AC_CHECK_TOOLS(QTCHOOSER, [qtchooser])

    OCTAVE_CHECK_QT_TOOL([moc])
    OCTAVE_CHECK_QT_TOOL([uic])
    OCTAVE_CHECK_QT_TOOL([rcc])
    OCTAVE_CHECK_QT_TOOL([lrelease])
    OCTAVE_CHECK_QT_TOOL([qcollectiongenerator])
    OCTAVE_CHECK_QT_TOOL([qhelpgenerator])


It seems like one possibility is to expand OCTAVE_CHECK_QT_TOOL macro to
accept a list of possibilities which it would check and accept the first one
found.  This is similar to how existing Autoconf macros work.

Possibility number two is to check for qhelpgenerator first, and if it is not
found, check for qcollectiongenerator.  We should not condition checks on the
version number of Qt, only on what is available in the system.

Changing the Severity to Important.  This should be fixed before the 5.0
release.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55187>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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