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

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

[Octave-bug-tracker] [bug #64027] configure warning for `--without-qt`


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64027] configure warning for `--without-qt`
Date: Tue, 11 Apr 2023 10:42:28 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64027>

                 Summary: configure warning for `--without-qt`
                   Group: GNU Octave
               Submitter: mmuetzel
               Submitted: Tue 11 Apr 2023 04:42:26 PM CEST
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 11 Apr 2023 04:42:26 PM CEST By: Markus Mützel <mmuetzel>
When configuring the current default branch with `--without-qt`, the following
warning appears:

checking whether /usr/bin/ld -m elf_x86_64 accepts -framework Carbon... no
../src/configure: line 90493: test: =: unary operator expected
checking for gl2ps.h... yes

See also, e.g., on the buildbot (line 785):
https://buildbot.octave.org/#/builders/13/builds/315/steps/5/logs/stdio

Afaict, that is from this expression:
https://hg.savannah.gnu.org/hgweb/octave/file/e4bd4349af42/configure.ac#l2017

if test $build_qt_graphics = no && test $build_fltk_graphics = no; then
  opengl_graphics=no
else
  opengl_graphics=yes
fi


That might be a fallout from this change that removed the definition of
`build_qt_graphics`:
https://hg.savannah.gnu.org/hgweb/octave/rev/106c7532a764

I'm not sure what is supposed to happen when building without Qt.

CC'ing jwe.








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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