gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: [Gcl-devel] Floating-point performance of GCL? Bug?


From: Nicolas Neuss
Subject: Re: FW: [Gcl-devel] Floating-point performance of GCL? Bug?
Date: 26 Jul 2004 16:50:33 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Camm Maguire <address@hidden> writes:

> Nicolas Neuss <address@hidden> writes:
> > ...
> > I want to proceed as follows:
> > 
> > 1. Setup the most ANSI-compatible version of GCL
> > 2. Setup defsystem.
> > 3. Setup infix.
> > 4. Look where I get hung for the first time with compiling Femlisp.
> > 
> 
> CVS head is quite a bit more ansi compliant, but it is much more of a
> moving target.  Personally, I recommend applications use the stable
> branch if they can so we can concentrate on cvs head without worrying
> about breakage.

OK, I used 2.6.3 now.  I succeeded in compiling and loading both infix and
mk-defsystem after adding the nickname "COMMON-LISP" to the "LISP" package.
Now I get stopped with

(let ((directory (pathname-directory *femlisp-pathname*)))
  (setf (logical-pathname-translations "FEMLISP")
        `(("**;*.*.*" 
           ,(make-pathname :directory `(,@directory :wild-inferiors)
                           :name :wild :type :wild :version :wild)))))

because the function LOGICAL-PATHNAME-TRANSLATIONS is not defined.  Is
there a substitute for this function or should I wait for gcl-2.7.0?

Yours, Nicolas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]