Re: About gh.h

2011-11-09 Thread dsmich
"Germán Arias" wrote: > I'm trying to update an old gnustep library that uses guile. But it > requieres gh.h header. > As I can see this header don't exist. So, which header should I use > instead it? The new interface has a new header, it's libguile.h The old gh interface was deprecate

Re: About gh.h

2011-11-09 Thread Thien-Thi Nguyen
() Keith Wright () Wed, 9 Nov 2011 00:51:07 -0500 I don't think there is a compatible library, you just have to change everything over to the scm.h interface. Another way (if you wish to maintain backward portability) is to use an intermediate interface, e.g., src/gi.h in Guile-PG. htt

Re: About gh.h

2011-11-09 Thread Germán Arias
On 2011-11-09 05:52:25 -0600 Thien-Thi Nguyen wrote: () Keith Wright () Wed, 9 Nov 2011 00:51:07 -0500 I don't think there is a compatible library, you just have to change everything over to the scm.h interface. Another way (if you wish to maintain backward portability) is to use an