Bug 65179 - QMake manager stops making/linking on larger subprojects
Summary: QMake manager stops making/linking on larger subprojects
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: QMake (show other bugs)
Version: 3.0.0a6
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 12:46 UTC by Tom Lueders
Modified: 2003-11-04 15:02 UTC (History)
1 user (show)

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 Tom Lueders 2003-09-29 12:46:35 UTC
Version:           3.0.0a6 (using KDE KDE 3.1.3)
Installed from:    SuSE RPMs
Compiler:          gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) Qt 3.2.1
OS:          Linux

One of my subproject (static lib target) contains:

- 20 source (cpp) files,
- nearly 20 headers (h)
- some forms (6)

Since the first alpha release of Gideon I watches this effect. 

Every time a project is a little  bit larger, the output of the messages window stops at link time and the entire application freezes.

Why?

Thanks, Tom
Comment 1 Andreas Koepfle 2003-09-30 02:43:01 UTC
I have never had any problems like these, and I'm using qmake manager regularly for big 
static libs with more 100 source files. 
Tom, could you please provide the last few lines of the message window output (set to full 
compiler output). What happens if you build the project manually i.e. doing make clean, 
qmake, make from the konsole?  
Comment 2 Amilcar do Carmo Lucas 2003-11-04 15:02:53 UTC
Tom I'm closing this one because of your silence. Reopen if it presists.