Ticket #1509 (closed defect: fixed)

Opened 1 year ago

Last modified 9 months ago

Fails to compile with GCC 4.3

Reported by: peter_e@gmx.net Assigned to:
Priority: normal Milestone: 1.3.5
Component: build Version: 1.3.4
Keywords: Cc:

Description

A Debian developer reports:

Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been cleaned up. The advantage of this is that programs will compile faster. The downside is that you actually need to directly #include everything you use (but you really should do this anyway, otherwise your program won't work with any compiler other than GCC). Some background of this can be found at http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher) from unstable.

Please see the patch at <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417371> for a fix.

Change History

2007-05-04 11:50:05 changed by emostar

  • status changed from new to closed.
  • resolution set to fixed.

(In [4904]) Fix compilation on GCC 4.3 Closes #1509

2007-10-20 23:38:26 changed by erijo

  • milestone set to 1.3.5.