guile-user
[Top][All Lists]
Advanced

[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`/../../..



reply via email to

[Prev in Thread] Current Thread [Next in Thread]