qsampler
qsampler copied to clipboard
0.9.2: error: use of undeclared identifier 'options'; did you mean 'Options'?
/disk-samsung/freebsd-ports/audio/qsampler/work/qsampler-qsampler_0_9_2/src/qsamplerChannel.cpp:586:21: error: use of undeclared identifier 'options'; did you mean 'Options'?
m_iInstrumentNr, (options() && options()->bInstrumentNames));
^
/disk-samsung/freebsd-ports/audio/qsampler/work/qsampler-qsampler_0_9_2/src/qsamplerMainForm.h:40:7: note: 'Options' declared here
class Options;
^
/disk-samsung/freebsd-ports/audio/qsampler/work/qsampler-qsampler_0_9_2/src/qsamplerChannel.cpp:586:34: error: use of undeclared identifier 'options'; did you mean 'Options'?
m_iInstrumentNr, (options() && options()->bInstrumentNames));
^
/disk-samsung/freebsd-ports/audio/qsampler/work/qsampler-qsampler_0_9_2/src/qsamplerMainForm.h:40:7: note: 'Options' declared here
class Options;
^
/disk-samsung/freebsd-ports/audio/qsampler/work/qsampler-qsampler_0_9_2/src/qsamplerChannel.cpp:676:9: error: cannot initialize a variable of type 'char **' with an lvalue of type 'int *'
char **ppszAudioRouting = pChannelInfo->audio_routing;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
OS: FreeBSD 12.2 clang-10