Hi,

When trying to compile the latest UIUC code I got the following error 
for about a hundred times:

"../../../../src/FDM/UIUCModel/uiuc_menu.cpp", line 3399: error(1133):
     expression must be a modifiable lvalue
        Cnfabetaf_nAlphaArray[Cnfabetaf_index] = datafile_nxArray;

It seems like the compile can't hanle the following:

int x[10][100];
int y[100];

x[0] = y;
...


Does anybody have any idea of how to solve this??

Erik



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to