Closed Ticoel closed 5 years ago
Hello!
When I use the library in my project, at compile time on a Raspberry Pi (with Raspbian up to date), I have this error:
WavPackDecoder.cpp:(.text._ZNK15WavPackInternal15getTotalSamplesEv[_ZNK15WavPackInternal15getTotalSamplesEv]+0x1c): undefined reference to WavpackGetNumSamples' /usr/local/lib/liblibnyquist.a(WavPackDecoder.cpp.o): In functionWavPackInternal::getLengthInSeconds() const': WavPackDecoder.cpp:(.text._ZNK15WavPackInternal18getLengthInSecondsEv[_ZNK15WavPackInternal18getLengthInSecondsEv]+0x2c): undefined reference to `WavpackGetSampleRate' collect2: error: ld returned 1 exit status make: *** [Makefile:17: CapProject3] Error 1
WavpackGetNumSamples' /usr/local/lib/liblibnyquist.a(WavPackDecoder.cpp.o): In function
What should I do?
@Ticoel did you ever resolve this? Looks like a compilation problem with the libwavpack library via makefile specifically.
Closing for lack of activity.
Hello!
When I use the library in my project, at compile time on a Raspberry Pi (with Raspbian up to date), I have this error:
What should I do?