Login  Register

Resolving some dependencies...

Posted by Carla F. Griggio on May 10, 2010; 6:05am
URL: https://forum.world.st/Resolving-some-dependencies-tp2164981.html

Hi everyone!

I'm trying to load a sar archive for Connectors into Pharo and I need to resolve some dependencies in order to do that. In other words, I want to port Connectors from Squeak to Pharo.

It seems that Connectors dependes on several classes of Morphic and Etoys that don't come with the latest Pharo images. The dependencies I need to resolve are:
  • TileMorph
  • PhraseTileMorph
  • Presenter
  • Player
  • Vocabulary
  • SymbolListType
  • ObjectPropertiesMorph
  • GenericPropertiesMorph
I already resolved the following dependencies loading the packages in this repository: http://www.squeaksource.com/PharoMorphicExtras

  • PartsBin
  • ObjectsTool
  • BookMorph
  • GraphicalDictionaryMenu

I started browsing classes in Squeak to follow these dependencies, and the "dependency tree" seems kind of deep, so exporting classes from Squeak and importing them into Pharo manually feels kind of dirty, I always end up having to resolve yet anoher dependency...

So I started looking for some Metacello configurations that could help me with this, but I just found ConfigurationOfPharoMorphicExtras, which helped me with some of the dependencies but not all of them.

Are there any Metacello configurations that could help me with this, at least with some of the dependencies? Or should I keep tracing dependencies and doing this 'manual porting' from Squeak to Pharo?

Thanks in advance!

Carla.

PS: When I used ConfigurationOfPharoMorphicExtras, it loaded some Morphic packages  but not the MorphicExtras package itself, I had to load it manually later. Is that OK? 






_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users