On Thu, May 26, 2005 at 09:58:11PM +0500, Ahmad Sheikh wrote: > I am using automake 1.9.5 and autoconf 2.57. Also, does anyone know about > these errors? > > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4/bits/type_traits.h:196: > error: redefinition of `struct __type_traits<int>' > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4/bits/type_traits.h:126: > error: previous definition of `struct __type_traits<int>' > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4/bits/type_traits.h:347: > error: redefinition of `struct _Is_integer<int>' > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4/bits/type_traits.h:305: > error: previous definition of `struct _Is_integer<int>' > In file included from > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4/memory:61, > from > /usr/local/include/boost-1_32/boost/detail/shared_count.hpp:34, > from /usr/local/include/boost-1_32/boost/shared_ptr.hpp:26, > from ./gr_types.h:26, > from ./gr_runtime.h:26, > from ./gr_block.h:26, > from gr_block.cc:27:
I notice that you are running a version of gcc installed in /usr/local. Shouldn't be a problem, but does it compile other small C++ test cases OK? Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
