[Chessx-users] Comiplatin problem: in Linux: version 1.6.0
Chess Database and PGN viewer
Brought to you by:
hognose
From: Vlastimil B. <gmv...@ce...> - 2023-10-06 11:15:22
|
Dear friends, I am running Linux Mint 21.2, QMake version 3.1, using Qt version 5.15.3 in /usr/lib/x86_64-linux-gnu. Compilation finishes with this error: src/dialogs/preferences.cpp: In member function ‘void PreferencesDialog::restoreSettings()’: src/dialogs/preferences.cpp:671:46: error: ‘availableVoices’ is not a member of ‘ChessXSettings’ 671 | QStringList voiceNames = ChessXSettings::availableVoices(lang); | ^~~~~~~~~~~~~~~ make: *** [Makefile:4040:obj_rel/preferences.o] I tried to fix it, but without success. I think that I have all necessary Qt modules installed. Please help me to solve it. Thanks. Vlasta |