Re: [Csnd-dev] Plugins for cs7

John ff <[email protected]>
Newsgroups gmane.comp.audio.csound.devel
Message-ID <[email protected]>
Install 6 or 7?

I need both 


-------- Original Message --------
From: Stephen Kyne <[email protected]>
Sent: Sat Dec 30 18:08:46 GMT 2023
To: [email protected]
Subject: Re: [Csnd-dev] Plugins for cs7

There is a FindCSOUND.cmake file that is trying to find the installed Csound version. It looks for "csound.h" and then uses that directory for csound includes i.e. csdl.h. If this module can't find Csound, you'll have problems building the rest. You can add a hint manually in this file to a location of where your csound version is.

find_path(CSOUND_INCLUDE_DIR csound.h
        PATH_SUFFIXES csound
        HINTS ${CSOUND_INCLUDE_DIR_HINT}
 )

It's probably easier to have a version of Csound installed and on the path so it does all this automatically.

Stephen

________________________________
From: Csound-developers <[email protected]> on behalf of John ff <[email protected]>
Sent: Saturday 30 December 2023 18:51
To: [email protected] <[email protected]>
Subject: [Csnd-dev] Plugins for cs7

I would really like it to be possible to build the plugin opcodes for
cs7.     have been looking at the CMakeLists.txt file in the plugin
directory but it is so different from previous CMake files that I
cannot see where it does anything.  I just get complaints that csdl.h
cannot be found but it is where it always has been in the csoundX
tree.
Until I can overcome this hurdle I cannot contribute to the development
operation.

So what with 2FA and inability to build enough of cs7 I am just wasting
time.

==John ffitch
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.