As a complete newb to VM building I found this fairly straight forward (on a Mac btw).
https://github.com/pharo-project/pharo-vm
cheers -ben

On Mon, May 4, 2015 at 5:28 PM, Usman Bhatti <usman.bhatti@gmail.com> wrote:


On Sun, May 3, 2015 at 4:22 PM, Pierce Ng <pierce@samadhiweb.com> wrote:
On Sat, May 02, 2015 at 03:55:47PM +0200, Usman Bhatti wrote:
> 1/ OSProcess: I tried�� (PipeableOSProcess command: 'ipconfig /all') output.

I have used http://www.smalltalkhub.com/#!/~hernan/ProcessWrapper successfully
back when I was on Windows using some now-ancient version of Pharo.

I had initially discarded the idea of using this project because it required a plugin and the information of the plugin was outdated on squeaksource. However, having evaluated superficially the complexity of doing it with nativeboost (because too many external c struct involved in the call), I would like to see if I am better off using this wrapper.

I loaded it with:

Gofer it
�� package: 'ProcessWrapper-Core';
�� package: 'ProcessWrapper-Plugin';
�� package: 'ProcessWrapper-Tests'; �� �� �� ��
�� load.

But the plugins wont load because it requires the class��SmartSyntaxInterpreterPlugin and apparently this file is a part of the VMMaker. Is there any recent config for VMMaker in Pharo because this one looks outdated:



��

Pierce