Ok, I updated ConfigurationOfArduino, now it should work on latest Pharo. Let me know if you encounter any problem. Cheers, Richo On Wed, Mar 21, 2012 at 3:10 PM, Ricardo Moran <richi.moran@gmail.com>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 <luc.fabresse@gmail.com>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