Re: Installing Morphic UI designer in Pharo 1.1
Posted by
Mariano Martinez Peck on
Dec 18, 2010; 10:20am
URL: https://forum.world.st/Installing-Morphic-UI-designer-in-Pharo-1-1-tp3093047p3093555.html
the sintax error with method wrappers is that it is using underscore as assignment, which is forbiden in Pharo.
Try evaluating "Scanner allowUnderscoreAsAssignment: true." before loading everything.
Maybe the developers of this project can update their ConfigurationOf to automatically evaluate this code in case of Pharo.
cheers
mariano
On Sat, Dec 18, 2010 at 7:08 AM, Charles Monteiro
<[hidden email]> wrote:
thanks, I now did this as well , and Metacello itself loaded fine. I then
went again to try to load ConfigurationOfDesigner, this time I decided to
not choose the latest version but rather mt7.mcz , and I still get the same
issue with MethodWrapper.
So perhaps I need to find out where MethodWrapper lives and get the latest
and greatest of that.
Can't a configuration specify what the requisite version of a package is ?
-Charles
--
View this message in context: http://forum.world.st/Installing-Morphic-UI-designer-in-Pharo-1-1-tp3093047p3093455.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.