Bug 51495 - kdevelop compiler error editorproxy.h
Summary: kdevelop compiler error editorproxy.h
Status: RESOLVED DUPLICATE of bug 50699
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0a2
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-04 18:43 UTC by robert
Modified: 2003-07-13 15:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robert 2002-12-04 18:43:45 UTC
Version:           3.01a2 (using KDE KDE 3.0.5)
Installed from:    Slackware Packages
Compiler:          gcc 3.2.1 thread model: POSIX
OS:          Linux

with KDE 3.0.5 and Qt 3.0.5 trying to compile kdevelop 3.0a2,

I had to download modifications from the cvs, "javasupport", "processwidget", "editorproxy" "debugger" because without them I can't go so far compiling
kdevelop 3.0a2.

finaly it compiled!
Comment 1 robert 2002-12-04 18:50:03 UTC
after compiling it says this if you run it.

[New Thread 16384 (LWP 13769)]
0x4135e299 in wait4 () from /lib/libc.so.6
#0  0x4135e299 in wait4 () from /lib/libc.so.6
#1  0x413de230 in __DTOR_END__ () from /lib/libc.so.6
#2  0x41157103 in waitpid () from /lib/libpthread.so.0
#3  0x40984d65 in KCrash::defaultCrashHandler(int) ()
   from /opt/kde/lib/libkdecore.so.4
#4  <signal handler called>
#5  0x40d262c1 in QListViewItem::takeItem(QListViewItem*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#6  0x40d365e1 in QListView::takeItem(QListViewItem*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#7  0x4189720d in DocTreeViewWidget::projectChanged(KDevProject*) ()
   from /opt/kde/lib/kde3/libkdevdoctreeview.so
#8  0x41889550 in DocTreeViewPart::projectOpened() ()
   from /opt/kde/lib/kde3/libkdevdoctreeview.so
#9  0x4188a823 in DocTreeViewPart::qt_invoke(int, QUObject*) ()
   from /opt/kde/lib/kde3/libkdevdoctreeview.so
#10 0x40c62f10 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#11 0x40c62e57 in QObject::activate_signal(int) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#12 0x080823ee in KDevCore::projectOpened() ()
#13 0x0806e3b8 in ProjectManager::loadProject(KURL const&) ()
#14 0x0806e170 in ProjectManager::loadDefaultProject() ()
#15 0x08063a91 in main ()
#16 0x412c5bb4 in __libc_start_main () from /lib/libc.so.6
Comment 2 Harald Fernengel 2002-12-04 19:03:25 UTC
Can you check out the latest version from CVS and compile it with "--enable-debug"? 
If it still crashes, please post another backtrace. Thanks, Harry 
Comment 3 Caleb Tennis 2002-12-04 19:57:06 UTC

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