Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154005 - qt-4.2.1 with pch flag cannot be compiled with icc
Summary: qt-4.2.1 with pch flag cannot be compiled with icc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-04 02:28 UTC by Josef Reidinger
Modified: 2006-11-07 11:39 UTC (History)
1 user (show)

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


Attachments
patch for qt-4.2.1 (qt.patch,462 bytes, patch)
2006-11-04 02:30 UTC, Josef Reidinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Reidinger 2006-11-04 02:28:13 UTC
Topic says everything.
Comment 1 Josef Reidinger 2006-11-04 02:30:01 UTC
Created attachment 101198 [details, diff]
patch for qt-4.2.1

say error if use icc and have pch flag
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-04 03:00:59 UTC
Eh... ICC is not a supported compiler; so IMO either patch it properly or don't bloat ebuild with junk, it will die anyway. (Plus use common sense when setting your use flags: Enable precompiled header support (gcc >3.4, faster compilation times) uh that doesn't exactly sound like it would work w/ ICC, does it?!)
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2006-11-07 11:39:05 UTC
I updated the description of the flag in use.local.desc to better clarify that it's for gcc >3.4 only.