[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Nyacc patches for Mes to avoid bundling?
From: |
Matt Wette |
Subject: |
Re: Nyacc patches for Mes to avoid bundling? |
Date: |
Fri, 12 May 2017 08:10:32 -0700 |
> On May 11, 2017, at 11:00 PM, Jan Nieuwenhuizen <address@hidden> wrote:
>
> Matt Wette writes:
>
>>> Got it. Will add fixes. Should show up in release after 0.78.1.
>>>
>>
>> 0.78.2 released
>>
>> `make check' now works
>
> Thanks! Almost there...I need the attached patch. Wondering why I need -L
> test-suite?
>
> Also Not sure why the commenting-out of the make rule with only the
> first line does not work for me.
>
Oops. I have a copy of test-suite/lib.scm in my path, so it worked for me.
I changed to use GUILE_LOAD_PATH= GUILE_AUTO_COMPILE=0.
And I uncommented the for loop in lang/c99/Makefile.yacc.
I will release this weekend as 0.78.3.
Matt
TESTS_ENVIRONMENT = \
GUILE_LOAD_PATH= GUILE_AUTO_COMPILE=0 \
guile -L `pwd`/../../../../module -L `pwd`/../../..
- Re: Nyacc patches for Mes to avoid bundling?, (continued)
- Re: Nyacc patches for Mes to avoid bundling?, Jan Nieuwenhuizen, 2017/05/06
- Re: Nyacc patches for Mes to avoid bundling?, Matt Wette, 2017/05/06
- Re: Nyacc patches for Mes to avoid bundling?, Jan Nieuwenhuizen, 2017/05/06
- Re: Nyacc patches for Mes to avoid bundling?, Jan Nieuwenhuizen, 2017/05/07
- Re: Nyacc patches for Mes to avoid bundling?, Matt Wette, 2017/05/07
- Re: Nyacc patches for Mes to avoid bundling?, Jan Nieuwenhuizen, 2017/05/08
- Re: Nyacc patches for Mes to avoid bundling?, Jan Nieuwenhuizen, 2017/05/10
- Re: Nyacc patches for Mes to avoid bundling?, Matt Wette, 2017/05/10
- Re: Nyacc patches for Mes to avoid bundling?, Matt Wette, 2017/05/11
- Re: Nyacc patches for Mes to avoid bundling?, Jan Nieuwenhuizen, 2017/05/12
- Re: Nyacc patches for Mes to avoid bundling?,
Matt Wette <=
Re: Nyacc patches for Mes to avoid bundling?, Ludovic Courtès, 2017/05/05