Orbit compilation problem



There is something wrong in iiop-endian.h. (undefined iiop_byteswap)

-----------------------------
/* This is also defined in IIOP-types.c */
G_INLINE_FUNC void byteswap(guchar *outdata,
       const guchar *data,
       gulong datalen)
---------------------------

should be:

G_INLINE_FUNC void iiop_byteswap(guchar *outdata,
       const guchar *data,
       gulong datalen)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]