jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Build fails on dev branch #361

Closed avilleret closed 9 years ago

avilleret commented 9 years ago

here is the make output : https://gist.github.com/avilleret/a1b70a5aa2fa29c3f95d

This happens on a fresh clone on a fresh Ubuntu 14.04 installation. It's strange since I can build it from dev branch on my laptop.

jcelerier commented 9 years ago

MMhh, I haven't got the time to check but I guess it's because this code requires at least gcc-4.9. Could you try replacing the {""}; and {".ttso"}; by = ""; and = ".ttso"; ?

avilleret commented 9 years ago

thanks it works

indeed I'm using gcc 4.8.2 on Ubuntu 14.04