Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162342 - kdevelop-3.3.5 fails to compile
Summary: kdevelop-3.3.5 fails to compile
Status: RESOLVED DUPLICATE of bug 130139
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 11:04 UTC by Vladimir Pouzanov
Modified: 2007-01-16 11:21 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.txt,7.90 KB, text/plain)
2007-01-16 11:05 UTC, Vladimir Pouzanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Pouzanov 2007-01-16 11:04:30 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../lib -I../../../lib/external_interfaces -I../../../lib/interfaces -I../../../lib/util -I../../../lib/widgets -I../../../src/profileengine/lib  -I../../../lib/structure -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon64 -pipe -mfpmath=sse -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o main.o main.cpp
profileeditor.h:28: error: expected class-name before '{' token
profileeditor.h:38: error: 'QListBoxItem' has not been declared
profileeditor.h:39: error: 'QListViewItem' has not been declared
main.cpp: In function 'int main(int, char**)':
main.cpp:41: error: 'class ProfileEditor' has no member named 'show'
main.cpp:42: error: no matching function for call to 'KApplication::setMainWidget(ProfileEditor*)'
/usr/qt/3/include/qapplication.h:119: note: candidates are: virtual void QApplication::setMainWidget(QWidget*)


Reproducible: Always

Steps to Reproduce:
emerge kdevelop
Comment 1 Vladimir Pouzanov 2007-01-16 11:05:56 UTC
Created attachment 107163 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-16 11:21:05 UTC

*** This bug has been marked as a duplicate of bug 130139 ***