How to build RhinoCommon

Hi,
I have no problems building the standalone, opennurbs, (Rhino3dmIo) assembly but I can’t compile RhinoCommon. I use the RhinoCommonMono solution under the dotnet directory. I tried it in Xamarin Studio and VS with no luck. I have a whole bunch of native method wrappers missing (ex: UnsafeNativeMethods.CRhinoHatch_InternalCommitChanges). Where can I find those?
Thanks
Alain

Did you follow these instructions?

Seem to build here. You will have to change the platform toolset if you are using VS 2012.

This is correct. For now, the github repository is primarily set up for building the stand alone Rhino3dmIo project. I plan on making it also possible to build RhinoCommon from that repository in the future, but not yet.

Hey Dale, I have no problems with the open nurbs build it’s the RhinoCommon.dll build loaded by Rhino that I was asking about.
No problem Steve, it’s not a priority for now.
Thanks for the replies