Re: ASDF3: How to globally disable output translations on Windows

2016-03-08 Thread Faré
On Tue, Mar 8, 2016 at 3:59 PM, 9nauuk <9na...@hmamail.com> wrote: > As a side note, on Windows, if (get-folder-path :local-appdata) is ever > nil, and XDG_DATA_HOME is not defined, (xdg-data-home "config/") in > XDG-CONFIG-HOME will explode in you face. > Wait, shouldn't local-appdata *always* be

Re: ASDF3: How to globally disable output translations on Windows

2016-03-08 Thread 9nauuk
Hi, I'd like to thank Robert Goldman, Faré, and 73budden for replying to my message. Robert brought my attention to XDG-CONFIG-HOME in uiop.lisp. After taking a look at it and XDG-CONFIG-DIRS, I realized the following 3 directories (I don't think they would ever evaluate to NIL and (NIL NIL) on

Re: ASDF3: How to globally disable output translations on Windows

2016-03-08 Thread 73budden .
Hi! This works for me with asdf 3.1.6 https://en.wikibooks.org/wiki/Common_Lisp/External_libraries/ASDF/Budden%27s_infrequently_asked_questions#How_do_I_make_portable_lisp_program_with_it.27s_own_fasl_cache_in_a_given_directory.3F

Re: ASDF3: How to globally disable output translations on Windows

2016-03-07 Thread Faré
>> I just upgraded from SBCL 1.1.4 to SBCL 1.3.3. As a result, I >> I had to upgrade to ASDF3 from ASDF2. To make matters worse, >> I had to do this on a computer running Micros*t Windows (XP, to >> be exact.) I'd like to keep object files together with source >> files. With ASDF2, a 00-disable

Re: ASDF3: How to globally disable output translations on Windows

2016-03-07 Thread Robert Goldman
On 3/7/16 Mar 7 -8:22 PM, 9nauuk wrote: > Hi, > > I just upgraded from SBCL 1.1.4 to SBCL 1.3.3. As a result, I > I had to upgrade to ASDF3 from ASDF2. To make matters worse, > I had to do this on a computer running Micros*t Windows (XP, to > be exact.) I'd like to keep object files together wi

ASDF3: How to globally disable output translations on Windows

2016-03-07 Thread 9nauuk
Hi, I just upgraded from SBCL 1.1.4 to SBCL 1.3.3. As a result, I I had to upgrade to ASDF3 from ASDF2. To make matters worse, I had to do this on a computer running Micros*t Windows (XP, to be exact.) I'd like to keep object files together with source files. With ASDF2, a 00-disable.conf fil