Summary: | can't emerge kdebase , error about /usr/qt/3/include/qsizepolicy.h | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Luiz <gentoolu01> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Luiz
2004-10-25 21:19:14 UTC
What qt version? Can you post line 104 and 105 of /usr/qt/3/include/qsizepolicy.h ? Thanks. the qt version are 3.3.3-r1 Sorry I can't locate exactly the 104 and 105 lines .But them are in this place. Code: inline QSizePolicy::QSizePolicy( SizeType hor, SizeType ver, uchar hors, uchar vers, bool hfw ) : data( hor | (ver<<HSize) | (hfw ? (Q_UINT32)(1<<2*HSize) : 0) ) { setHorStretch( hors ); setVerStretch( vers ); } inline void QSizePolicy::transpose() { *this = QSizePolicy( verData(), horData(), verStretch(), horStretch(), hasHeightForWidth() ); } Tanks and sorry for my poor english. The 104 and 105 lines were just some lines before the ones you posted. But I'm sorry, I can't reproduce your problem. That error is strange and I can't find a reason of it. You can try disabling distcc and ccache (you need to put in FEATURES="-ccache" ) and see if it happens again. Tanks. I'm try.:) I tried to emerge without the ccache and distccd but have the same result. Tried to reemerge the qt and the kdelibs too but no resolve the problem. It's a problem in a dependence? Tanks. Are you still having this problem? No reply from reporter. Sorry for the long time without response. I'm reinstalled the full system and the KDE come's worked. But I'm don't know what's the problem. Thanks. Luiz |