[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



I tried compiling a scheme source file with mzc and the -o and -embbeded flags
with CodeWarrior 4.0 on a powermac.
I get the following errors: is there something wrong in the scheme 
source file or with CodeWarrior?

thanx


Error   : data type is incomplete
Arinetbuild1.c line 687   Scheme_Object * _consts_[0];

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 10271   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 10376   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 12428   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 12509   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 12715   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 12893   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 13007   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 13129   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 13136   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 14498   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }

Error   : undefined identifier 'scheme_fuel_counter'
Arinetbuild1.c line 14584   { if ((scheme_fuel_counter -= 1) <= 0) 
scheme_process_block(0); }