What I meant is that after issuing:

    (ql:update-all-dists)

which updates to the quicklisp 2015-04-07 distribution set, the execution of:

   (ql:quicklioad "antik")

fails with that message about the reader.

I had thought this was a problem with antik, but it antik hasn't changed, it must be something else.  Maybe a different package (maybe a dependency of antik that's getting pulled in), an issue with quicklisp itself, something peculiar or buggy with my setup, ...

Thanks,
Harvey

On Apr 16, 2015 11:20 AM, "Liam Healy" <lhealy@common-lisp.net> wrote:
On Wed, Apr 15, 2015 at 11:08 PM, Harvey Stein <hjstein@gmail.com> wrote:
Antik was loading fine with quicklisp from version 2015-03-02.  When I updated to the latest version (2015-04-07), it no longer builds.  (ql:quickload "antik") dies with:

What do you mean by " latest version (2015-04-07)"? The latest version in quicklisp is from last year, Feb 2014.

Liam