Memcmp() include

Hi,
I got a compilation error on
gnuradio-core/src/lib/general/qa_gri_lfsr.cc from SVN.
The problem was that memcmp() needs #include <string.h>

Regards,

LM

On Sun, Sep 14, 2008 at 05:12:51PM +0200, Luca Melette wrote:

Hi,
I got a compilation error on
gnuradio-core/src/lib/general/qa_gri_lfsr.cc from SVN.
The problem was that memcmp() needs #include <string.h>

Regards,
LM

Johnathan, I think you should be compiling with gcc 4.3 these days.
It’s much pickier than 4.1. or 4.2. This one’s an error, not a
warning.

Eric

On Sun, Sep 14, 2008 at 05:12:51PM +0200, Luca Melette wrote:

Hi,
I got a compilation error on
gnuradio-core/src/lib/general/qa_gri_lfsr.cc from SVN.
The problem was that memcmp() needs #include <string.h>

Regards,

LM

Thanks, I’m applying now.