Hi,
skribis:
> "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
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
() 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
"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
> From: =?iso-8859-1?q?Germ=E1n_Arias?=
>
> 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?
> Thanks in advance.
The gh.h headers were part of an attempt to make the
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?
Thanks in advance.