configure: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option
configure: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option
configure: WARNING: libsecret not found, wxSecretStore won't be available
configure: WARNING: Disabling wxWebRequest because no backends are available
configure: WARNING: webkitgtk not found.
configure: WARNING: WebKit not available, disabling wxWebView
configure: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option
configure: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option
configure: WARNING: libsecret not found, wxSecretStore won't be available
configure: WARNING: gspell-1 not found, spell checking in wxTextCtrl won't be available
configure: WARNING: Disabling wxWebRequest because no backends are available
configure: WARNING: webkit2gtk-4.1 not found, falling back to webkit2gtk-4.0
./3rdparty/pcre/src/pcre2_compile.c: In function ‘compile_regex’:
./3rdparty/pcre/src/pcre2_compile.c:8061:17: warning: storing the address of local variable ‘capitem’ in ‘*cb.open_caps’ [-Wdangling-pointer=]
8061 | cb->open_caps = &capitem;
| ~~~~~~~~~~~~~~^~~~~~~~~~
./3rdparty/pcre/src/pcre2_compile.c:7998:14: note: ‘capitem’ declared here
7998 | open_capitem capitem;
| ^~~~~~~
./3rdparty/pcre/src/pcre2_compile.c:7992:39: note: ‘cb’ declared here
7992 | branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr)
In file included from ./include/wx/event.h:28,
from ./include/wx/window.h:18,
from ./include/wx/control.h:22,
from ./include/wx/anybutton.h:45,
from ./include/wx/button.h:18,
from ./src/common/btncmn.cpp:25:
In member function ‘void wxTrackable::AddNode(wxTrackerNode*)’,
inlined from ‘void wxWeakRef::DoAssign(T*, wxTrackable*) [with T = wxWindow]’ at ./include/wx/weakref.h:121:28,
inlined from ‘void wxWeakRef::DoAssign(T*, wxTrackable*) [with T = wxWindow]’ at ./include/wx/weakref.h:110:10,
inlined from ‘void wxWeakRef::Assign(TDerived*) [with TDerived = wxWindow; T = wxWindow]’ at ./include/wx/weakref.h:102:17,
inlined from ‘wxWeakRef::wxWeakRef(T*) [with T = wxWindow]’ at ./include/wx/weakref.h:40:21,
inlined from ‘wxWindow* wxTopLevelWindowBase::SetDefaultItem(wxWindow*)’ at ./include/wx/toplevel.h:244:60,
inlined from ‘virtual wxWindow* wxButtonBase::SetDefault()’ at ./src/common/btncmn.cpp:103:31:
./include/wx/tracker.h:43:17: warning: storing the address of local variable ‘’ in ‘*ptbase.wxTrackable::m_first’ [-Wdangling-pointer=]
43 | m_first = prn;
| ~~~~~~~~^~~~~
In file included from ./src/common/btncmn.cpp:26:
./include/wx/toplevel.h: In member function ‘virtual wxWindow* wxButtonBase::SetDefault()’:
./include/wx/toplevel.h:244:60: note: ‘’ declared here
244 | { wxWindow *old = GetDefaultItem(); m_winDefault = win; return old; }
| ^~~
./src/common/btncmn.cpp:96:36: note: ‘this’ declared here
96 | wxWindow *wxButtonBase::SetDefault()
| ^
./3rdparty/pcre/src/pcre2_compile.c: In function ‘compile_regex’:
./3rdparty/pcre/src/pcre2_compile.c:8061:17: warning: storing the address of local variable ‘capitem’ in ‘*cb.open_caps’ [-Wdangling-pointer=]
8061 | cb->open_caps = &capitem;
| ~~~~~~~~~~~~~~^~~~~~~~~~
./3rdparty/pcre/src/pcre2_compile.c:7998:14: note: ‘capitem’ declared here
7998 | open_capitem capitem;
| ^~~~~~~
./3rdparty/pcre/src/pcre2_compile.c:7992:39: note: ‘cb’ declared here
7992 | branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr)
In file included from ./include/wx/event.h:28,
from ./include/wx/window.h:18,
from ./include/wx/control.h:22,
from ./include/wx/anybutton.h:45,
from ./include/wx/button.h:18,
from ./src/common/btncmn.cpp:25:
In member function ‘void wxTrackable::AddNode(wxTrackerNode*)’,
inlined from ‘void wxWeakRef::DoAssign(T*, wxTrackable*) [with T = wxWindow]’ at ./include/wx/weakref.h:121:28,
inlined from ‘void wxWeakRef::DoAssign(T*, wxTrackable*) [with T = wxWindow]’ at ./include/wx/weakref.h:110:10,
inlined from ‘void wxWeakRef::Assign(TDerived*) [with TDerived = wxWindow; T = wxWindow]’ at ./include/wx/weakref.h:102:17,
inlined from ‘wxWeakRef::wxWeakRef(T*) [with T = wxWindow]’ at ./include/wx/weakref.h:40:21,
inlined from ‘wxWindow* wxTopLevelWindowBase::SetDefaultItem(wxWindow*)’ at ./include/wx/toplevel.h:244:60,
inlined from ‘virtual wxWindow* wxButtonBase::SetDefault()’ at ./src/common/btncmn.cpp:103:31:
./include/wx/tracker.h:43:17: warning: storing the address of local variable ‘’ in ‘*ptbase.wxTrackable::m_first’ [-Wdangling-pointer=]
43 | m_first = prn;
| ~~~~~~~~^~~~~
In file included from ./src/common/btncmn.cpp:26:
./include/wx/toplevel.h: In member function ‘virtual wxWindow* wxButtonBase::SetDefault()’:
./include/wx/toplevel.h:244:60: note: ‘’ declared here
244 | { wxWindow *old = GetDefaultItem(); m_winDefault = win; return old; }
| ^~~
./src/common/btncmn.cpp:96:36: note: ‘this’ declared here
96 | wxWindow *wxButtonBase::SetDefault()
| ^
./src/unix/glegl.cpp:40:20: warning: ‘TRACE_EGL’ defined but not used [-Wunused-variable]
40 | static const char* TRACE_EGL = "glegl";
| ^~~~~~~~~