------- 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=84164 Summary: Automake Manager namespace & subproject congruence Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: hattons globalsymmetry com Version: 3.0.91 (using KDE 3.2.1, SuSE) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.5-7.75-default It would be really cool if there were a framework to support the creation of C++ namespaces which corresponded to subprojects and subdirectories in the source tree. This might be accomplished by creating a shared library file per namespace. There is a very attractively packaged open source library I recall looking at that attempts to provide the same kind of structure Java provides, but for C++. IIRC, it is structured in a similar way to what I am suggesting. I will provide more info if I can remember where I saw it.