You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved. Looks like "Can't read dictionary file" is displayed by default here when the file does not exist, signals for creation.
Running on linux server, trying to use cmake with no sudo or autogen. I see the cmakelists are already created, so that's great, but I get a problem during make install, Can't read dictionary file (see below build information)
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/mycustomdir/espeak-ng
-- The C compiler identification is GNU 11.4.1
-- The CXX compiler identification is GNU 11.4.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
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Configuration:
-- shared: OFF
-- mbrola: OFF (MBROLA_BIN-NOTFOUND)
-- libsonic: ON (sonic /mycustomdir/espeak-ng/build/_deps/sonic-git-src)
-- libpcaudio: OFF (PCAUDIO_LIB-NOTFOUND PCAUDIO_INC-NOTFOUND)
-- klatt: ON
-- speech-player: ON
-- async: ON
-- Configuring done
-- Generating done
-- Build files have been written to: /mycustomdir/espeak-ng/build
make
.........
[ 31%] Generating espeak-ng-data/af_dict
Can't read dictionary file: '/mycustomdir/espeak-ng/build/espeak-ng-data/af_dict'
Using phonemetable: 'af'
Compiling: 'af_list'
1584 entries
Compiling: 'af_emoji'
1639 entries
Compiling: 'af_rules'
5202 rules, 60 groups (0)
verified that the dictionary files are created, and can be read. Get this problem with every dictionary. I proceeded with make install, but all voices just come out robotic/garbled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Resolved. Looks like "Can't read dictionary file" is displayed by default here when the file does not exist, signals for creation.
Running on linux server, trying to use cmake with no sudo or autogen. I see the cmakelists are already created, so that's great, but I get a problem during make install, Can't read dictionary file (see below build information)
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/mycustomdir/espeak-ng
-- The C compiler identification is GNU 11.4.1
-- The CXX compiler identification is GNU 11.4.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
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Configuration:
-- shared: OFF
-- mbrola: OFF (MBROLA_BIN-NOTFOUND)
-- libsonic: ON (sonic /mycustomdir/espeak-ng/build/_deps/sonic-git-src)
-- libpcaudio: OFF (PCAUDIO_LIB-NOTFOUND PCAUDIO_INC-NOTFOUND)
-- klatt: ON
-- speech-player: ON
-- async: ON
-- Configuring done
-- Generating done
-- Build files have been written to: /mycustomdir/espeak-ng/build
make
.........
[ 31%] Generating espeak-ng-data/af_dict
Can't read dictionary file: '/mycustomdir/espeak-ng/build/espeak-ng-data/af_dict'
Using phonemetable: 'af'
Compiling: 'af_list'
1584 entries
Compiling: 'af_emoji'
1639 entries
Compiling: 'af_rules'
5202 rules, 60 groups (0)
verified that the dictionary files are created, and can be read. Get this problem with every dictionary. I proceeded with make install, but all voices just come out robotic/garbled.
Beta Was this translation helpful? Give feedback.
All reactions