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

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

[Octave-bug-tracker] [bug #39600] configure: more precise checks for req


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #39600] configure: more precise checks for required Qt features needed
Date: Sun, 28 Jul 2013 21:16:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

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

                 Summary: configure: more precise checks for required Qt
features needed
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Sun 28 Jul 2013 05:16:48 PM EDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Octave's configure currently only tests for Qt to be at least version 4 when
determining whether the GUI is to be built or not. In fact the GUI requires
some higher version of Qt 4.x. Octave fails to compile with Qt 4.2 and
succeeds with 4.6 and higher.

Since it's been stated that we don't like arbitrary version tests, we'll need
to identify a set of functions that the GUI is using that were introduced
after Qt 4.0 and either make those conditional, if possible, or make them hard
requirements for building the GUI at all.

By the way, the test for Qt >= 4.0.0 is pretty much irrelevant the way it's
written. Qt 3.x didn't have the same pkg-config modules that Octave is looking
for, so their existence already implies Qt 4 or higher.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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