Displaying 1 result from an estimated 1 matches for "flac__streamdecoderinitstatusstring".
2011 Sep 28
1
Compiling - Win - GNU Compiler
...FLAC_API...):
http://flac.sourceforge.net/api/stream__decoder_8h.html
<cstring> doesn't change anything.
i.e.:
//fprintf(stderr, " state: %s\n",
FLAC__StreamDecoderStateString[FLAC__stream_decoder_get_state(decoder)]);
If I use this variables I get:
undefined reference to `FLAC__StreamDecoderInitStatusString'
examples\cpp\decode\file\main.cpp
-------------------------------------------------
I cannot compile at all. The same as in C (above) AND ... :
flac.o:flac.cpp:(.text+0xc): undefined reference to
`FLAC__StreamDecoderErrorStatusString'
flac.o:flac.cpp:(.text+0x565): undefined reference...