Bug 60062 - Installation of a debug version of a project
Summary: Installation of a debug version of a project
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 14:48 UTC by Sphere
Modified: 2003-06-19 23:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sphere 2003-06-19 14:48:20 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

After Installing a new test project because I could not run it otherwise I
determined where doing the install put the files.  I found that the installation
put files outside the directory tree of the project -- and in fact really
installed them.

This is unacceptable behavior.  I would have to recommend against using
kdevelop in any sort of production development environment, and would
have to actually forbid its' installation in any non-development production
environment.  There is no way a development system should put files outside
the area where it is being developed without first having a serious conversation
with the programmer about whether that is what the programmer really wants
to do.  I would fire a programmer who spread their untested code about
in this way.
Comment 1 Sphere 2003-06-19 23:16:31 UTC
Well.  I haven't tested Maksim's suggestion yet, but
assuming it works from within gideon making the default
configuration append the project directory to KDEDIRS
and using --prefix=<project directory> would solve
my problem.  (But only if gideon sets it up this way
for the programmer.  Encouraging the programmer to
spread their work all over the system is very bad.)