Flamerobin 0.9.7 released with a few Firebird 4 changes https://github.com/mariuz/flamerobin/releases/tag/0.9.7
Hi :-) I wanted to compile flamerobin 0.9.7 on my Linux Mint 21.2. But I get an error message. Is there a solution ?
[ 28%] Building CXX object CMakeFiles/flamerobin.dir/src/frprec.cpp.o [ 29%] Building CXX object CMakeFiles/flamerobin.dir/src/frutils.cpp.o [ 30%] Building CXX object CMakeFiles/flamerobin.dir/src/gui/AboutBox.cpp.o [ 31%] Building CXX object CMakeFiles/flamerobin.dir/src/gui/AdvancedMessageDialog.cpp.o [ 31%] Building CXX object CMakeFiles/flamerobin.dir/src/gui/AdvancedSearchFrame.cpp.o /home/lcb/bin/flamerobin-0.9.7/src/gui/AdvancedSearchFrame.cpp: In member function ‘void AdvancedSearchFrame::OnListCtrlResultsItemSelected(wxListEvent&)’: /home/lcb/bin/flamerobin-0.9.7/src/gui/AdvancedSearchFrame.cpp:459:38: error: no matching function for call to ‘wxStyledTextCtrl::StartStyling(int&)’ 459 | stc_ddl->StartStyling(p); | ~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /home/lcb/bin/flamerobin-0.9.7/src/gui/AdvancedSearchFrame.cpp:30: /usr/include/wx-3.0/wx/stc/stc.h:2640:10: note: candidate: ‘void wxStyledTextCtrl::StartStyling(int, int)’ 2640 | void StartStyling(int pos, int mask); | ^~~~~~~~~~~~ /usr/include/wx-3.0/wx/stc/stc.h:2640:10: note: candidate expects 2 arguments, 1 provided make[2]: *** [CMakeFiles/flamerobin.dir/build.make:384: CMakeFiles/flamerobin.dir/src/gui/AdvancedSearchFrame.cpp.o] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/flamerobin.dir/all] Fehler 2 make: *** [Makefile:136: all] Fehler 2 lcb@AMD7-5700G:~
Log in to post a comment.
Hi :-)
I wanted to compile flamerobin 0.9.7 on my Linux Mint 21.2.
But I get an error message.
Is there a solution ?