guile-user
[Top][All Lists]
Advanced

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

Re: Website translations with Haunt


From: Matt Wette
Subject: Re: Website translations with Haunt
Date: Sun, 10 Dec 2017 15:00:15 -0800

> On Dec 10, 2017, at 11:21 AM, pelzflorian (Florian Pelz) <address@hidden> 
> wrote:
>>    (fh-object-set! eh-struct 'error error-p)

I was able to duplicate getting 0.  The problem was the argument `error-p'.
(The bytestructures i/f seems to be silent here about he incorrect argument.)
   
Please try instead the following:

      (fh-object-set! eh-struct 'error (ffi:pointer-address error-p))

Matt




reply via email to

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