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
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
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
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
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
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
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
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
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,
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
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
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
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
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
14 matches
Mail list logo