Mike,

On May 29, 2005 9:20 PM you wrote:

> ...
>The fix then is as follows:
>
> diff -rN old-axiom--windows--1/src/interp/daase.lisp.pamphlet
new-axiom--windows
> --1/src/interp/daase.lisp.pamphlet
> 843c843
> <   (setq thisdir (namestring (probe-file ".")))
> ---
> >   (setq thisdir (namestring (truename ".")))
> 1109c1109
> <      (list (list '|dir| (namestring (probe-file "./")) ))
> ---
> >      (list (list '|dir| (namestring (truename "./")) ))

I think that there is one more place in daase.lisp.pamphlet
near you last patch where probe-file should be changed to
truename:

  (dolist (dir dirlist)
          (localdatabase nil
                         (list (list '|dir|
                                     (namestring (probe-file
                                                  (format nil "./~a"
                                                          dir)))))
                         'make-database))

---------

Right?

With these three changes, my version of Axiom for Windows
builds with gcl Version_2_6_7pre.

Great!

Regards,
Bill Page.




_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to