Hi,
I tried to install OpenDBX on Pharo 1.4 clean image using:
(((Smalltalk at: #ConfigurationOfOpenDBXDriver)
perform: #project)
perform: #version: with: #stable)
loadand 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
