GP lisper wrote: > On Thu, Apr 9, 2009 at 08:06, GP lisper <f...@clouddancer.com> wrote: > > > > After applying Rays fix for Flexi-Streams, I tried out Drakma-1.0.0 > (I don't recall fixing flexi-streams.) > > CMUCL has it's own Gray Streams included in the 'extras bundle. There > are three, > gray-compat-library.x86f > gray-streams-library.x86f > simple-streams-library.x86f <-how does this work with the other two anyway? > You can ignore simple-streams unless you want to use simple-streams. Simple-streams are separate from Gray streams. Gray-compat is some kind of compatibility between Gray streams and simple-streams.
If drakma doesn't already to this, you may want to (require :gray-streams) before compiling/loading drakma. Or maybe trivial-gray-streams will do that for you. (I've never used trivial-gray-streams or drakma.) Not sure if this helps any, but there it is. Ray