Re: Website translations with Haunt

2017-12-10 Thread Matt Wette
> On Dec 10, 2017, at 11:21 AM, pelzflorian (Florian Pelz) > 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 th

Re: Website translations with Haunt

2017-12-10 Thread Matt Wette
> On Dec 10, 2017, at 11:21 AM, pelzflorian (Florian Pelz) > wrote: > > On Sun, Dec 10, 2017 at 07:22:55AM -0800, Matt Wette wrote: >> > Thank you. I’m sorry to say that it did not work. > > Actually it is not the “struct po_error_handler” but the > “struct po_xerror_handler” which I need.

Re: Website translations with Haunt

2017-12-10 Thread pelzflorian (Florian Pelz)
On Sun, Dec 10, 2017 at 07:22:55AM -0800, Matt Wette wrote: > > > On Dec 9, 2017, at 10:06 AM, pelzflorian (Florian Pelz) > > wrote: > > (define xerror-handler-struct > > (make-struct-po_xerror_handler)) ; TODO SET HANDLERS: > > ;; […] > > > > First of all, FFI helper + Guile can't deal with

Re: Website translations with Haunt

2017-12-10 Thread Matt Wette
> On Dec 9, 2017, at 10:06 AM, pelzflorian (Florian Pelz) > wrote: > (define xerror-handler-struct > (make-struct-po_xerror_handler)) ; TODO SET HANDLERS: > ;; […] > First of all, FFI helper + Guile can't deal with this pattern: using varargs function members in structs. This would require