[GRASS5] Problem compiling Grass51

Glynn Clements glynn.clements at virgin.net
Wed Apr 30 23:46:56 EDT 2003


Paul Kelly wrote:

> cfe: Error: dbfexe.c, line 448: This expression is not an lvalue.
>             (double) condition = dleval + dreval;

This is a plain bug; a cast is not an lvalue, and so cannot appear as
the LHS of an assignment (a cast can occur *within* the LHS, but not
at the top-level of the LHS).

-- 
Glynn Clements <glynn.clements at virgin.net>




More information about the grass-dev mailing list