Quote:
Originally Posted by philja
Thanks, DiapDealer. That worked and I have started up Sigil 2.0.2, apparently successfully, using Qt5.15.3.
|
Good deal. Just note that we're only guaranteeing a year's worth of building the very latest Sigil versions with Qt5. I don't think we're going to intentionally start ripping out the portions that keep it compatible; we're just not going be worrying about maintaining compatibility with new code moving forward after that.
Quote:
Originally Posted by philja
The only thing I noticed in the vast amount of detail scrolling by in the terminal was at 42% of the 'make install' command and concerned an unused variable:
Code:
~/sigil-src/src/main.cpp: In function ‘int main(int, char**)’:
~/sigil-src/src/main.cpp:650:24: warning: unused variable ‘profile_mgr’ [-Wunused-variable]
650 | WebProfileMgr* profile_mgr = WebProfileMgr::instance();
Is that of any significance?
|
Shouldn't be. It is a bit odd that it is left completely unused, though. Maybe @KevinH can take a look at
the commit that seems to have created that particular unused variable?
Quote:
Originally Posted by philja
Do I need to keep the two sub-directories in my Home directory : sigil-build and sigil-src ?
|
No. Feel free to delete them if you like.