Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error due csoundSetOpcodedir #118

Closed
KottV opened this issue May 26, 2021 · 2 comments
Closed

compile error due csoundSetOpcodedir #118

KottV opened this issue May 26, 2021 · 2 comments

Comments

@KottV
Copy link

KottV commented May 26, 2021

Hi!

../../Source/Audio/Plugins/CsoundPluginProcessor.cpp: In member function ‘bool CsoundPluginProcessor::setupAndCompileCsound(juce::File, juce::File, int, bool)’:
../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:148:17: error: ‘csoundSetOpcodedir’ was not declared in this scope; did you mean ‘csoundNewOpcodeList’?
  148 |                 csoundSetOpcodedir(opcodeDir.toUTF8().getAddress());
      |                 ^~~~~~~~~~~~~~~~~~
      |                 csoundNewOpcodeList

As I can see csoundSetOpcodedir is not declared anywhere. Commenting this line seems like a workaround.

@rorywalsh
Copy link
Owner

rorywalsh commented May 26, 2021

Thanks @KottV. You are using an old version of Csound. Please build or install the latest version of Csound. Cabbage is typically compiled with the latest release of Csound, in this case 6.15.

@KottV
Copy link
Author

KottV commented May 28, 2021

indeed, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants