This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Description I have downloaded the latest source code release from:
https://github.com/rhasspy/piper/archive/refs/tags/2023.11.14-2.zip
Unzipped it and executed the following commands (as per the Makefile example):
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install
cmake --build build --config Release
These are the errors I am getting:
LINK : fatal error LNK1181: cannot open input file '..\ucd-tools\Release\ucd.lib' [D:\piper-2023.11.14-2\build\p\src\pi
per_phonemize_external-build\e\src\espeak_ng_external-build\src\libespeak-ng\espeak-ng.vcxproj] [D:\piper-2023.11.14-2\
build\p\src\piper_phonemize_external-build\espeak_ng_external.vcxproj] [D:\piper-2023.11.14-2\build\piper_phonemize_ext
ernal.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(249,5): e
rror MSB8066: Custom build for 'D:\piper-2023.11.14-2\build\p\src\piper_phonemize_external-build\CMakeFiles\4de7af824a2
e6a4250327ee19e6463dd\espeak_ng_external-mkdir.rule;D:\piper-2023.11.14-2\build\p\src\piper_phonemize_external-build\CM
akeFiles\4de7af824a2e6a4250327ee19e6463dd\espeak_ng_external-download.rule;D:\piper-2023.11.14-2\build\p\src\piper_phon
emize_external-build\CMakeFiles\4de7af824a2e6a4250327ee19e6463dd\espeak_ng_external-update.rule;D:\piper-2023.11.14-2\b
uild\p\src\piper_phonemize_external-build\CMakeFiles\4de7af824a2e6a4250327ee19e6463dd\espeak_ng_external-patch.rule;D:\
piper-2023.11.14-2\build\p\src\piper_phonemize_external-build\CMakeFiles\4de7af824a2e6a4250327ee19e6463dd\espeak_ng_ext
ernal-configure.rule;D:\piper-2023.11.14-2\build\p\src\piper_phonemize_external-build\CMakeFiles\4de7af824a2e6a4250327e
e19e6463dd\espeak_ng_external-build.rule;D:\piper-2023.11.14-2\build\p\src\piper_phonemize_external-build\CMakeFiles\4d
e7af824a2e6a4250327ee19e6463dd\espeak_ng_external-install.rule;D:\piper-2023.11.14-2\build\p\src\piper_phonemize_extern
al-build\CMakeFiles\d6e5a63a0695a2da45ff4c20dcf696c5\espeak_ng_external-complete.rule;D:\piper-2023.11.14-2\build\p\src
\piper_phonemize_external-build\CMakeFiles\567da02d5c4a2d1acb75db31a503bc9e\espeak_ng_external.rule;D:\piper-2023.11.14
-2\build\p\src\piper_phonemize_external\CMakeLists.txt' exited with code 1. [D:\piper-2023.11.14-2\build\p\src\piper_ph
onemize_external-build\espeak_ng_external.vcxproj] [D:\piper-2023.11.14-2\build\piper_phonemize_external.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(249,5): e
rror MSB8066: Custom build for 'D:\piper-2023.11.14-2\build\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize
_external-mkdir.rule;D:\piper-2023.11.14-2\build\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize_external-d
ownload.rule;D:\piper-2023.11.14-2\build\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize_external-update.ru
le;D:\piper-2023.11.14-2\build\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize_external-patch.rule;D:\piper
-2023.11.14-2\build\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize_external-configure.rule;D:\piper-2023.1
1.14-2\build\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize_external-build.rule;D:\piper-2023.11.14-2\buil
d\CMakeFiles\3e4c50a91de83487ab78b615f60702fe\piper_phonemize_external-install.rule;D:\piper-2023.11.14-2\build\CMakeFi
les\654145fed73a8640bfa5fe1aa3073ce1\piper_phonemize_external-complete.rule;D:\piper-2023.11.14-2\build\CMakeFiles\9c89
3f10a5bc22f032d4625920ced12d\piper_phonemize_external.rule;D:\piper-2023.11.14-2\CMakeLists.txt' exited with code 1. [D
:\piper-2023.11.14-2\build\piper_phonemize_external.vcxproj]
The reason I need to build it from source is to get all the libs and dlls in release mode to use them in another C++ project.
Reactions are currently unavailable
I have downloaded the latest source code release from:
https://github.com/rhasspy/piper/archive/refs/tags/2023.11.14-2.zipUnzipped it and executed the following commands (as per the Makefile example):
These are the errors I am getting:
The reason I need to build it from source is to get all the libs and dlls in release mode to use them in another C++ project.