Re: ASDF bug?

Kevin Rosenberg <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
Christophe Rhodes wrote:
> Now make your files be instances of cl-source-file and the ones you
> got from Franz instances of franz-cl-source-file.

Yes, better than :pathname, especially if you have many files with
non-".lisp" file types. portableallegroserve uses this rather heavily
in acl-compat. Your system would look something like:

(defsystem mixed
  :components
  ((:file "a")                   ;; a.lisp
   (:franz-cl-source-file "b"))) ;; b.cl
 

Kevin


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.