<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 21, 2014 at 6:10 PM, Martin Mallinson <span dir="ltr"><<a href="mailto:martin@mallinson.homeip.net" target="_blank">martin@mallinson.homeip.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">CL-PDF looks very useful for me. Thanks Marc and the team at ILC2014 for<br>
this and all the great info!<br>
<br>
Ok, now to use CL-PDF on Allegro I SVN'ed it from<br>
<a href="https://github.com/mbattyani/cl-pdf" target="_blank">https://github.com/mbattyani/cl-pdf</a> and tried to build it with acl-load<br>
the essence of which is<br>
<br>
(defparameter *cl-pdf-home* excl:*source-pathname*)<br>
<br>
(defun cl-file (x)<br>
  (tpl:do-command "cl" (namestring (merge-pathnames x *cl-pdf-home*))))<br>
<br>
(eval-when (load)<br>
  (mapc #'cl-file<br>
    '("defpackage"<br>
      "cl-zlib-small"<br>
      "pdf"<br>
      "pdf-base"<br>
      "pdf-geom"<br>
      )))<br>
<br>
note the lower case do-command "cl" not "CL" since I am in modern mode<br>
ACL 9.0 64 bit<br>
<br>
Anyhow it does not work, since cl-zlib-small.lisp tells me to:<br>
(defvar *libgz-path* "/usr/lib/libz.so"<br>
  "Set this variable to point to the location of the zlib library<br>
(libz.so or zlib.dll) on your system.")<br>
<br>
which begs the question of where is zlib.dll for 64 bits? It is not on<br>
my machine and I cant seem to find it on the WWW...<br>
Any LISPer's using CL-PDF on ACL WIndows 64bit who have solved this<br>
problem? Any help much appreciated...<br>
<br></blockquote><div><br></div><div>Here is what seems like a package precompiled for mingw64 of <a href="http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/Binaries%20%2864-bit%29/zlib-1.2.5-bin-x64.zip/download">zlib-1.2.5</a>.<br>
<br></div><div>Just in case it could be useful to you.<br><br></div><div>Cheers,<br><br></div><div>JCB<br><br></div></div></div></div>