Re: problem compiling SFS with gcc 4.0 (fedora core 4)

Jaakko Niemi <[email protected]> Sat, 20 Aug 2005 15:17:52 +0300
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
On Sun, 24 Jul 2005, Nikolaos Michalakis wrote:
> modalg.C:64: error: '<anonymous enum>' is/uses anonymous type
> modalg.C:64: error: trying to instantiate 'template<class T> const traceobj& 
> operator<<(const traceobj&, const T&)'
> modalg.C:64: error: '<anonymous enum>' is/uses anonymous type
> modalg.C:64: error: trying to instantiate 'template<class T> const strbuf& 
> operator<<(const strbuf&, const T&)'
> make: *** [modalg.lo] Error 1

 With current cvs, this is the only error left that gcc 4.0.1
 brings up on recent GNU/Linux systems. Does anyone know better
 way than naming "mpz_bitsperlimb" enum in bignum.h for example
 as "mp_limb_t_size" ?
 
			--j