Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79876 - kdelibs-3.4.0_beta1 fails to build on gcc-4
Summary: kdelibs-3.4.0_beta1 fails to build on gcc-4
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 10:52 UTC by Andreas Pokorny
Modified: 2005-01-28 11:02 UTC (History)
0 users

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 Andreas Pokorny 2005-01-28 10:52:51 UTC
the file khtml/xml/dom_docimpl.cpp makes an illegal cast:
dom_docimpl.cpp:1694: error: cast from 'void*' to 'Q_UINT32' loses precision

Simple to fix, since the code already worked with a warning on gcc-3.4,  without a patch.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-28 11:02:32 UTC
It seems it's already fixed for beta2:
http://webcvs.kde.org/kdelibs/khtml/xml/dom_docimpl.cpp?r1=1.304&r2=1.305