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
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to