PDA

View Full Version : Compiling in RedHat 8.


Telmo
11-01-2002, 10:54 AM
Anyone got EQUEMU to compile in a standard RedHat 8?

I have a fresh install of RH8 when trying to compile I get a lot of errors.

ie:

/usr/include/c++/3.2/bits/ostream.tcc:215: instantiated from `std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]'
/usr/include/c++/3.2/ostream:130: instantiated from `std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]'
../common/packet_dump.cpp:38: instantiated from here
/usr/include/c++/3.2/bits/stl_iterator_base_types.h:157: warning: function
returns an aggregate
make: *** [../common/packet_dump.o] Error 1


The version of gcc is:


[telmo@rivendel world] gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7 )

flipper
11-01-2002, 11:29 AM
Welcome to the gcc-3.2 club :)