View Single Post
Old 11-09-2023, 01:57 PM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,629
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by philja View Post
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 View Post
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 View Post
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.
DiapDealer is online now   Reply With Quote