Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137658 - which qt VTK should really use?
Summary: which qt VTK should really use?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Markus Dittrich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 137661
  Show dependency tree
 
Reported: 2006-06-22 14:42 UTC by Daniel Tourde - Caelae.se
Modified: 2006-06-22 18:30 UTC (History)
1 user (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 Daniel Tourde - Caelae.se 2006-06-22 14:42:33 UTC
Hello,

I have qt3 and qt4 on my AMD64 box. When I build vtk-5.0.0 with the qt3 and qt4 flags on, I notice during the cmake procedure that qt-4 will be used and apparently not qt-3. Is it supposed to be like this?

emerge -pv vtk

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] sci-libs/vtk-5.0.0  +doc -examples +java -mpi -patented +python +qt3 +qt4 +tcltk -threads 0 kB
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2006-06-22 18:30:17 UTC
Hi Daniel,

Yes, in case both qt3 and qt4 are selected the ebuild will default to
qt4. In order to make this more apparent I have just added a brief
warning to the ebuild that points this out to the user. The reasoning
behind having a qt3 and qt4 use flag in the first place was to allow the 
user to select either qt4 or qt3 support rather than just defaulting to 
one of them or selecting the more recent one by default. That's at least
what I personally prefer.

I hope that answers your question (please comment/re-open if not) and 
I'll close this issue as invalid.

Thanks,
Markus