[Bug 59038] KDevelop's class browsers won't show some of the classes in my project on a seemingly random basis

Andreas Koepfle koepfle at ti.uni-mannheim.de
Mon Oct 6 05:11:09 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=59038     




------- Additional Comments From koepfle at ti.uni-mannheim.de  2003-10-06 05:09 -------
The problem with the muse files is not a classview problem but rather an autoproject "feature". 
Autoproject manager only expands variables in Makefile.am correctly if they are defined in this 
same Makefile.am. In synti/Makefile.am 
 
SUBDIRS = organ s1 stklib4 stk vam $(FLUIDSYNTHDIRS) 
 
cannot be expanded correctly as $(FLUIDSYNTHDIRS) isn't defined in this Makefile.am.  
This behaviour is deterministic (documented in AutoSubprojectView::parseSUBDIRS) and 
different from the original posters bug report. So maybe this bug can be closed, and a new 
wishlist item for autoproject smarter variable expansion created.




More information about the KDevelop-devel mailing list