----- Original Message ----- From: "Erik Hofman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 6:45 AM Subject: [Flightgear-devel] UIUC compile problem
> 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 > What are you using to compile it? It compiles fine with gcc version 2.96 under Redhat 7.1. Rob > > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel > _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
