Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Game #2

Closed
AlexProudfoot opened this issue Jun 18, 2019 · 5 comments
Closed

Build Game #2

AlexProudfoot opened this issue Jun 18, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlexProudfoot
Copy link
Contributor

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

@AlexProudfoot AlexProudfoot self-assigned this Jun 20, 2019
@AlexProudfoot AlexProudfoot added the enhancement New feature or request label Jun 20, 2019
@AlexProudfoot
Copy link
Contributor Author

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
Copy link
Contributor Author

The compiler reports 2 errors.

[error MDL0200] suspect.zil:8: calling unassigned atom: TYI
  in SET called at suspect.zil:8
  in REPEAT called at suspect.zil:6
[error MDL0215] suspect.zil:22: GVAL: atom 'DEBUGGING?' has no global value
  in COND called at suspect.zil:22
  in DEBUG-CODE called at suspect.zil:56

@AlexProudfoot
Copy link
Contributor Author

Comment out repeat loop at suspect.zil:8.
Set DEBUGGING? to false.
No build errors (abbreviations file required).

@AlexProudfoot
Copy link
Contributor Author

Tidy the main file. Remove extraneous statements.

@AlexProudfoot
Copy link
Contributor Author

No build errors.

AlexProudfoot added a commit that referenced this issue Jul 6, 2019
@AlexProudfoot AlexProudfoot added this to the Started milestone Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant