Csound Csound-dev Csound-tekno Search About

problems compiling 6.09 on ubuntu 16.10

Date2017-06-28 23:30
FromForrest Curo
Subjectproblems compiling 6.09 on ubuntu 16.10
Isn't there a compiler option that slide one past this?:

All goes well until

   /usr/share/swig3.0/
Preprocessing...
Starting language-specific parse...
/home/forrest/csound/csound/frontends/CsoundAC/Event.hpp:161: Warning 362: operator= ignored

leads to multiple warnings and then

Generating wrappers...
/home/forrest/csound/csound/frontends/CsoundAC/Midifile.hpp:125: Warning 503: Can't wrap 'operator <' unless renamed to a valid identifier.
/home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_csoundCompileArgs(JNIEnv*, jclass, jlong, jint, jobjectArray)’:
/home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:5331:49: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive]
   result = (int)csoundCompileArgs(arg1,arg2,arg3);

and in the end
...
[ 70%] Built target _CsoundAC
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
--------------------

?
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

Date2017-06-29 01:18
FromMichael Gogins
SubjectRe: problems compiling 6.09 on ubuntu 16.10
I have been working on this code. It now builds for me on Ubuntu and
mingw64. Try a fresh pull and a clean build.

Regards,
Mike

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


On Wed, Jun 28, 2017 at 6:30 PM, Forrest Curo  wrote:
> Isn't there a compiler option that slide one past this?:
>
> All goes well until
>
>    /usr/share/swig3.0/
> Preprocessing...
> Starting language-specific parse...
> /home/forrest/csound/csound/frontends/CsoundAC/Event.hpp:161: Warning 362:
> operator= ignored
>
> leads to multiple warnings and then
>
> Generating wrappers...
> /home/forrest/csound/csound/frontends/CsoundAC/Midifile.hpp:125: Warning
> 503: Can't wrap 'operator <' unless renamed to a valid identifier.
> /home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In
> function ‘jint Java_csnd6_csnd6JNI_csoundCompileArgs(JNIEnv*, jclass, jlong,
> jint, jobjectArray)’:
> /home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:5331:49:
> error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive]
>    result = (int)csoundCompileArgs(arg1,arg2,arg3);
>
> and in the end
> ...
> [ 70%] Built target _CsoundAC
> Makefile:160: recipe for target 'all' failed
> make: *** [all] Error 2
> --------------------
>
> ?
> 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

Date2017-06-29 01:54
FromForrest Curo
SubjectRe: problems compiling 6.09 on ubuntu 16.10
It continues to have trouble [several places] with this:

/home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:5331:49: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive]


On Wed, Jun 28, 2017 at 5:18 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
I have been working on this code. It now builds for me on Ubuntu and
mingw64. Try a fresh pull and a clean build.

Regards,
Mike

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


On Wed, Jun 28, 2017 at 6:30 PM, Forrest Curo <treegestalt@gmail.com> wrote:
> Isn't there a compiler option that slide one past this?:
>
> All goes well until
>
>    /usr/share/swig3.0/
> Preprocessing...
> Starting language-specific parse...
> /home/forrest/csound/csound/frontends/CsoundAC/Event.hpp:161: Warning 362:
> operator= ignored
>
> leads to multiple warnings and then
>
> Generating wrappers...
> /home/forrest/csound/csound/frontends/CsoundAC/Midifile.hpp:125: Warning
> 503: Can't wrap 'operator <' unless renamed to a valid identifier.
> /home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In
> function ‘jint Java_csnd6_csnd6JNI_csoundCompileArgs(JNIEnv*, jclass, jlong,
> jint, jobjectArray)’:
> /home/forrest/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:5331:49:
> error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive]
>    result = (int)csoundCompileArgs(arg1,arg2,arg3);
>
> and in the end
> ...
> [ 70%] Built target _CsoundAC
> Makefile:160: recipe for target 'all' failed
> make: *** [all] Error 2
> --------------------
>
> ?
> 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