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

Re: Prism build attempts



On 07/17/2011 02:08 AM, Karsten Hilbert wrote:
On Fri, Jul 15, 2011 at 01:46:54PM -0700, Ira Kalet wrote:

I guess just renaming every *.cl to *.lsp would be not a god idea, right?


If you did, the package would not compile with ACL for the same
reason...but it would work OK with CLISP then.  There should be a way
to rename the files in the install script, but this can't be 100%
automatic, as the user might have more than one Lisp system
installed...so which one should the install use?

Would setting up links named *.lsp pointing to *.cl and
compiling for/with both work ?

Perhaps the alternatives system can be put to use ?

Is there a postinstall hook for LISP on Debian such that
packages can tell "I have files that need to be compiled" ?

Karsten

I've looked again at asdf and it appears the way to handle all these related issues is to abandon defsystem and use asdf instead. This will make it compatible with common-lisp-controller and solve the file extension problem.

Ira


Reply to: