kronihias / ambix

cross-platform Ambisonic VST, LV2 plug-ins with variable order for use in Digital Audio Workstations like Reaper or Ardour or as Jack standalone applications
GNU General Public License v2.0
235 stars 34 forks source link

ambix won't compile with gcc 6.2.1 #12

Closed yetyetanotherusername closed 7 years ago

yetyetanotherusername commented 7 years ago

There seems to be a problem with JUCE and gcc 6, see https://www.bountysource.com/issues/34084030-can-t-compile-in-arch-64bit-solved-reverting-to-gcc-5-3-won-t-compile-with-gcc-6-1-1

If the redundant definition of lround is commented out in lpc_flac.c, it will compile.

gcc --version
gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)

As far as i understand, this problem has been resolved in JUCE, so maybe updating JUCE in ambix will fix this issue.

kronihias commented 7 years ago

thanks, i updated to the latest juce version. @yetyetanotherusername please check again.

yetyetanotherusername commented 7 years ago

This issue is fixed, ambix compiles without errors with gcc 6.2.1 for me.