I can provide an image with VMMaker + NB plugin, if you want.
Not necesary! I found out that using the new ConfigurationOfVMMaker its pretty straightforward, to have a "VMMaker image".
I running linux in virtual box, and had a problems with OpenGL, so i had to disable it & exclude everything which using it (B3DAcceleratorPlugin) from build, as well as some other plugins, which for one or another reason didn't worked for me. So, it could be not the same VM you wanna use on your box. :)
I ran into some problems when running make install, could you please send me the vmmaker configuration file you are using? So i can mimic the plugins configuration that worked for you, and successfully compile the vm.
Just try to build a VM with plugin. And once it can run a native code, the rest is a piece of cake :) I can give you detailed explanation, what you should implement/override to complete NB bootstrap on Mac, once you will be ready.
Ok, will let you know. pd: Maybe this could be useful to put in the native boost installation page , Gofer it squeaksource: 'MetacelloRepository' ; package: 'ConfigurationOfVMMaker' ; load (Smalltalk globals classNamed: 'ConfigurationOfVMMaker' ) load. pd: what about doing a ConfigurationOfNativeBoostInstaller?