Variable assigning bug in kdevelop ? [was: Re: Still the same problem with Beta 2...]

holle at almaden.ibm.com holle at almaden.ibm.com
Wed Aug 25 17:22:33 BST 1999



The only thing that might be missing are these guys :  ""

There is a space between the = and the - which is not ok at all.
If we want to assign more than on "word" to a variable it has to be done like
this:
CXXFLAGS="-O0 -g3 -Wall"
even when we only want to assign one "word" to a variable we are not allowed to
use spaces.

So this might a "bug" in kdevelop. It should *always* put "" around assignments.
And omit leading whitespace.

- holger

Sandy Meier <smeier at rz.uni-potsdam.de> on 24/08/99 23:54:36

Please respond to kdevelop at fara3.cs.uni-potsdam.de

To:   kdevelop at fara3.cs.uni-potsdam.de
cc:
Subject:  Re: Still the same problem with Beta 2...





On Wed, 25 Aug 1999 you wrote:
> Just got Beta 2...
>
> First thing I tried was to try to change the project options, and see
> what happens..
>
> Well, I still get the following message:
>
> CXXFLAGS= -O0 -g3 -Wall  : Command not found
> *** failed ***
>
> My question is: is this hard to solve? Or is it just that it's not
> "important" enough that it does not deserve any correction?
>
> I know some people suggested that there shouldn't be any spaces between
> the "=" and the "-O0 -g3 -Wall" string. I couldn't find *where* to
> correct this myself (mind you, I'm no expert).. Is there anybody out
> there who would know how to solve this, exactly?

Hi!

Do you use tcsh as your login shell? I think the "problem" is not the = but the
shell. Unfortunaly I don't have acces to a working tcsh shell, so I can't fix
it. :-( Maybe someone with a tcsh can help? The important code is:

ckdevelop_project.cpp: method slotProjectOptions, line 375
and
ckdevelop.cpp: method slotBuildConfigure, line 946

Thanks!

Sandy






More information about the KDevelop mailing list