Csound Csound-dev Csound-tekno Search About

[Csnd] problems installing csound-extended

Date2023-08-05 12:26
FromStefan Thomas
Subject[Csnd] problems installing csound-extended
Dear community,
I've been trying to install csound-extended.
After executing 
sh fresh-build-linux.sh
I've got
CMake Error at CMakeLists.txt:119 (find_package):
  By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "OpenCV", but
  CMake did not find one.

  Could not find a package configuration file provided by "OpenCV" with any
  of the following names:

    OpenCVConfig.cmake
    opencv-config.cmake

  Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  "OpenCV_DIR" to a directory containing one of the above files.  If "OpenCV"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/stefan/git/csound-extended/build-linux/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found.  Stop.

Any ideas how I could fix the problem?
Thanks,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2023-08-05 13:18
FromMichael Gogins
SubjectRe: [Csnd] problems installing csound-extended
I have refactored my projects. csound-extended is no longer a "master project." If you are trying to build CsoundAC, clone the csound-ac repository and build there. I documented this in the csound-extended README.md. If you still need or want to build the old csound-extended (which lacks recent code), have you installed OpenCV?

Regards,
Mike
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Aug 5, 2023 at 7:26 AM Stefan Thomas <kontrapunktstefan@gmail.com> wrote:
Dear community,
I've been trying to install csound-extended.
After executing 
sh fresh-build-linux.sh
I've got
CMake Error at CMakeLists.txt:119 (find_package):
  By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "OpenCV", but
  CMake did not find one.

  Could not find a package configuration file provided by "OpenCV" with any
  of the following names:

    OpenCVConfig.cmake
    opencv-config.cmake

  Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  "OpenCV_DIR" to a directory containing one of the above files.  If "OpenCV"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/stefan/git/csound-extended/build-linux/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found.  Stop.

Any ideas how I could fix the problem?
Thanks,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2023-08-05 14:44
FromStefan Thomas
SubjectRe: [Csnd] problems installing csound-extended
Dear Michael,
thanks for Your reply.
I have to say that I'm mostly interested in trying Your faust_piano, which does not seem to be part of csound-ac.
Can I try faust_piano without installing csound-extended or csoundac?

Am Sa., 5. Aug. 2023 um 14:18 Uhr schrieb Michael Gogins <michael.gogins@gmail.com>:
I have refactored my projects. csound-extended is no longer a "master project." If you are trying to build CsoundAC, clone the csound-ac repository and build there. I documented this in the csound-extended README.md. If you still need or want to build the old csound-extended (which lacks recent code), have you installed OpenCV?

Regards,
Mike
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Aug 5, 2023 at 7:26 AM Stefan Thomas <kontrapunktstefan@gmail.com> wrote:
Dear community,
I've been trying to install csound-extended.
After executing 
sh fresh-build-linux.sh
I've got
CMake Error at CMakeLists.txt:119 (find_package):
  By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "OpenCV", but
  CMake did not find one.

  Could not find a package configuration file provided by "OpenCV" with any
  of the following names:

    OpenCVConfig.cmake
    opencv-config.cmake

  Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  "OpenCV_DIR" to a directory containing one of the above files.  If "OpenCV"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/stefan/git/csound-extended/build-linux/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found.  Stop.

Any ideas how I could fix the problem?
Thanks,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2023-08-05 15:39
FromMichael Gogins
SubjectRe: [Csnd] problems installing csound-extended
I'll check that out. 

On Sat, Aug 5, 2023, 09:44 Stefan Thomas <kontrapunktstefan@gmail.com> wrote:
Dear Michael,
thanks for Your reply.
I have to say that I'm mostly interested in trying Your faust_piano, which does not seem to be part of csound-ac.
Can I try faust_piano without installing csound-extended or csoundac?

Am Sa., 5. Aug. 2023 um 14:18 Uhr schrieb Michael Gogins <michael.gogins@gmail.com>:
I have refactored my projects. csound-extended is no longer a "master project." If you are trying to build CsoundAC, clone the csound-ac repository and build there. I documented this in the csound-extended README.md. If you still need or want to build the old csound-extended (which lacks recent code), have you installed OpenCV?

Regards,
Mike
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Aug 5, 2023 at 7:26 AM Stefan Thomas <kontrapunktstefan@gmail.com> wrote:
Dear community,
I've been trying to install csound-extended.
After executing 
sh fresh-build-linux.sh
I've got
CMake Error at CMakeLists.txt:119 (find_package):
  By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "OpenCV", but
  CMake did not find one.

  Could not find a package configuration file provided by "OpenCV" with any
  of the following names:

    OpenCVConfig.cmake
    opencv-config.cmake

  Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  "OpenCV_DIR" to a directory containing one of the above files.  If "OpenCV"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/stefan/git/csound-extended/build-linux/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found.  Stop.

Any ideas how I could fix the problem?
Thanks,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here