Hi, sorry for that. Guille told me about this yesterday and I've working on
it. It seems my image was way too old, so I'm updating the configurations
to reflect the dependency.

Cheers,
Richo

On Wed, Mar 21, 2012 at 2:53 PM, Luc Fabresse <[email protected]>wrote:

> Hi all,
>
>  @Ricardo, I tried to load the arduino package using you MetacelloConfig
> and it seems that it misses a dependency to RB
>  perhaps you tried in Pharo 1.3 which includes it.
>  is this dependency mandatory? maybe it would be great to update the
> ConfigurationOfArduino.
>
>  I managed to load it in 1.4 using:
>
> Gofer it
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfRefactoringBrowser';
>     load.
> ((Smalltalk at: #ConfigurationOfRefactoringBrowser) project version:
> #stable) load.
>
> Gofer it
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfArduino';
>     load.
> (Smalltalk at: #ConfigurationOfArduino) load.
>
>
> @Hubert and Robin, now you can make it work for real on the arduino board
> ;-)
>
> #Luc
>
>

Reply via email to