[Csnd-dev] How can I disable trying to build CsoundAC?
| Date | 2017-08-16 17:30 |
| From | jpff |
| Subject | [Csnd-dev] How can I disable trying to build CsoundAC? |
Everything I have tried ends with
......
-- Building csLadspa.
-- BUILD_CSBEATS is enabled.
-- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled.
-- BUILD_WINSOUND is enabled.
CMake Error at frontends/CsoundAC/CMakeLists.txt:14 (find_package):
Could not find a package configuration file provided by "Eigen3" with any
of the following names:
Eigen3Config.cmake
eigen3-config.cmake
Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
"Eigen3_DIR" to a directory containing one of the above files. If "Eigen3"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/jpff/csound6/CMakeFiles/CMakeOutput.log".
See also "/home/jpff/csound6/CMakeFiles/CMakeError.log".
Makefile:9249: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Rather makes working on csound hard! |
| Date | 2017-08-16 17:50 |
| From | Michael Gogins |
| Subject | Re: [Csnd-dev] How can I disable trying to build CsoundAC? |
I can fix this but probably not till this evening or tomorrow. On Aug 16, 2017 12:31 PM, "jpff" <jpff@codemist.co.uk> wrote: Everything I have tried ends with |