cannot reference an identifier before its definition
#137
Closed
opened 8 years ago by archaeron
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
hey
I wanted to try pollen on windows and did:
and get:
I don't know a lot about Racket yet and not sure if it's supposed to work on windows, but let me know if I can help you.
It works the same on Windows / Linux / Mac OS. This error, however, is a generic Racket error that stems from outdated bytecode files. To update the Pollen bytecode, try:
raco setup pollen
And then try running Pollen again. If that doesn't work, try
raco setup
which will update the bytecode files for everything.
you where right. Something with my racket installation was broken. Sorry :)
thanks a lot!