Library with nested source file structure

Andreas Pakulat apaku at gmx.de
Fri Jun 30 12:20:25 BST 2006


On 30.06.06 11:38:20, Ingolf Steinbach wrote:
> Andreas Pakulat schrieb:
> > I importet the aqbanking code some time ago into a kdevelop project,
> > which worked pretty good. Although they use a script to symlink the
> > headers from the place where they are to <projectroot>/include/<module>
> 
> The problem with symlinks in my case is that there are
> files (both include and source) with identical names but
> different content. It seems that I can't add both files
> to the project.

I didn't say you should use symlinks. Just create a subproject for
include and for src, then in that create subprojects for each module.
Then you should be able to add whatever filenames you want, they only
have to be "unique" within that subproject (each subproject maps to a
directory).

If you still have problems, please provide the steps to reproduce this
on a simple automake-based project.

Andreas

-- 
You will live to see your grandchildren.




More information about the KDevelop mailing list