Re: ffi-helper: looking for C libraries to try

2017-08-12 Thread Matt Wette
> On Aug 8, 2017, at 3:00 AM, Catonano wrote: > > Matt, > > 2017-07-15 1:17 GMT+02:00 Matt Wette >: > > Hi All, > > I am working on a ffi-helper: a program that will read in a C dot-h file and > generate a Guile > > I would be intrigued by the possibility to wr

Re: ffi-helper: looking for C libraries to try

2017-08-08 Thread Catonano
Matt, 2017-07-15 1:17 GMT+02:00 Matt Wette : > > Hi All, > > I am working on a ffi-helper: a program that will read in a C dot-h file > and generate a Guile I would be intrigued by the possibility to wrrite Gnome apps in Guile scheme I know that there's a proejct for thhat, it's G-golf https:/

Re: ffi-helper: looking for C libraries to try

2017-08-01 Thread Matt Wette
> On Jul 15, 2017, at 6:15 AM, Matt Wette wrote: > > >> On Jul 14, 2017, at 9:35 PM, Matt Wette wrote: >> >> >>> On Jul 14, 2017, at 5:44 PM, Amirouche Boubekki >>> wrote: >>> >>> On 2017-07-15 01:17, Matt Wette wrote: I tried git2 but those headers are too broken. >>> >>> What

Re: ffi-helper: looking for C libraries to try

2017-07-15 Thread Matt Wette
> On Jul 14, 2017, at 9:35 PM, Matt Wette wrote: > > >> On Jul 14, 2017, at 5:44 PM, Amirouche Boubekki >> wrote: >> >> On 2017-07-15 01:17, Matt Wette wrote: >>> I tried git2 but those headers are too >>> broken. >> >> What do you mean by "too broken"? Maybe it will be easier in the long

Re: ffi-helper: looking for C libraries to try

2017-07-15 Thread Matt Wette
> On Jul 15, 2017, at 5:37 AM, Matt Wette wrote: > > >> On Jul 15, 2017, at 1:24 AM, Amirouche wrote: >> >> >> >> Le 15/07/2017 à 06:35, Matt Wette a écrit : On Jul 14, 2017, at 5:44 PM, Amirouche Boubekki wrote: On 2017-07-15 01:17, Matt Wette wrote: > I tried g

Re: ffi-helper: looking for C libraries to try

2017-07-15 Thread Matt Wette
> On Jul 15, 2017, at 1:24 AM, Amirouche wrote: > > > > Le 15/07/2017 à 06:35, Matt Wette a écrit : >>> On Jul 14, 2017, at 5:44 PM, Amirouche Boubekki >>> wrote: >>> >>> On 2017-07-15 01:17, Matt Wette wrote: I tried git2 but those headers are too broken. >>> What do you mean b

Re: ffi-helper: looking for C libraries to try

2017-07-15 Thread Amirouche
Le 15/07/2017 à 06:35, Matt Wette a écrit : On Jul 14, 2017, at 5:44 PM, Amirouche Boubekki wrote: On 2017-07-15 01:17, Matt Wette wrote: I tried git2 but those headers are too broken. What do you mean by "too broken"? Maybe it will be easier in the long run to maintain our own version

Re: ffi-helper: looking for C libraries to try

2017-07-14 Thread Matt Wette
> On Jul 14, 2017, at 5:44 PM, Amirouche Boubekki > wrote: > > On 2017-07-15 01:17, Matt Wette wrote: >> I tried git2 but those headers are too >> broken. > > What do you mean by "too broken"? Maybe it will be easier in the long run to > maintain our own version of the headers than manually

Re: ffi-helper: looking for C libraries to try

2017-07-14 Thread Matt Wette
> On Jul 14, 2017, at 5:55 PM, Amirouche wrote: > > Can you provide guidance regarding how to run compile-ffi, here what I've > done so far: > > $ git clone https://git.savannah.nongnu.org/git/nyacc.git > $ cd nyacc > $ git checkout c99dev > $ cd examples/nyacc/lang/c99 > $ source env.sh > >

Re: ffi-helper: looking for C libraries to try

2017-07-14 Thread Amirouche
Le 15/07/2017 à 01:17, Matt Wette a écrit : Hi All, I am working on a ffi-helper: a program that will read in a C dot-h file and generate a Guile dot-scm file which defines a module to provide hooks into the associated C library. My goal is to have something to release ~Oct 2017. I am look

Re: ffi-helper: looking for C libraries to try

2017-07-14 Thread Amirouche Boubekki
On 2017-07-15 01:17, Matt Wette wrote: Hi All, I am working on a ffi-helper: a program that will read in a C dot-h file and generate a Guile dot-scm file which defines a module to provide hooks into the associated C library. My goal is to have something to release ~Oct 2017. I am looking for s