[OpenAFS-devel] Trying to code for Mac OS X
Barry Fawthrop
barry@isscp.com
Tue, 24 Mar 2009 22:36:01 -0400
Greetings,
I'm trying to code an openafs based application in Xcode for the Mac OS X
I have copied much of the needed course code from 1.5.57 tarball
in ubikclient.mm it has the ubik_Call
Which has the
code = VOTE_GetSyncSite line
I can't find this anywhere
If I search the Internet I find references to an ubik_int.c file which has this
If I create this file then it has further issues The biggest being
in xdr_mem.c the line
static struct xdr_ops xdrmem_ops =
ERROR: variable 'xdr_ops xdrmem_ops' has initializer but incomplete type
xdrmem_getint32,
xdrmem_putint32,
....
....
};
Any ideas how to fix this,
Thanks