I am getting the following error when trying to compile
htp from CVS:
src/toss.c:317: error: invalid lvalue in assignment
src/toss.c:324: error: invalid lvalue in assignment
src/toss.c:332: error: invalid lvalue in assignment
src/toss.c:339: error: invalid lvalue in assignment
src/toss.c:345: error: invalid lvalue in assignment
All coorespond to:
getHAREA(config->xxxxArea(s)[i].harea) = NULL;
where xxxx is one of echo, netMail, local, dupe, bad
and the latter two are singular hence the (s) in the
above code snippet.
What may be the cause?
Thanks in advance!
This is quite old; will need to verify if the issue is still present and/or has already been resolved.