From edi at agharta.de Tue Jul 5 01:42:18 2005 From: edi at agharta.de (Edi Weitz) Date: Tue, 05 Jul 2005 03:42:18 +0200 Subject: [cl-pdf-devel] Tiny patch Message-ID: Hi! I just noticed that there's a missing dependency in cl-pdf.asd. Line 45 which looks like (:file "zlib" :depends-on (#+use-uffi-zlib "init")) should be (:file "zlib" :depends-on ("defpackage" #+use-uffi-zlib "init")) instead because the code requires the package PDF to be defined. Cheers, Edi. From marc.battyani at fractalconcept.com Tue Jul 5 22:01:46 2005 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Wed, 6 Jul 2005 00:01:46 +0200 Subject: [cl-pdf-devel] Tiny patch References: Message-ID: <098501c581ad$23bc5e80$0a02a8c0@marcxp> "Edi Weitz" wrote: > I just noticed that there's a missing dependency in cl-pdf.asd. Line > 45 which looks like > > (:file "zlib" :depends-on (#+use-uffi-zlib "init")) > > should be > > (:file "zlib" :depends-on ("defpackage" #+use-uffi-zlib "init")) > > instead because the code requires the package PDF to be defined. OK I will add this to the repository tomorrow evening. Thanks, Marc