------- 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=133038 Summary: KDevelop cannot find my makefiles when they are not in the same directory than output and source code Product: kdevelop Version: unspecified Platform: NetBSD pkgsrc OS/Version: NetBSD Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: ebasconp gmail com Version: 3.5.4 (using KDE KDE 3.5.4) Installed from: NetBSD pkgsrc Compiler: g++ 3.3.3 OS: NetBSD I have a custom C++ makefiles project. I have the following directory tree structure: /Lib /Debug /Release /Code /Source a.cpp /Include a.h /Makefiles Makefile /Projects myproject.kdevelop My makefiles get the includes and source from their respective directories and the output is written in the ../../Lib/Debug directory. If I do a make using a terminal, everything works fine; but using KDevelop, the build is run just once. If I try to run the build system again, KDevelop returns a: cd './Makefiles' && gmake -s -j1 'all' cd: can't cd to ./Makefiles It seems to me that after a build, the KDevelop build system does not do a "cd" to its root directory back again.