Martin Spott writes: > > /usr/include/sys/stream.h:67: error: `struct queue' redeclared as different > kind of symbol > /usr/local/include/c++/3.3/bits/stl_queue.h:71: error: previous declaration of > `template<class _Tp, class _Sequence = std::deque<_Tp, > std::allocator<_CharT> > > class std::queue' > make[4]: *** [FGDeadBand.o] Error 1
Hi Martin It looks a if you are using gcc 3.3 which is still quite new and FWIW not 'officially' available on Win32 yet due to similar 'namespace' issues. Note support for many sparc targets has been dropped from the gcc suite, you aren't running one of those deprecated are you ? http://gcc.gnu.org/gcc-3.3/changes.html#obsolete_systems I am not familiar with <sys/stream.h>. Is this a standard Unix header or 'Solaris' specific ? Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
