<br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 12:21 AM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On the lastest Pharo 1.1 the following :-<br>
<div class="im"><br>
Gofer new<br>
    squeaksource: &#39;MetacelloRepository&#39;;<br>
    package: &#39;ConfigurationOfGlorpDBX&#39;;<br>
    load.<br>
<br>
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.0&#39;) load.<br>
<br>
</div>causes a syntax error in Scanner#xLetter. Has anyone installed<br>
GlorpDBX on Pharo1.1?<br>
<div><div></div><div class="h5"><br>
<br></div></div></blockquote><div><br>yes, but I am using 1.1 version:<br><br>
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.1&#39;) load.<br>
<br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5">
<br>
On Thu, Apr 1, 2010 at 11:43, Mariano Martinez Peck<br>
&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Yoandy. As Stef said, the recommended way to install SqueakDBX or GlorpDBX in Pharo is using Metacello.<br>
&gt; You can see read that in this link (please take a look):<br>
&gt;<br>
&gt; <a href="http://www.squeakdbx.org/Installation" target="_blank">http://www.squeakdbx.org/Installation</a><br>
&gt;<br>
&gt; Right now, to install SqueakDBX you have to evaluate:<br>
&gt;<br>
&gt; Gofer new<br>
&gt;     squeaksource: &#39;MetacelloRepository&#39;;<br>
&gt;     package: &#39;ConfigurationOfSqueakDBX&#39;;<br>
&gt;     load.<br>
&gt;<br>
&gt; ((Smalltalk at: #ConfigurationOfSqueakDBX) project version: &#39;1.2&#39;) load.<br>
&gt;<br>
&gt;<br>
&gt; And for GlorpDBX:<br>
&gt;<br>
&gt; Gofer new<br>
&gt;     squeaksource: &#39;MetacelloRepository&#39;;<br>
&gt;     package: &#39;ConfigurationOfGlorpDBX&#39;;<br>
&gt;     load.<br>
&gt;<br>
&gt; ((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.0&#39;) load.<br>
&gt;<br>
&gt;<br>
&gt; Cheers<br>
&gt;<br>
&gt; Mariano<br>
&gt;<br>
&gt; On Thu, Apr 1, 2010 at 5:25 PM, Stéphane Ducasse &lt;<a href="mailto:stephane.ducasse@inria.fr">stephane.ducasse@inria.fr</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Apr 1, 2010, at 4:21 PM, Yoandy Rodríguez Martínez wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; hello:<br>
&gt;&gt; &gt; I&#39;m trying to install SqueakDBX and evaluating &#39;Installer ss&#39; fails cause squeaksource message is not understood. I got  Installer-Core-nm.357 from squeaksource. Is it a bug or did I just installed the wrong package?. Can anyone please send me the code of squeaksource method so I can fix my working copy?<br>

&gt;&gt;<br>
&gt;&gt; I&#39;m sure that mariano will reply better than me but use<br>
&gt;&gt; the ConfigurationOfxxx in the metaRepository do load it, or Gofer.<br>
&gt;&gt; I&#39;m not sure that Installer is maintained in Pharo and this is not the preferred way.<br>
&gt;&gt;<br>
&gt;&gt; Stef<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Pharo-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Pharo-users@lists.gforge.inria.fr">Pharo-users@lists.gforge.inria.fr</a><br>
&gt;&gt; &gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Pharo-users mailing list<br>
&gt;&gt; <a href="mailto:Pharo-users@lists.gforge.inria.fr">Pharo-users@lists.gforge.inria.fr</a><br>
&gt;&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users</a><br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; SqueakDBX mailing list<br>
&gt; <a href="mailto:SqueakDBX@lists.squeakfoundation.org">SqueakDBX@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
-JT<br>
_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
</font></blockquote></div><br>