[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

fpe f.esser at baer.rwth-aachen.de
Tue Nov 18 12:16:04 UTC 2008


Hi. same problem here, but I found a workaround:

Edit the file <your project folder>/debug/libtool and replace line 2418
    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
with
    output_objdir=`$ECHO "X$output" | $Xsed -e 's%/[^/]*$%%'`

After that, compiling worked for me again.

It seems to me that there is a problem with the ECHO="echo" variable defined in line 153.
But if I just change it to lowercase echo or add another variable called echo, I get a lot of other errors.

-- 
kdevelop can't compile programs in kde4 (intrepid ibex)
https://bugs.launchpad.net/bugs/285841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list