On 2 February 2011 02:19, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Tue, 1 Feb 2011, Dale Henrichs wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Looking a little closer, it looks like 4.2 is supposed to use the same set of packages as Pharo which implies that the repository should be &#39;<a href="http://source.lukas-renggli.ch/omnibrowser" target="_blank">http://source.lukas-renggli.ch/omnibrowser</a>&#39; in the configuration baseline and not <a href="http://source.wiresong.ca/ob" target="_blank">http://source.wiresong.ca/ob</a>. My guess is that the packages were in the package-cache when the configuration was tested.<br>

</blockquote>
<br></div>
I doubt that would work. Lukas&#39; version of OB has Pharo specific code which is not compatible with Squeak.<font color="#888888"></font></blockquote><div><br>Just in case anyone is still having problems getting OB into a 4.2 image...<br>
<br>I put a pragmatic solution for this into the inbox as Morphic-MAD.512, 
but the problem with the unexpected changes to the postscript and 
pre-amble seem to have derailed its adoption, so for anyone having 
problems with the loading of OmniBrowser, here&#39;s a more reliable version
 of that part of the &quot;Extending the system&quot; samples:<br>
<br>
&quot;Omnibrowser including Refactoring engine and OCompletion. Version 1.2&quot;<br>
Installer ss project: &#39;MetacelloRepository&#39;; install: &#39;ConfigurationOfOmniBrowser&#39;.<br>
((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #version: with: &#39;1.2&#39;) load: #(Dev).<br>
<br>
&quot;Omnibrowser latest release - may include Pharo-specific code!!&quot;<br>
(Installer ss project: &#39;&#39;MetacelloRepository&#39;&#39;) install: &#39;&#39;ConfigurationOfOmniBrowser&#39;&#39;.<br>
((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion) load: #(Dev).<br>
<br>
<br>
I&#39;ve just tested it with a virgin 4.2 install, and the first snippet loads OB fine.</div></div>