[Bug 66155] New: wrong search path in perl templates after installing

Ralf Habacker ralf.habacker at freenet.de
Fri Oct 17 11:57:06 UTC 2003


------- 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=66155     
           Summary: wrong search path in perl templates after installing
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Cygwin
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: ralf.habacker at freenet.de


Version:           3.0.0-a7 (using KDE Devel)
Installed from:    Compiled sources
OS:          Cygwin

Installing kdevelop using make prefix=<path> puts <path> into every perl template. 

In a build system using temporary installations path which is not the real running path, this results in wrong path settings and all perl scripts are failing. 

A solution seems to me that this templates should be patched while configuring, because prefix contains at this time the real installation path or to save $kde_datadir while configuring and to use this saved path setting on installing insted of the given prefix given by the make install prefix=... like libtool does in his *.la files. 

While taking a look in a produces makefile it seems to me that some additional kde_... defines should be have absolutes values instead of using ${datadir} which uses ${prefix}, but I'm not sure which onces are needed otherwise. 

Ralf




More information about the KDevelop-devel mailing list