On Feb 1, 10:27 am, Slobodan Blazeski <·················@gmail.com>
wrote:
> than then the place when file being compiled reside?
> Or any other portable way?
With MK:DEFSYSTEM you can do this out-of-the box.
Cheers
--
Marco
Slobodan Blazeski <·················@gmail.com> writes:
> than then the place when file being compiled reside?
> Or any other portable way?
You probably want to look at ASDF binary locations at URL:
http://common-lisp.net/project/cl-containers/asdf-binary-locations/
Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
On Feb 1, 11:42 am, Petter Gustad <·············@gustad.com> wrote:
> Slobodan Blazeski <·················@gmail.com> writes:
> > than then the place when file being compiled reside?
> > Or any other portable way?
>
> You probably want to look at ASDF binary locations at URL:http://common-lisp.net/project/cl-containers/asdf-binary-locations/
>
> Petter
I will look at it.
Many thanks
Slobodan
From: Dimiter "malkia" Stanev
Subject: Re: Is it possible to instruct asdf to put compiled files in diferent directory
Date:
Message-ID: <60sf1jF1s3c6hU1@mid.individual.net>
Slobodan Blazeski wrote:
> On Feb 1, 11:42 am, Petter Gustad <·············@gustad.com> wrote:
>> Slobodan Blazeski <·················@gmail.com> writes:
>>> than then the place when file being compiled reside?
>>> Or any other portable way?
>> You probably want to look at ASDF binary locations at URL:http://common-lisp.net/project/cl-containers/asdf-binary-locations/
>>
>> Petter
>
> I will look at it.
>
> Many thanks
> Slobodan
>
>
>
>
With some packages I was having problems with asdf-binary-locations
I believe it was that those packages were loading some pieces
(resources) directly from the source directory (*load-truename* ?), or
something else, and it did not work for them.