diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-26 00:34:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-26 00:34:09 +0000 |
commit | 16ca87403af53dfe1e88f0514eb62b5daf6eba52 (patch) | |
tree | 2236a271faeb23ffa2be6e1f05d0720e24d873ae /eclass/kde.eclass | |
parent | dont use old WANT_AUTOCONF #35111 (diff) | |
download | gentoo-2-16ca87403af53dfe1e88f0514eb62b5daf6eba52.tar.gz gentoo-2-16ca87403af53dfe1e88f0514eb62b5daf6eba52.tar.bz2 gentoo-2-16ca87403af53dfe1e88f0514eb62b5daf6eba52.zip |
add a stl warning
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 604ba2ff5f5b..83a61dd331f8 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.88 2004/01/23 13:54:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.89 2004/01/26 00:34:09 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -146,6 +146,10 @@ configure_die() eerror eerror "Your KDE program installation died while running the configure script" eerror + eerror "If the error was related to not finding the STL, you have a gcc error" + eerror "that is easily fixed by re-emerging the latest version of gcc" + eerror + eerror eerror "If the error died during the check for Qt, and you have Qt installed, the problem" eerror "is most likely due to your nvidia drivers being configured improperly." eerror |