FYI

---------- Forwarded message ----------
From: Juan Jose Garcia-Ripoll <juanjose.garciarip...@gmail.com>
Date: Sat, Oct 27, 2012 at 11:41 PM
Subject: ASDF breaks ECL's use of :PATHNAME
To: ASDF-devel <asdf-de...@common-lisp.net>


Currently, ASDF ignores all file types supplied by the user when specifying
a :PATHNAME value for a component. This did not happen before, though.

This is kind of annoying and hard to deal with, due to ECL's need of
prebuilt ASDF files -- these are ASDF components that contain files with
precompile sources, whose file extension need not coincide with the one
being used by ASDF at the time.

For instance, ECL may be launched with the bytecodes compiler as default
(file extension is ".fasc"), but require to load sockets.asd, which
contains the precompiled binary file sockets.fas, as in

(DEFSYSTEM "sockets" :CLASS ASDF::PREBUILT-SYSTEM :LIB #P"SYS:LIBSOCKETS.A"
 :DEPENDS-ON NIL :COMPONENTS
 ((:COMPILED-FILE "sockets" :PATHNAME #P"SYS:SOCKETS.FAS")))

What would be the appropriate fix for this?

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com



-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to