[Bug 433856] New: Fails to build with GCC 4.3

dasher (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 27 12:50:05 UTC 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=433856

  dasher | core | Ver: 4.4.x
           Summary: Fails to build with GCC 4.3
           Product: dasher
           Version: 4.4.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
        AssignedTo: pjc51 at cam.ac.uk
        ReportedBy: joss at malsain.org
         QAContact: pjc51 at cam.ac.uk
                CC: pkg-gnome-maintainers at lists.alioth.debian.org
     GNOME version: 2.17/2.18
   GNOME milestone: Unspecified


[ Context: Martin Milchmayr is currently testing compilation of the whole
Debian system with GCC 4.3. This bug was initially reported as
http://bugs.debian.org/421229 ]

There are some new failures in the new upstream version you uploaded [this is
4.1.1]. In fact, dasher does something really evil.  WordLanguageModel.cpp
fails to build because it uses atoi without including cstdlib. However, when I
added the #include we started failing in an even worse way.  I found out that
essentially (through local includes, in the end of AlphIO.h) dasher does:

namespace expat {
#include <cstdlib>
}
#include <cstdlib>

and this horribly fails.  I "fixed" this by including cstdlib in AlphIO.h and
ColourIO.h before the horrible namespace'd #include.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=433856.



More information about the pkg-gnome-maintainers mailing list