On Wed, Sep 1, 2010 at 5:07 PM, Alberto Bacchelli <alberto.bacchelli@usi.ch>wrote:
Hi,
By following both Sven's and Mariano's suggestions (I am referencing see this thread [1]), I am trying to load GLORP in Pharo. (On a MacOSX 10.6.4, I didn't tried on other machines).
However, I am not able to complete the loading process. I tried with both a fresh Pharo image [2] and a Moose development one. I tried both by using the metacello instructions in SqueakDBX [3], and by using Sven's script [4]. In any configuration, when it loads GLORP, the loading process freezes in "Compiling methods".
For example, by using Sven's script, I am able to run the first three statements, but the fourth freezes everything:
(1) Scanner allowUnderscoreAsAssignment: true. (2) Gofer new squeaksource: 'PostgresV2'; package: 'PostgresV2'; load. (3) Scanner allowUnderscoreAsAssignment: false. (4) Gofer new squeaksource: 'SqueakDBX'; package: 'Glorp'; load.
Similarly, it freezes following the metacello instructions in the SqueakDBX site.
It works here. BTW, last week I wrote a metacello configuration group to load GlorpDBX with the native postgres driver. You can evaluate first: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfGlorpDBX'; load. and then (ConfigurationOfGlorpDBX project version: '1.2') load: 'All with PostgreSQL native cheers mariano
Could you please tell me how you are able to load GLORP?
Thank you.
Cheers, Alberto
[1] http://lists.gforge.inria.fr/pipermail/pharo-project/2010-June/028664.html [2] http://www.pharo-project.org/pharo-download/stable [3] http://squeakdbx.org/Installation [4] http://www.squeaksource.com/ADayAtTheBeach/GlorpPostgreSQLPharoLoader-SvenVa...
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project