Closed AlexProudfoot closed 5 years ago
Ensure the main file has a release and a version. The names of included files should be in lower case for linux/macos compilations.
The compiler reports 2 errors.
[error ZIL0501] people.zil:160:
non-constant initializer for table element '3': GLOBAL-PERELLI
[error ZIL0501] people.zil:164:
non-constant initializer for table element '3': GLOBAL-PERELLI
GLOBAL-PERELLI is undefined. Comment out the references to this for now.
Tidy the main file. Remove extraneous statements.
No build errors.
Instead of just commenting out references to GLOBAL-PERELLI, try replacing them with nulls.
No build errors.
Build the game using the ZILF toolset. Eliminate compilation and startup errors where necessary.