-
Notifications
You must be signed in to change notification settings - Fork 67
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
Can not make tutorial working #12
Comments
Hello, Thanks for trying Sketch! The tutorial is being written for the current Sketch version, in which defsketch is changed to I'm going to update the README in a moment to communicate this until the next Quicklisp release is up. Sorry for the inconvenience. |
Ok, thanks for this advice and for programming this nice library. I will try it |
Hi, Given that the README still recommends installing via Quicklisp, could this still be fixed? Either update the Quicklisp package with the newer build or change the installation instructions? I currently have installed it via quicklisp, now find out that's a problem, I've cloned the necessary repos to my local-projects folder but it still seems to be preferring the earlier installed package and basically this is a silly juggling act for someone wanting to try this (otherwise fantastic-looking) project out. |
Does this work in Quicklisp now? What version number of Quicklisp do you need to run it? |
Don't know about version number, but I just did a fresh install of absolutely everything and it's working fine as per the "tutorial" instructions on the main page here. |
Hi I load sketch and sketch-example,
first my machine OSX EL Capitan description, slime and roswell:
CL-USER> (lisp-implementation-type)
"Clozure Common Lisp"
CL-USER> (lisp-implementation-version)
"Version 1.11-r16635 (DarwinX8664)"
when I load sketch it works and also when samples are working
also the other examples work well
but when I try teh sample tutorial in the readme:
gives the sldb output:
So I d not know if this is an error in the tutorial, of course the main problem is that I do not know enouch common lisp and sketch particullary
Thanks in advance
The text was updated successfully, but these errors were encountered: