Hello again,

Eckard Brauer <[email protected]>:
> {Browse 'Hello World!'} got me to the below message in emulator
> buffer.
> 
> %*********************** error in OS module *********************
> %**
> %** Operating system error
> %**
...
> "./init/Module.oz", line 244, column 6, PC = 136657928 %** procedure
> in file "/usr/staff/raph/devel/trunk/mozart/share/lib/base/Base.oz",
> line 92, column 7, PC = 136779196
> %**--------------------------------------------------------------

the problem seems to me related to the Mozart build itself:

# for N in boot-ozc.ozt.gz boot-init.ozt.gz; do \
tar xOzf $DIR/mozart-1.4.0.20080704-src.tar.gz \
mozart-1.4.0.20080704/share/lib/$N | \
gzip -dc | grep -q /Users/raph/devel/mozdss-branch/ && \
echo "found in $N" || echo "not found"; done
found in boot-ozc.ozt.gz
found in boot-init.ozt.gz

So my question is now: How can I rebuild both share/lib/boot-*.ozt
files with (which) correct paths inside?

Eckard

Attachment: signature.asc
Description: PGP signature

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to