qsampler icon indicating copy to clipboard operation
qsampler copied to clipboard

0.9.2: error: use of undeclared identifier 'options'; did you mean 'Options'?

Open yurivict opened this issue 4 years ago • 1 comments

/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

yurivict avatar May 10 '21 03:05 yurivict

please always install latest libgig and liblscp and retry the build.

rncbc avatar May 10 '21 09:05 rncbc