Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Unable to compile #1

Open
rain-1 opened this issue Apr 14, 2019 · 2 comments
Open

Unable to compile #1

rain-1 opened this issue Apr 14, 2019 · 2 comments

Comments

@rain-1
Copy link

rain-1 commented Apr 14, 2019

chicken scheme csi was not able to run the bytecode.scm file

$ chicken-csi -s bytecode.scm 

Error: unbound variable: use

	Call history:

	<syntax>	  (##core#begin (##core#require library scheme#) (##core#require library chicken.base#) (##core#requir...
	<syntax>	  (##core#require library scheme#)
	<syntax>	  (##sys#load-library (##core#quote library))
	<syntax>	  (##core#quote library)
	<syntax>	  (##core#require library chicken.base#)
	<syntax>	  (##sys#load-library (##core#quote library))
	<syntax>	  (##core#quote library)
	<syntax>	  (##core#begin (##core#require expand chicken.syntax#))
	<syntax>	  (##core#require expand chicken.syntax#)
	<syntax>	  (##sys#load-library (##core#quote expand))
	<syntax>	  (##core#quote expand)
	<eval>	  (##sys#load-library (##core#quote library))
	<eval>	  (##sys#load-library (##core#quote library))
	<eval>	  (##sys#load-library (##core#quote expand))
	<syntax>	  (use srfi-1 srfi-13 srfi-69)
	<eval>	  (use srfi-1 srfi-13 srfi-69)	<--
@charles-l
Copy link
Owner

Which version of chicken are you using? This runs for me in Chicken 4.11.0

@rain-1
Copy link
Author

rain-1 commented Apr 15, 2019

5.0.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants