<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I get the same result if I load the prerequisites one by one
first:</p>
<p><a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/OSProcess/blob/master/OSProcess.pck.st">https://github.com/Cuis-Smalltalk/OSProcess/blob/master/OSProcess.pck.st</a></p>
<p>has</p>
<p>'From Cuis6.3 [latest update: #6156] on 2 January 2024 at 9:45:41
am'!<br>
'Description OSProcess provides access to operating system
functions, including pipes, child process creation, and control of
the Squeak VM process.'!<br>
!provides: 'OSProcess' 1 36!<br>
!requires: 'Network-Kernel' 1 1 nil!<br>
!requires: 'SqueakCompatibility' 1 4 nil!</p>
<p>So I do<br>
</p>
<p>Feature require: 'Network-Kernel'.</p>
<p>Feature require: 'SqueakCompatibility'.</p>
<p>Feature require: 'OSProcess'.</p>
<p>by executing them one by one. The first two load fine. Loading
OSProcess gives an error message. (see Transcript log below)<br>
</p>
<p>--Hannes</p>
<p>--------------------------------------------------------------------</p>
<p>Cuis7.3<br>
latest update: #7061<br>
Running at
:C:\Users\Hirzel\Documents\Cuis-Smalltalk-7061\CuisImage\Cuis7.3-7036.image<br>
<br>
Package Network-Kernel successfully installed<br>
<br>
Package SqueakCompatibility successfully installed<br>
<br>
Attempt to create AttachableFileStream as a subclass of nil.
Possibly a class is being loaded before its superclass.<br>
MessageNotUnderstood: UndefinedObject>>methodsFor:stamp:<br>
while evaluating: StandardFileStream methodsFor: '*OSProcess-Base'
stamp: 'dtl 6/5/2006 06:59'<br>
<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p></p>
<p><br>
</p>
<div class="moz-cite-prefix">On 06/03/2025 8:07 pm, Hilaire
Fernandes via Cuis-dev wrote:<br>
</div>
<blockquote type="cite"
cite="mid:a0921fd3-a35d-469c-aba5-77c612abbaaa@free.fr">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p><font size="4">Why SqueakCompatibility is not installed in your
image, it is a requirement of the OSProcess package</font><br>
</p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo"
moz-do-not-send="true">http://mamot.fr/@drgeo</a></pre>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
</blockquote>
</body>
</html>