Hi Eckard,

I'm not a Gentoo user so I cannot help you with your installation, but if you want to compile Mozart yourself, you can follow these instructions:

http://gforge.info.ucl.ac.be/plugins/wiki/index.php?CompilingMozart&id=17&type=g

cheers
Boriss

Eckard Brauer wrote:
Hello,

even started trying Mozart. After having fixed a small install problem
on Gentoo Linux (user programs are installed in /usr/bin, but tried to
call in ${OZHOME}/bin) I started with the tutorial.

{Browse 'Hello World!'} got me to the below message in emulator buffer.

%*********************** error in OS module *********************
%**
%** Operating system error
%**
%** System call:  write
%** Error number: 32
%** Description:  Broken pipe
%** In statement: {<P/3 OS.write> 4 '\nfconfigure stdout -translation
{auto lf}\n'#'\nproc ozp {id args} {\n    set len [llength $args]\n
puts stdout "p $id $len"\n    for {set i 0} {$i < $len} {incr i}
{\n\tputs stdout "[ozq [lindex $args $i]]"\n    }\n    flush
stdout\n}'#'\nproc ozr {v} {\n    puts stdout "r [ozq $v]"\n    flush
stdout\n}'#'\nproc ozq {in} {\n    regsub -all \\\\\\\\ $in
\\\\\\\\\\\\\\\\ out\n    regsub -all \\n $out \\\\n final\n    return
$final\n}\n'#'\nproc ozm {item menu} {\n    return [expr $item + [$menu
cget -tearoff]]\n}\n'#'\nproc bgerror err {\n     puts stderr "w
$err\\n." \n}\n'#'\nproc tkDarken {color percent} {\n     foreach {red
green blue} [winfo rgb . $color] {\n         set red [expr
{($red/256)*$percent/100}]\n         set green [expr
{($green/256)*$percent/100}]\n         set blue [expr
{($blue/256)*$percent/100}]\n         break\n     }\n     if {$red >
255} {\n         set red 255\n     }\n     if {$green > 255}
{\n         set green 255\n     }\n     if {$blue > 255} {\n
set blue 255\n     }\n     return [format "#%02x%02x%02x" $red $green
$blue]\n }\n' _} %** %** Call Stack: %** procedure 'DoWrite' in file
"./op/Open.oz", line 207, column 6, PC = 139018064 %** procedure
'SockAndPipe,write/fast' in file "./op/Open.oz", line 424, column 2, PC
= 139026708 %** procedure in file "./wp/Tk.oz", line 25, column 0, PC =
139368416 %** procedure 'RootManager,Pickle/fast' in file
"./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
%**--------------------------------------------------------------

Is that a problem with my installation, Gentoo Linux or a known
problem? Of course, the given absolute path doesn't exist on my machine.

Thanks in advance!
Eckard


------------------------------------------------------------------------

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

Reply via email to