bug-commoncpp
[Top][All Lists]
Advanced

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

Re: Cannot compile with GCC 3.4.0


From: David Sugar
Subject: Re: Cannot compile with GCC 3.4.0
Date: Wed, 21 Apr 2004 12:13:37 -0400
User-agent: KMail/1.6.2

I guess that would be me.  I just tried gcc-3.4.0, and in fact, I only found 
one broken construct, an "enum Cancel _cancel", which it rejected, in 
"cc++/thread.h".  Changing that to "Cancel _cancel" (using the existing 
typedef instead) was the only change I needed to to make to get the whole of 
Common C++ to compile on gcc-3.4.0 here.

I will need to check other Common C++ based libraries and code later, but I am 
hopeful the changes there are as minimal...

On Wednesday 21 April 2004 10:02 am, Byrial Jensen wrote:
> GCC 3.4.0 has just been released, and it cannot compile CommonC++2 1.1.4
> (or any other version) due to stricter conformance to the ISO/ANSI C++
> standard
> than previous versions of GCC.
>
> Is somebody working on making CommonC++ able to compile with GCC 3.4.0?
>
> Kind regards
> Byrial Jensen
>
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

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