Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11173 - Kile 1.3 won't build ( solution inside )
Summary: Kile 1.3 won't build ( solution inside )
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 19:24 UTC by Jörg Rüppel
Modified: 2002-11-30 06:39 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 Jörg Rüppel 2002-11-24 19:24:09 UTC
The latest version of Kile ( 1.3 ) won't build under rc4, since QT has to be built with the -no-stl 
option. The author said I should add: 
#define QT_NO_STL 
 
to the begining of the following files: 
 
fileFilter.cpp 
multiFile.cpp 
qplotdialog.cpp 
qplotmaker.cpp 
rawGnu.cpp 
 
That helped to get it compiled.
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-11-29 08:56:31 UTC
I've posted on kde-devel asking: The qt-copy readme advises to turn qt's STL support off explicitly. Right now it's enabled in Gentoo. There have only been 2 problems with it: one in kopete cvs (fixed upstream) and on in kile (fix is simply to add #define QT_NO_STL in several source files, and may be added upstream).  Since it's aparently so easy to get around the stl support even if it's enabled - a simple #define passed to the qt headers - I ask myself if all affected apps (just 2 known so far) should just have it and not care if there's stl support or no.  Of course, the underlying question is, does anything _need_ or use the qt stl support? (At least anything on Gentoo --> Linux).  --------- Another reason not to change things is that it'd force all kdelibs packages (incl. 3.0.x ones) to be recompiled or (widget) plugins won't load. 
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-11-29 09:59:44 UTC
Question: did the kile author say he'd merge these changes into the upstream 
sources? 
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-11-30 06:39:36 UTC
I've added this fix to the ebuild in portage.