2008/10/15 Sebastian Tennant <[EMAIL PROTECTED]>:
> Quoth "Linas Vepstas" <[EMAIL PROTECTED]>:
>> Dunno. However, fyi, I'm maintaining guile-dbi, which wraps
>> postgres and mysql.
>
> Do you happen to know how guile-dbi's postgres wrapping compare with
> guile-pg, feature-wise?
Dunno. guile-dbi p
2008/10/14 betoes <[EMAIL PROTECTED]>:
> On Tue, 2008-10-14 at 15:38 -0500, Linas Vepstas wrote:
>
> 2008/10/14 betoes <[EMAIL PROTECTED]>:
>> Hello list,
>>
>> In the Debian distro, there is a packge named guile-db, which refers to a
>> Berkeley DB wrap for Guile. Do someone know if it is active?
Quoth "Linas Vepstas" <[EMAIL PROTECTED]>:
> 2008/10/14 betoes <[EMAIL PROTECTED]>:
>> Hello list,
>>
>> In the Debian distro, there is a packge named guile-db, which refers to a
>> Berkeley DB wrap for Guile. Do someone know if it is active? If there is a
>> repository or web page? I tried the mai
On Tue 14 Oct 2008 11:43, john <[EMAIL PROTECTED]> writes:
> I am trying to get to grips with manually wrapping C functions but
> need some pointers. I have a C function:
>
> packedEncode *initializeEncode(char *pdu, int size)
You need to create a smob type for the packedEncode data structure. Ma