Comment 13 for bug 285841

Revision history for this message
fpe (f-esser) wrote :

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.