[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 133038] New: KDevelop cannot find my makefiles when they are not
From:       Ernesto "Bascón" Pantoja <ebasconp () gmail ! com>
Date:       2006-08-26 16:27:09
Message-ID: 20060826182708.133038.ebasconp () gmail ! com
[Download RAW message or body]

------- 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.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic