Sorry with this endless "absolutely beginner" questions, but this maybe
can help someone else like me, and you can save me some time by helping
me:<br>
<br>
Finally, I've launched the SqueakMap Package Loader succesfully under 3.9a7021 (thanks to Goran)<br>
<br>
I wanted to install the nCompiler package, but I'm getting this error message:<br>
<br>
---------------<br>
This package depends on the following classes:<br>
&nbsp; Environment<br>
You must resolve these dependencies before you will be able to load these definitions: <br>
&nbsp; Environment&gt;&gt;bindingOf:<br>
---------------<br>
<br>
Ok, as the message error has no useful meaning for me, an unfamiliar
Squeak developer, I have to translate &quot;resolve dependencies&quot; as
&quot;install another package which contains this class&quot; and go with that:<br>
(and asking myself again: what's the real difference in writing a more
descriptive error message if it consist of just adding 5 or 6 words
anyway? ...mmm maybe the &quot;advantages&quot; of polymorphic hierarchies
applied to reuse error messages?)<br>
<br>
Well, no Environment class in 3.9a7021, it's ok 'cause I've started my
3.8 image and searched which package belongs to &quot;Environment&quot;. ...(BTW,
the PackageBrowser has no tooltip or label in any pane, is the package
name only the leftmost pane? ), and the winner is the package
&quot;System-Support&quot;. Get back to 3,9a7021 and no &quot;System-Support&quot; package
listed in SqueakMap (yes, I've updated the SM fine when it
started)...my final question is where is the class? should I install by
hand: fileOut from 3.8 and fileIn in 3.9?<br>
As you see, so many questions.<br>
Hope anyone can help me.<br>
<br>
Cheers<br>
<br>
Bill<br>
<br>