grame-cncm / faustlive

Advanced self-contained prototyping environment for the Faust programming language
Other
80 stars 18 forks source link

error: ‘class JA_audioFader’ has no member named ‘setShutdownCb’ #17

Closed alowell-ssl closed 5 years ago

alowell-ssl commented 5 years ago

Ubuntu 18.04, running make I get:

../../src/Audio/JA/JA_audioManager.cpp:26:20: error: ‘class JA_audioFader’ has no member named ‘setShutdownCb’; did you mean ‘shutdown’? fCurrentAudio->setShutdownCb(cb, arg); ^~~~~ shutdown

sletz commented 5 years ago

Be sure to use the latest version of Faust (like 2.14.4)

yurivict commented 5 years ago

I also get this, and with the latest version of faust: 2.14.4

sletz commented 5 years ago

Should be fixe in https://github.com/grame-cncm/faustlive/commit/75cd8f7caafcfe4c366526628b228adfdaa6cd6e. Get the latest Faust master-dev also.

yurivict commented 5 years ago

@sletz IMO, you should re-release both projects, because all systems who package faust and faustlive will have the same problems, and they are supposed to come here and find that taking the latest tags fix the problems. If the release is broken, it should be released again (with the next version number).