[Bug 58916] New: crashes/slows dramatically on big projects

Kuba Ober kuba at mareimbrium.org
Wed May 28 23:03:08 UTC 2003


> > Version:           2.0.2 (using KDE 2.2.2)
> > Installed from:    Desktop/LX, Amethyst Update 3
> > Compiler:          gcc version 2.95.3 20010315 (release)
> > OS:          Linux (i686) release 2.4.20
> >
> > I am creating a rather large program.  When I finish I'll have about
> > 200,000 lines of code.  I know the integrity of the program is valid, it
> > runs great on both a mac and windows.  I am porting this project now to
> > linux, and I'm using this kdev program to do it.  But honoestly I wish I
> > could find another one.  If I try to insert existing files/dirs which
> > contain spaces, it says they don't exists. When I try to open/insert
> > files which were saved last on a windows machine, it crashes.  And half
> > the time I have to create new projects all  together because I get hit
> > with recursion errors on the make file.  AND, the MAKE and execute are
> > heniously slow, it drives me crazy to ever test my work.  So get your act
> > together!!

*You* should get your act together. You don't have to insert any files into 
projects.

1. Create an empty custom project, 
2. Right-click on the root node, 
3. Enable displaying out-of-project files,
4. Copy/move your files over to the project directory,
5. (menu) View->Refresh
6. Add whatever files you wish to the project, so that they will be parsed for 
class information,
7. Later on you can hide out-of-project files so that they don't clutter your 
view.

Works fine for me (tm) on a 100kline qt qmake-based project. Although I have 
to manage the .pro files by hand, it doesn't really matter that much. 
Everything else just works fine. It's kdevelop 2.1.5. Don't use anything 
older than that, there were many bugs and Qt incompatibilities fixed/worked 
around.

Cheers, Kuba Ober




More information about the KDevelop-devel mailing list