Could NOT find Festival (missing: Festival_LIBRARIES Festival_INCLUDE_DIR)
Closed this issue · 2 comments
feifeiwei commented
hello,
thanks for you nice work,
when i catkin_make the project, some mistake happened. could you show me how to solve it?
CMake Error at /usr/local/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Festival (missing: Festival_LIBRARIES Festival_INCLUDE_DIR)
eduardafneumann commented
I'm getting the same error, how did you solved it??
arthurdemarchi commented
install festival-dev package, on ubuntu:
apt-get install festival-dev