Re: translation error
- Posted by mattlewis (admin) Sep 08, 2010
- 1089 views
PtitChaud said...
I've just tried to use Eub4 (r3379) on win32 system.
Use the interpreted version of my project is OK, so I've tried to compile my big euphoria project with the euc tool and i obtain this error :
Clib.c(15): Error! E1014: Left operand must be an 'lvalue' Clib.c(21): Error! E1014: Left operand must be an 'lvalue'
This issue has been logged as ticket:201. Basically, the translator tries to replace variable values whenever it can with literal values. In this case, it is doing so to the LHS part of an expression, which it obviously shouldn't be doing.
Matt