> On May 11, 2017, at 11:00 PM, Jan Nieuwenhuizen <[email protected]> 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`/../../..