Sorry this is a newbie question.
I am trying to install squeakdbx on pharo 1.1.
I have evaluated
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfFFI';
load.
and
Gofer new squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfSqueakDBX';
load.
from the pharo page
http://www.squeakdbx.org/newsit says to evaluate
DBXPlatform disableAutomaticConnectionReleaseOnGC
However evaluating this gives me an error. unknown Variable DBXplatform.
What am I doing wrong.