sjaehn / BChoppr

An audio stream chopping LV2 plugin
GNU General Public License v3.0
33 stars 3 forks source link

BChoppr.cpp:58:21 ‘invalid_argument’ is not a member of ‘std’ #7

Closed mxmilkiib closed 4 years ago

mxmilkiib commented 4 years ago
==> Starting build()...
Build BChoppr.lv2 DSP...src/BChoppr.cpp: In constructor ‘BChoppr::BChoppr(double, const LV2_Feature* const*)’:
src/BChoppr.cpp:58:21: error: ‘invalid_argument’ is not a member of ‘std’
   58 |  if (!m) throw std::invalid_argument ("Host does not support urid:map");
      |                     ^~~~~~~~~~~~~~~~
make: *** [makefile:98: BChoppr.so] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: bchoppr-git
sjaehn commented 4 years ago

Thanks for reporting. Same as you reported before for B.Jumblr (see https://github.com/sjaehn/BJumblr/issues/8 ). Fixed in b334b343a2d0a87eab35285cbeba4492059126fa . Also fixed for all other B.Music plugins.