It seems that off_t isn't getting typedef'd. it's should be typedef'd in 
<stdio.h> to either a long or long long, depending on your platform. This
(preferably) is a 64 bit number. Fix accordingly. Try #including <stdio.h>
in ms_ole.h and tell me if that fixes things. If not, try typedef'ing it. I
guess it's being included by either glib.h or fnctl.h on UNIX, but that
shouldn't be the case.

Dom



Reply via email to