[Bug 707205] Re: Inkscape fails to build with gcc 4.6
Dave Walker
davewalker at ubuntu.com
Sun May 1 22:47:41 UTC 2011
inkscape (0.48.1-2ubuntu3) oneiric; urgency=low
* debian/patches/04-fix-gcc4.6-ftbfs.dpatch: Fix build failure with gcc 4.6
- Backport upstream patch (lp:inkscape:r10071)
- Add <cstddef> inclusion to src/2geom/utils.h
-- Alex Valavanis <valavanisalex at gmail.com> Sun, 01 May 2011 01:08:10 +0100
** Changed in: inkscape (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/707205
Title:
Inkscape fails to build with gcc 4.6
Status in Inkscape: A Vector Drawing Tool:
Fix Committed
Status in “inkscape” package in Ubuntu:
Fix Released
Status in “inkscape” package in Debian:
Unknown
Bug description:
Inkscape failed to build on i386 and amd64 in a recent rebuild test of
Ubuntu packages with gcc 4.6. The package version in question was
inkscape_0.48.0-1ubuntu2. The buildlogs can be found at:
i386: http://launchpadlibrarian.net/62122074/buildlog_ubuntu-natty-i386.inkscape_0.48.0-1ubuntu2_FAILEDTOBUILD.txt.gz
amd64: http://launchpadlibrarian.net/62133948/buildlog_ubuntu-natty-amd64.inkscape_0.48.0-1ubuntu2_FAILEDTOBUILD.txt.gz
The error message is:
/usr/include/sigc++-2.0/sigc++/signal.h:38:11: error: 'ptrdiff_t' does
not name a type
I believe this can be fixed by including a #include <cstddef> in
connector-context.h (and wherever necessary). Please see the
following page for more details: https://wiki.ubuntu.com/GCC4.6
More information about the Ubuntu-sponsors
mailing list