trying to build supercollider 3.9.1 for ubuntu xenial (16.04)

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
User avatar
chaocrator
Established Member
Posts: 313
Joined: Fri Jun 26, 2015 8:11 pm
Location: Kyiv, Ukraine
Been thanked: 1 time
Contact:

trying to build supercollider 3.9.1 for ubuntu xenial (16.04)

Post by chaocrator »

as you might guess, without any success at the moment.

i tried gcc/g++ 4.9, 5, 6, 7, the latter two from this ppa:
https://launchpad.net/~ubuntu-toolchain ... buntu/test

every build stops early on different source files for different compilers, but always with the same error:
invalid conversion from ‘int’ to ‘const void*’
in the same time, builds from the exactly same source and with exactly the same build deps installed on 17.10 and 18.04 are successful.

i guess this happens due to some outdated component(s) in ubuntu 16.04, but since i'm actually not a developer, i don't have a single idea what it might be.

so, any ideas?

thanx in advance.
fundamental
Established Member
Posts: 165
Joined: Thu Nov 07, 2013 1:19 pm
Been thanked: 1 time

Re: trying to build supercollider 3.9.1 for ubuntu xenial (16.04)

Post by fundamental »

Sounds like C code being compiled as C++. IIRC -fpermissive should be a viable workaround.
ZynAddSubFX maintainer
Post Reply