Csound Csound-dev Csound-tekno Search About

dssi4cs compilation problem

Date2016-04-04 21:52
FromFfanci Silvain
Subjectdssi4cs compilation problem
Hey hey,
it appears, that the ccmake errors were non-fatal and so I went on to compile 
the current git version of Csound, but ended up with this compilation error:
csound/Opcodes/dssi4cs/src/dssi4cs.c:867:27: error: 'CSOUND {aka struct 
CSOUND_}' has no member named 'GetInputArgAMask'
csound->GetInputArgAMask(p));
csound/Opcodes/dssi4cs/src/dssi4cs.c: In function 'LADSPAPluginSearch':
csound/Opcodes/dssi4cs/src/dssi4cs.c:1028:20: warning: assignment discards 
'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
pcLADSPAPath = pcStart = (const char*)tmp;

Is that code possibly out-of-date or is my setup faulty somewhere?

I'm using gcc 5.3, my dssi sdk version is svn or cvs from 16.09.2010.

Can anyone help?

Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter:  http://twitter.com/ffanci_silvain
* GitHub:   https://github.com/fsilvain

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

Date2016-04-07 15:36
FromSteven Yi
SubjectRe: dssi4cs compilation problem
Hi Ffanci,

I think the DSSSI code had some older runtime type stuff that was only
enabled if DEBUG was enabled when compiling. I commented it out and
committed it to git.  Could you pull the latest and give it a try?

steven

On Mon, Apr 4, 2016 at 4:52 PM, Ffanci Silvain  wrote:
> Hey hey,
> it appears, that the ccmake errors were non-fatal and so I went on to
> compile the current git version of Csound, but ended up with this
> compilation error:
> csound/Opcodes/dssi4cs/src/dssi4cs.c:867:27: error: 'CSOUND {aka struct
> CSOUND_}' has no member named 'GetInputArgAMask'
> csound->GetInputArgAMask(p));
> csound/Opcodes/dssi4cs/src/dssi4cs.c: In function 'LADSPAPluginSearch':
> csound/Opcodes/dssi4cs/src/dssi4cs.c:1028:20: warning: assignment discards
> 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> pcLADSPAPath = pcStart = (const char*)tmp;
>
> Is that code possibly out-of-date or is my setup faulty somewhere?
>
> I'm using gcc 5.3, my dssi sdk version is svn or cvs from 16.09.2010.
>
> Can anyone help?
>
> Ta-ta
> ----
> Ffanci
> * Homepage: https://freeshell.de/~silvain
> * Twitter:  http://twitter.com/ffanci_silvain
> * GitHub:   https://github.com/fsilvain
>
> 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

Date2016-04-07 17:31
FromFfanci Silvain
SubjectRe: dssi4cs compilation problem
Steven Yi, Apr 7 2016:

> Hi Ffanci,
>
> I think the DSSSI code had some older runtime type stuff that was only
> enabled if DEBUG was enabled when compiling. I commented it out and
> committed it to git.  Could you pull the latest and give it a try?
Hey hey again,
yes it worked flawlessly! Thank you very much!
...

Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter:  http://twitter.com/ffanci_silvain
* GitHub:   https://github.com/fsilvain

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