2012/3/21 Ricardo Moran <[email protected]>
> Ok, I updated ConfigurationOfArduino, now it should work on latest Pharo.
> Let me know if you encounter any problem.
Thanks Ricardo!
@Hubert&Robin : now you can load it without a glitch in 1.4 using:
Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfArduino';
load.
(Smalltalk at: #ConfigurationOfArduino) load.
Luc
>
> Cheers,
> Richo
>
>
> On Wed, Mar 21, 2012 at 3:10 PM, Ricardo Moran <[email protected]>wrote:
>
>> 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
>>>
>>>
>>
>