From: Paulo Cortes
Subject: LOgical paths...
Date: 
Message-ID: <36AE13FB.4C615A6D@aoc.nrao.edu>
Hi all!

  I dowloaded the logical-paths file from CMU but when I tried to
compiled in
a Linux machine with Allegro Common Lisp (v4.3 and 5.0), but  it gave me
a error like:

Error: #p"source/sun-pathnames.lisp" fell through a ETYPECASE form.
       The valid cases were STRING, PHYSICAL-PATHNAME,
       LOGICAL-PATHNAME, and STREAM.
  [condition type: CASE-FAILURE]

I tried to replace the etypecase statment with a typecase-otherwise
statement but
doesnt work. Could be a Linux related problem?, any help will be
aprecciated.

--
---
"Jamas te des por vencido!....  Never  Give up!..."
Paulo Cortes
·······@nrao.edu
From: Erik Naggum
Subject: Re: LOgical paths...
Date: 
Message-ID: <3126381062871645@naggum.no>
* Paulo Cortes <·······@aoc.nrao.edu>
| I dowloaded the logical-paths file from CMU but when I tried to compiled
| in a Linux machine with Allegro Common Lisp (v4.3 and 5.0), but  it gave
| me a error like:

  if this is what I think it is, you have tried to compile a package that
  tries to add support for a feature in CMU CL that is native in Allegro CL
  and you have clobbered some of the internal relationships

  what were you trying to accomplish?

#:Erik
-- 
  SIGTHTBABW: a signal sent from Unix to its programmers at random
  intervals to make them remember that There Has To Be A Better Way.