[Bug 171039] Review Request: geos

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 11 07:36:28 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: geos


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=171039





------- Additional Comments From rc040203 at freenet.de  2006-01-11 02:36 EST -------
(In reply to comment #8)
> the devel build failed with the following errors:
> Anyone know what would cause problems in devel that don't show in FC4?
gcc-4.1 errors out on bad c++ code that gcc-4.0 had silently swallowed.

> However I thought I'd see if this is a known issue 
It is. 

GCC-4.1 dislikes constructs like this:
class MyClass {
  int MyClass::method(...);
}

and wants
class MyClass {
  int method(...);
}
instead.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list