Posted by
Stéphane Ducasse on
May 10, 2010; 6:21am
URL: https://forum.world.st/Resolving-some-dependencies-tp2164981p2164991.html
On May 10, 2010, at 8:05 AM, Carla F. Griggio wrote:
> 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.
you mean a subset. :)
Fernando olivero mentioned that he started a port
>
> 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
create a stub for them.
> I already resolved the following dependencies loading the packages in this repository:
http://www.squeaksource.com/PharoMorphicExtras> • PartsBin
> • ObjectsTool
> • BookMorph
> • GraphicalDictionaryMenu
I can tell you that we will never load a package that load these classes back so
be aware of that :)
> 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...
just create stub and load and see what is working.
> 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?
No
>
> 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?
Yes because MorphicExtras is a dead package. It is full of crap or experimental code.
>
>
>
>
>
> _______________________________________________
> Pharo-users mailing list
>
[hidden email]
>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users