Re: Exposing common type wrapping/unwrapping methods

2005-09-28 Thread Kevin Ryde
[EMAIL PROTECTED] (Ludovic Courtès) writes: > > [AF_INET...] > + c_address = scm_malloc (sizeof (struct sockaddr_in)); > + c_inet = (struct sockaddr_in *)c_address; > + > + c_inet->sin_addr.s_addr = > + htonl (scm_to_ulong (SCM_SIMPLE_VECTOR_REF (address, 1))); Lo

Re: Managing Guile and extensions versions

2005-09-28 Thread Vorfeed Canal
On 9/28/05, Ludovic Courtès <[EMAIL PROTECTED]> wrote: > Hi, > > Vorfeed Canal <[EMAIL PROTECTED]> writes: > > > Of course it must - how else can it load them ? With my patch it knows > > about few default places and can be instructed about other places in > > nice shemely way. > > Yes, your patch

Managing Guile and extensions versions

2005-09-28 Thread Ludovic Courtès
Hi, Vorfeed Canal <[EMAIL PROTECTED]> writes: > Of course it must - how else can it load them ? With my patch it knows > about few default places and can be instructed about other places in > nice shemely way. Yes, your patch seems to be one possible solution. However, why not use `pkglibdir' (