guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I tell guile to shut up? ;)


From: Tobias Reithmaier
Subject: Re: How can I tell guile to shut up? ;)
Date: Sat, 9 Jan 2016 10:06:48 +0000 (UTC)

Hi,

what's the status with an --quite Option or -Wfoo Warning-Options?
I need to suppress the Warnings like:
;;; note: source file /usr/share/guile/2.0/sxml/ssax/input-parse.scm                                                                                                                                                                        
;;;       newer than compiled /usr/lib/guile/2.0/ccache/sxml/ssax/input-parse.go                                                                                                                                                            
;;; found fresh local cache at /home/t/.cache/guile/ccache/2.0-LE-8-2.0/usr/share/guile/2.0/sxml/ssax/input-parse.scm.go


I write a Makefile and store the output of a scheme-program in a variable.
MAKE_VARIABLE=$(guile (load "program.scm"))

Well, its not very useful to have this warnings in that variable.


greetings and sorry for bad english. :)


reply via email to

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