discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] gr-error-correcting-codes/src/lib ecc_syms_to_m...


From: Johnathan Corgan
Subject: [Discuss-gnuradio] gr-error-correcting-codes/src/lib ecc_syms_to_m...
Date: Tue, 01 Aug 2006 18:41:19 -0700
User-agent: Thunderbird 1.5.0.5 (X11/20060728)

Michael Dickens wrote:

> Hopefully fixed compile errors.

With the new CVS code, I get:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -pthread
-I/usr/local/include/gnuradio -I/usr/local/include/gnuradio
-I/usr/local/include/gnuradio/swig -I.. -g -O2 -Wall
-Woverloaded-virtual -pthread -MT code_convolutional_trellis.lo -MD -MP
-MF .deps/code_convolutional_trellis.Tpo -c
code_convolutional_trellis.cc  -fPIC -DPIC -o
.libs/code_convolutional_trellis.o

code_convolutional_trellis.cc:650: error: prototype for 'void
code_convolutional_trellis::encode_single(memory_t, size_t, memory_t&,
std::vector<char, std::allocator<char> >&)' does not match any in class
'code_convolutional_trellis'
code_convolutional_trellis.h:272: error: candidate is: void
code_convolutional_trellis::encode_single(memory_t, memory_t, memory_t&,
std::vector<char, std::allocator<char> >&)
make[6]: *** [code_convolutional_trellis.lo] Error 1

Everything else appears to compile, I get an ecc.o in the .libs directory.

Using gcc 4.0.3 on Ubuntu 6.0.6 Linux (x86).

-Johnathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]