Re: Build failure on master

2009-07-14 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hi Mike, > > Mike Gran writes: > >> ERROR: In procedure make_objcode_by_mmap: >> ERROR: bad header on object file: "GOOF-0.5" > > Make sure to remove all `.go' files from your source tree and from the > cache (either `~/.guile-ccache' or `~/.cache/guile/cc

Re: [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict

2009-07-14 Thread Neil Jerram
Bruce Korb writes: > Hi, > > I just got this bug report for my project. > My version of the __scm.h header guards the definition of the type > with "#ifdef vms" and "#ifdef _CRAY1". If there is a version of > lib guile around that doesn't guard it, could you let me know? > I'll make my project e

Re: trace examples broken in master

2009-07-14 Thread Neil Jerram
Julian Graham writes: > Hi Guilers, Hi Julian, I'm afraid this is a case of `snap!'... I've been looking into these things too and have patches that I hope to commit shortly. > I went to try out some of the traps / tracing features in the debugger > last night, and I ran into some compilation

Re: Build failure on master

2009-07-14 Thread Ludovic Courtès
Neil Jerram writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi Mike, >> >> Mike Gran writes: >> >>> ERROR: In procedure make_objcode_by_mmap: >>> ERROR: bad header on object file: "GOOF-0.5" >> >> Make sure to remove all `.go' files from your source tree and from the >> cache (either `~/.g

Re: Build failure on master

2009-07-14 Thread Ludovic Courtès
Neil Jerram writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi Mike, >> >> Mike Gran writes: >> >>> ERROR: In procedure make_objcode_by_mmap: >>> ERROR: bad header on object file: "GOOF-0.5" >> >> Make sure to remove all `.go' files from your source tree and from the >> cache (either `~/.g

Re: Build failure on master

2009-07-14 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Currently, the code just checks for the magic cookie (see > `make_objcode_by_mmap ()'), and if it differs, e.g., because the version > isn't right, it just bails out. Thanks for confirming that. > Eventually, maybe it could handle this gracefully. For in

Re: Current git unitialized vars warnings.

2009-07-14 Thread Ludovic Courtès
Hi, writes: > The new vector vm code gives me quite a few "possible use uninitialized" > warnings. > > On debian Etch: > > $ gcc --version > gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) > > Patch attached (I hope). I'm not seeing it myself (GCC 4.3.3, x86_64-linux-gnu), but I commit

Re: [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict

2009-07-14 Thread Bruce Korb
On Tue, Jul 14, 2009 at 12:29 AM, Neil Jerram wrote: > Bruce Korb writes: > >> Hi, >> >> I just got this bug report for my project. >> My version of the __scm.h header guards the definition of the type >> with "#ifdef vms" and "#ifdef _CRAY1".  If there is a version of >> lib guile around that doe

Emacs Lisp, macros

2009-07-14 Thread Daniel Kraft
Hi Andy and all, yesterday and today I implemented lambda expressions and defvar/defconst/defun for elisp as well as found a (hopefully good) solution to automatically create fluids not yet present on reference. With these additions and some basic built-ins (mainly arithmetic/numbers so far,

updated NEWS, release tomorrow

2009-07-14 Thread Andy Wingo
Hey folks, I've updated the NEWS as best I could for happenings between 1.9.0 and 1.9.1. They're notable to us, but fortunately many of the changes since the last release are just changes to 1.9 code that won't be visible to a 1.8 user. Anyway, check the NEWS, or if you're too lazy and everything

Re: updated NEWS, release tomorrow

2009-07-14 Thread Julian Graham
Thanks, Andy (and Neil and Ludovic and everyone else), for the continued hard work! Still can't believe how much progress has already been made. On Tue, Jul 14, 2009 at 5:13 PM, Andy Wingo wrote: > Hey folks, > > I've updated the NEWS as best I could for happenings between 1.9.0 and > 1.9.1. The

Re: Build failure on master

2009-07-14 Thread Ludovic Courtès
Neil Jerram writes: > l...@gnu.org (Ludovic Courtès) writes: [...] >> Eventually, maybe it could handle this gracefully. For instance, if >> said object file is from the cache, then it could just recompile and >> overwrite it with a new object file. > > Yes, this is what I'd (intuitively, but

Re: Emacs Lisp, macros

2009-07-14 Thread Ludovic Courtès
Hi Daniel! Daniel Kraft writes: > yesterday and today I implemented lambda expressions and > defvar/defconst/defun for elisp Great news! > as well as found a (hopefully good) solution to automatically create > fluids not yet present on reference. Is each Elisp variable mapped to a fluid? Ev

Re: updated NEWS, release tomorrow

2009-07-14 Thread Ludovic Courtès
Hey! Andy Wingo writes: > I've updated the NEWS as best I could for happenings between 1.9.0 and > 1.9.1. They're notable to us, but fortunately many of the changes since > the last release are just changes to 1.9 code that won't be visible to a > 1.8 user. Anyway, check the NEWS, or if you're t