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

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

[Octave-bug-tracker] [bug #63437] Null pointer dereference in file-edito


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc
Date: Mon, 5 Dec 2022 03:43:02 -0500 (EST)

Follow-up Comment #29, bug #63437 (project octave):

Building on macOS fails since the recent changes:
https://github.com/gnu-octave/octave/actions/runs/3616932076/jobs/6095332383

In file included from ../libgui/qterminal/libqterminal/QTerminal.cc:38:
../libgui/src/gui-preferences-global.h:143:1: error: no matching constructor
for initialization of 'const gui_pref'
global_use_native_dialogs ("use_native_file_dialogs", QVariant (false),
true);
^                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libgui/src/gui-preferences.h:39:3: note: candidate constructor not viable:
requires 2 arguments, but 3 were provided
  gui_pref (const QString& key_arg, const QVariant& def_arg)
  ^
../libgui/src/gui-preferences.h:45:3: note: candidate constructor not viable:
requires 1 argument, but 3 were provided
  gui_pref (const gui_pref&) = delete;
  ^
1 error generated.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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