I'm trying to build Nettle from CVS.  It seems to build fine (now I've got
libssh2, libgcrypt and libgpg-error built), except for one issue...  it uses
SocketWatch to hear about socket events on its pollword.  It calls
__unixlib_getdev() to translate the socket number it gets back from Unixlib
to be a RISC OS socket handle.  But in Jul 2010 Unixlib turned this into:

static struct dev * __unixlib_getdev (int fd)

ie a static definition, which can't be accessed outside of Unixlib.

Is there a more 'approved' way of getting a RISC OS socket number out of a
Unixlib socket ID?

Cheers,
Theo

_______________________________________________
GCCSDK mailing list [email protected]
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

Reply via email to