Script started on 2023-02-24 11:29:52+02:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="145" LINES="37"]
]0;vick@troll:~/.local/src[?2004h[01;33mvick [01;32m~/.local/src $ [0mcd HLMWadExplorer/
[?2004l
]0;vick@troll:~/.local/src/HLMWadExplorer[?2004h[01;33mvick [01;32m~/.local/src/HLMWadExplorer $ [0mcmake .
[?2004l
[0mCMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
[0m
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found wxWidgets: -pthread;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found suitable version "3.2.2", minimum required is "3.0")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vick/.local/src/HLMWadExplorer
]0;vick@troll:~/.local/src/HLMWadExplorer[?2004h[01;33mvick [01;32m~/.local/src/HLMWadExplorer $ [0mmake [K
[?2004l
[ 10%] [32mBuilding CXX object CMakeFiles/HLMWADExplorer.dir/App.cpp.o[0m
[ 20%] [32mBuilding CXX object CMakeFiles/HLMWADExplorer.dir/ExploreFrame.cpp.o[0m
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:[m[K In member function ‘[01m[Kvoid ExploreFrame::ExtractPak(const WADArchiveEntry*)[m[K’:
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:544:35:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: ‘[01m[Kint[m[K’ and ‘[01m[KwxUint32[m[K’ {aka ‘[01m[Kunsigned int[m[K’} [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;[m[K]
544 | for (int i = 0; [01;35m[Ki < fileCount[m[K; ++i)
| [01;35m[K~~^~~~~~~~~~~[m[K
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:557:35:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: ‘[01m[Kint[m[K’ and ‘[01m[KwxUint32[m[K’ {aka ‘[01m[Kunsigned int[m[K’} [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;[m[K]
557 | for (int i = 0; [01;35m[Ki < fileCount[m[K; ++i)
| [01;35m[K~~^~~~~~~~~~~[m[K
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:[m[K In member function ‘[01m[Kvirtual void ExploreFrame::OnExtractClicked(wxCommandEvent&)[m[K’:
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:606:58:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxPATH_NORM_ALL[m[K’ is deprecated: specify the wanted flags explicitly to avoid surprises [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;[m[K]
606 | targetFileName.Normalize([01;35m[KwxPATH_NORM_ALL[m[K, dirDlg.GetPath());
| [01;35m[K^~~~~~~~~~~~~~~[m[K
In file included from [01m[K/usr/include/wx-3.2/wx/filesys.h:18[m[K,
from [01m[K/usr/include/wx-3.2/wx/xrc/xmlres.h:23[m[K,
from [01m[K/home/vick/.local/src/HLMWadExplorer/HLMWADFrames.h:12[m[K,
from [01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.h:16[m[K,
from [01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:9[m[K:
[01m[K/usr/include/wx-3.2/wx/filename.h:83:5:[m[K [01;36m[Knote: [m[Kdeclared here
83 | [01;36m[KwxPATH_NORM_ALL[m[K
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:[m[K In member function ‘[01m[Kvirtual void ExploreFrame::OnReplaceClicked(wxCommandEvent&)[m[K’:
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:692:69:[m[K [01;31m[Kerror: [m[Kno matching function for call to ‘[01m[KwxDataViewEvent::wxDataViewEvent(const wxEventTypeTag<wxDataViewEvent>&)[m[K’
692 | wxDataViewEvent evt(wxEVT_DATAVIEW_SELECTION_CHANGED[01;31m[K)[m[K;
| [01;31m[K^[m[K
In file included from [01m[K/home/vick/.local/src/HLMWadExplorer/HLMWADFrames.h:27[m[K:
[01m[K/usr/include/wx-3.2/wx/dataview.h:882:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent(const wxDataViewEvent&)[m[K’
882 | [01;36m[KwxDataViewEvent[m[K(const wxDataViewEvent& event)
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:882:44:[m[K [01;36m[Knote: [m[K no known conversion for argument 1 from ‘[01m[Kconst wxEventTypeTag<wxDataViewEvent>[m[K’ to ‘[01m[Kconst wxDataViewEvent&[m[K’
882 | wxDataViewEvent([01;36m[Kconst wxDataViewEvent& event[m[K)
| [01;36m[K~~~~~~~~~~~~~~~~~~~~~~~^~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:874:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent(wxEventType, wxDataViewCtrlBase*, const wxDataViewItem&)[m[K’
874 | [01;36m[KwxDataViewEvent[m[K(wxEventType evtType,
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:874:5:[m[K [01;36m[Knote: [m[K candidate expects 3 arguments, 1 provided
[01m[K/usr/include/wx-3.2/wx/dataview.h:864:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent(wxEventType, wxDataViewCtrlBase*, wxDataViewColumn*, const wxDataViewItem&)[m[K’
864 | [01;36m[KwxDataViewEvent[m[K(wxEventType evtType,
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:864:5:[m[K [01;36m[Knote: [m[K candidate expects 4 arguments, 1 provided
[01m[K/usr/include/wx-3.2/wx/dataview.h:857:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent()[m[K’
857 | [01;36m[KwxDataViewEvent[m[K()
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:857:5:[m[K [01;36m[Knote: [m[K candidate expects 0 arguments, 1 provided
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:[m[K In member function ‘[01m[Kvirtual void ExploreFrame::OnDeleteClicked(wxCommandEvent&)[m[K’:
[01m[K/home/vick/.local/src/HLMWadExplorer/ExploreFrame.cpp:733:69:[m[K [01;31m[Kerror: [m[Kno matching function for call to ‘[01m[KwxDataViewEvent::wxDataViewEvent(const wxEventTypeTag<wxDataViewEvent>&)[m[K’
733 | wxDataViewEvent evt(wxEVT_DATAVIEW_SELECTION_CHANGED[01;31m[K)[m[K;
| [01;31m[K^[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:882:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent(const wxDataViewEvent&)[m[K’
882 | [01;36m[KwxDataViewEvent[m[K(const wxDataViewEvent& event)
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:882:44:[m[K [01;36m[Knote: [m[K no known conversion for argument 1 from ‘[01m[Kconst wxEventTypeTag<wxDataViewEvent>[m[K’ to ‘[01m[Kconst wxDataViewEvent&[m[K’
882 | wxDataViewEvent([01;36m[Kconst wxDataViewEvent& event[m[K)
| [01;36m[K~~~~~~~~~~~~~~~~~~~~~~~^~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:874:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent(wxEventType, wxDataViewCtrlBase*, const wxDataViewItem&)[m[K’
874 | [01;36m[KwxDataViewEvent[m[K(wxEventType evtType,
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:874:5:[m[K [01;36m[Knote: [m[K candidate expects 3 arguments, 1 provided
[01m[K/usr/include/wx-3.2/wx/dataview.h:864:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent(wxEventType, wxDataViewCtrlBase*, wxDataViewColumn*, const wxDataViewItem&)[m[K’
864 | [01;36m[KwxDataViewEvent[m[K(wxEventType evtType,
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:864:5:[m[K [01;36m[Knote: [m[K candidate expects 4 arguments, 1 provided
[01m[K/usr/include/wx-3.2/wx/dataview.h:857:5:[m[K [01;36m[Knote: [m[Kcandidate: ‘[01m[KwxDataViewEvent::wxDataViewEvent()[m[K’
857 | [01;36m[KwxDataViewEvent[m[K()
| [01;36m[K^~~~~~~~~~~~~~~[m[K
[01m[K/usr/include/wx-3.2/wx/dataview.h:857:5:[m[K [01;36m[Knote: [m[K candidate expects 0 arguments, 1 provided
make[2]: *** [CMakeFiles/HLMWADExplorer.dir/build.make:90: CMakeFiles/HLMWADExplorer.dir/ExploreFrame.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/HLMWADExplorer.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
]0;vick@troll:~/.local/src/HLMWadExplorer[?2004h[01;33mvick [01;32m~/.local/src/HLMWadExplorer $ [0m[?2004l
exit
Script done on 2023-02-24 11:30:20+02:00 [COMMAND_EXIT_CODE="2"]
I understand wxWidgets has changed a lot since this original software was created, but I fail to deny there is a workaround for this. Do I need to have an additional old version of wxWidgets installed? And if yes, is it gonna break anything that is looking for (the present-day) wxWidgets?
title
I understand wxWidgets has changed a lot since this original software was created, but I fail to deny there is a workaround for this. Do I need to have an additional old version of wxWidgets installed? And if yes, is it gonna break anything that is looking for (the present-day) wxWidgets?