Bug 52158

Summary: complex apps aren't compiled in correct order
Product: [Applications] kdevelop Reporter: David Findlay <david>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.1.3   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Findlay 2002-12-21 02:52:34 UTC
Version:           2.1.3 (using KDE 3.0.4)
Installed from:     (testing/unstable)
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.19

I'm developing a fairly complex little app, and the problem I'm experiening is that various parts of the program aren't getting compiled in the right order and are thus causing undefined references. Could you make KDevelop to automatically find such interdependancies and fix them in the makefiles,etc? Thanks,

David
Comment 1 Caleb Tennis 2002-12-22 16:44:35 UTC
In Gideon (KDevelop 3.0) you can specify the build order of subdirectories and 
library dependencies.   It's not automatic, but the thought of trying to do 
that scares me to death.