Search found 3 matches

by damienb
Thu Jan 02, 2014 2:28 pm
Forum: Homework
Topic: Hunchentoot loading error
Replies: 3
Views: 11063

Re: Hunchentoot loading error

Interestingly, there doesn't seem to be an immediate problem in LispWorks. Since I'm using the Personal Edition (no init file), I type: (load "C:\\quicklisp\\setup.lisp") then (ql:quickload :hunchentoot) And the only error I get at the end says: The following function is undefined: TRIVIAL...
by damienb
Thu Jan 02, 2014 2:16 pm
Forum: Homework
Topic: Hunchentoot loading error
Replies: 3
Views: 11063

Re: Hunchentoot loading error

The top of my REPL says: SBCL 1.1.12 Port: 4005 Pid: 976 I don't remember installing CFFI and it's not a dependency for Hunchentoot, according to http://weitz.de/hunchentoot/#install . C:\Windows\C is not a directory, though C:\quicklisp\dists\quicklisp\software is. In that folder, though, there is ...
by damienb
Thu Jan 02, 2014 1:54 am
Forum: Homework
Topic: Hunchentoot loading error
Replies: 3
Views: 11063

Hunchentoot loading error

Hi all, Please bear with me, I'm a noob. I'm running SBCL through Gvim/Slimv on Windows 7. When the laughter at my OS dies down, continue: I'm attempting to get through this tutorial: http://www.adampetersen.se/articles/lispweb.htm I've gotten quicklisp installed (how exactly, I've forgotten) and wh...