I followed a Screencast quicklisp intro 1/2 and applied all the steps succesfully on my Mac mini PowerPC, using Clozure CL 1.6 for PowerPC Mac OS. Here are some sample screenchots showing how successful the build has been:
(source: hizliresim.com)
But after (ql:quickload "weblocks")
running the Weblocks with (weblocks:start-weblocks)
the resulting page shows just the Hunchentoot server and no Weblocks pages in any way, just like that:
Am I doing something wrong? Thanks.
Yet Another Answer To My Own Question.
On the installation page of Weblocks website I noticed some additional steps were being applied starting with:
(ql:quickload :weblocks-demo)
If you apply this and the following steps, then you can at least get a working "demo" of weblocks working.
Actually that doesn't totally answer why the original Quicklisp intro tutorial cannot display a default Weblocks page, but it should at least put you on the right track.