Hi Facundo,

It seems I've only replicated the configuration into DBXTalk and MetaRepoForPharo14 repositories.� I've also replicated it into MetacelloRepository (where I think you've downloaded it).� I've fixed it :).

BTW, probably this kind of emails should go to dbxtalk mailing list, just not to bother people not who does not care aboyt dbxtalk ;).

Saludos,
Guille

On Sun, Apr 29, 2012 at 5:42 PM, Facundo Vozzi <facundov79@gmail.com> wrote:
Hi,
I tried to install OpenDBX on Pharo 1.4 clean image using:

(((Smalltalk at: #ConfigurationOfOpenDBXDriver)
� � perform: #project)
� � � � perform: #version: with: #stable)
� � � � � � load

and I got an #stable is not defined error.

Is there a configuration for 1.4?
Anyway, I change #stable for #bleedingEdge and it works fine.

Regards,
FV