Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362545 - dev-cpp/eigen-3.0.0 USE="doc" fails to build with GCC 4.6
Summary: dev-cpp/eigen-3.0.0 USE="doc" fails to build with GCC 4.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.6
  Show dependency tree
 
Reported: 2011-04-08 00:01 UTC by Ryan Hill (RETIRED)
Modified: 2011-04-17 12:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2011-04-08 00:01:22 UTC
In file included from /var/tmp/portage/dev-cpp/eigen-3.0.0/work/eigen-3.0.0/Eigen/src/StlSupport/StdVector.h:29:0,                          
                 from /var/tmp/portage/dev-cpp/eigen-3.0.0/work/eigen-3.0.0/Eigen/StdVector:38,
                 from /var/tmp/portage/dev-cpp/eigen-3.0.0/work/eigen-3.0.0/unsupported/doc/examples/BVH_Example.cpp:1:
/var/tmp/portage/dev-cpp/eigen-3.0.0/work/eigen-3.0.0/Eigen/src/StlSupport/details.h:41:13: error: 'ptrdiff_t' does not name a type


missing #include <cstddef>.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-04-17 12:04:23 UTC
+  17 Apr 2011; Justin Lecher <jlec@gentoo.org> eigen-3.0.0.ebuild,
+  +files/eigen-3.0.0-gcc46.patch:
+  Fix for gcc-4.6 changes, #362545
+