Re: [Ecls-list] ASDF monolithic library dependency.

2013-07-03 Thread Juan Jose Garcia-Ripoll
On Fri, Jun 28, 2013 at 10:17 AM, anri pan wrote: > Is there any way to incorporate asdf into the monolithic library, so the > resulting program wouldn't require ECL installation? > Not right now. It can be incorporated (and it will be incorporated by default) in DLL's though. But you need the m

[Ecls-list] ASDF monolithic library dependency.

2013-06-28 Thread anri pan
Hello. I'm trying to incorporate ECL into the existing project using CFFI, which is not working without ASDF. But it seems that make-build :monolithic t ignores :asdf in the system dependencies. So i need the code like (require 'asdf), which loads fasl file from ecl install directory, otherwise

[Ecls-list] ASDF monolithic library dependency.

2013-06-27 Thread anri anri
Hello. I'm trying to incorporate ECL into the existing project using CFFI, which is not working without ASDF. But it seems that make-build :monolithic t ignores :asdf in the system dependencies. So i need the code like (require 'asdf), which loads fasl file from ecl install directory, otherwise