Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129094 - kchmviewer-2.5 doesn't compile with gcc-4.1 cause of unproper source
Summary: kchmviewer-2.5 doesn't compile with gcc-4.1 cause of unproper source
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-04-07 00:55 UTC by Sebastian T. Hafner
Modified: 2006-04-07 04:11 UTC (History)
0 users

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


Attachments
Patch to make this compile with gcc-4 (kchmviewer-2.5-gcc4.patch,510 bytes, patch)
2006-04-07 00:56 UTC, Sebastian T. Hafner
Details | Diff
kchmviewer-2.5.ebuild (kchmviewer-2.5.ebuild,1.32 KB, text/plain)
2006-04-07 00:58 UTC, Sebastian T. Hafner
Details
kchmviewer-2.5.ebuild to use with patch (kchmviewer-2.5.ebuild,1.31 KB, text/plain)
2006-04-07 01:54 UTC, Sebastian T. Hafner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian T. Hafner 2006-04-07 00:55:57 UTC
A definition for KCHMIconStorage in iconstorage.h 

const QPixmap * KCHMIconStorage::getCloseWindowIcon();

makes it impossible to compile this on gcc-4
Comment 1 Sebastian T. Hafner 2006-04-07 00:56:57 UTC
Created attachment 84111 [details, diff]
Patch to make this compile with gcc-4
Comment 2 Sebastian T. Hafner 2006-04-07 00:58:33 UTC
Created attachment 84112 [details]
kchmviewer-2.5.ebuild
Comment 3 Sebastian T. Hafner 2006-04-07 01:54:20 UTC
Created attachment 84115 [details]
kchmviewer-2.5.ebuild to use with patch

updated syntax
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-07 04:11:59 UTC
Patch added to 2.5 ebuild, thanks for reporting. Please send it upstream so that next versions will work out of the box.