the-infocom-files / seastalker

Seastalker
3 stars 3 forks source link

Build Game #2

Closed AlexProudfoot closed 5 years ago

AlexProudfoot commented 5 years ago

Build the game using the ZILF toolset. Eliminate compilation and startup errors where necessary.

AlexProudfoot commented 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.

AlexProudfoot commented 5 years ago

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
AlexProudfoot commented 5 years ago

GLOBAL-PERELLI is undefined. Comment out the references to this for now.

AlexProudfoot commented 5 years ago

Tidy the main file. Remove extraneous statements.

AlexProudfoot commented 5 years ago

No build errors.

AlexProudfoot commented 5 years ago

Instead of just commenting out references to GLOBAL-PERELLI, try replacing them with nulls.

AlexProudfoot commented 5 years ago

No build errors.