Page 2 of 2

Re: [ANN] Yoshimi 1.6.0 released

Posted: Wed Sep 04, 2019 7:14 pm
by folderol
Just a note, it is confirmed gcc 4.9.x would resolve this, and when the code in Yoshimi was changed recently, it was to make it consistent with the C++ people's unified initialisers. If you want to make it work, you can change all the entries in CLI/CmdInterpreter() from line 101 to line 121 so that the curly braces are changed back to round brackets.

i.e. currentInstance{0}, becomes currentInstance(0),

and mline{0} becomes mline(0)

Re: [ANN] Yoshimi 1.6.0 released

Posted: Wed Sep 04, 2019 7:42 pm
by bluebell
folderol wrote:Just a note, it is confirmed gcc 4.9.x would resolve this, and when the code in Yoshimi was changed recently, it was to make it consistent with the C++ people's unified initialisers. If you want to make it work, you can change all the entries in CLI/CmdInterpreter() from line 101 to line 121 so that the curly braces are changed back to round brackets.

i.e. currentInstance{0}, becomes currentInstance(0),

and mline{0} becomes mline(0)
Thx.

Re: [ANN] Yoshimi 1.6.0 released

Posted: Fri Sep 06, 2019 9:55 am
by folderol
Just an update if anyone else has this problem.
One of Yoshimi's little band of helpers has produced a PPA for Ubunti LTS 14.4 (among others). You can get it at:
https://launchpad.net/~ichthyo/+archive/ubuntu/music

Re: [ANN] Yoshimi 1.6.0 released

Posted: Fri Sep 06, 2019 9:44 pm
by GMaq
Hi,

Congrats on the new release and the site! Both look great!