Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125872

Summary: dev-libs/boost-1.33.1 won't build using gcc-4.1.0
Product: Gentoo Linux Reporter: Lubos Dolezel <lubos>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lubos Dolezel 2006-03-11 13:45:19 UTC
dev-libs/boost-1.33.1 cannot be built using gcc-4.1.0

The problem is libboost_wserialization - for some reason it tries to build this sub-library.
The build fails because of this problem:

/var/tmp/portage/boost-1.33.1/work/boost_1_33_1/libs/serialization/build/../src/basic_text_wiprimitive.cpp:15:2: error: #error "wide char i/o not supported on this platform"

And it is right, there is no std::wistream on my system.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-03-11 14:02:45 UTC

*** This bug has been marked as a duplicate of 125395 ***