problems compiling 6.09 on ubuntu 16.10
Date | 2017-06-28 23:30 |
From | Forrest Curo |
Subject | problems 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 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); ... [ 70%] Built target _CsoundAC Makefile:160: recipe for target 'all' failed make: *** [all] Error 2 -------------------- ? |
Date | 2017-06-29 01:18 |
From | Michael Gogins |
Subject | Re: 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 |
Date | 2017-06-29 01:54 |
From | Forrest Curo |
Subject | Re: 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 |