Hi,

I'm having trouble with Browse on Redhat Linux, specifically

$ uname -a
Linux refine 2.6.18-53.1.4.el5xen #1 SMP Wed Nov 14 10:52:01 EST 2007
x86_64 x86_64 x86_64 GNU/Linux

Installation is a problem. I tried...

$ sudo rpm -Uvh mozart-1.3.2.20060615-4.i386.rpm error: Failed dependencies:
        libtk8.4.so is needed by mozart-1.3.2.20060615-4.i386

But I tried compiling from source, which seemed to work.
Then it doesn't recognize my platform, so I had to put in
unknown-unknown as a symlink from linux-i486 in
/usr/lib/mozart/platform.

Then I had to install stuff into the /usr/lib/mozart/share directory
from another install, since this didn't seem to be there.

Finally, it sort of works.  But then when I try to do {Browse 3}
I get:

Mozart Engine 1.3.2 (20060615) playing Oz 3

%*********************** 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 = 
138391520
%** procedure 'SockAndPipe,write/fast' in file "./op/Open.oz", line 424, column 
2, PC = 138400164
%** procedure in file "./wp/Tk.oz", line 25, column 0, PC = 138791824
%** procedure 'RootManager,Pickle/fast' in file 
"f:/cygwin/home/Administrator/Mozart/1-3-2/uff/mozart/share/lib/init/Module.oz",
 line 244, column 6, PC = 136031256
%** procedure in file 
"/usr/staff/raph/devel/trunk/mozart/share/lib/base/Base.oz", line 92, column 7, 
PC = 136152580
%**--------------------------------------------------------------

And on the console is:

Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

Should I try starting over or is there some easy fix for this?

        Gary T. Leavens
        210 Harris Center (Bldg. 116)
        School of EECS, University of Central Florida
        4000 Central Florida Blvd., Orlando, FL 32816-2362 USA
        http://www.eecs.ucf.edu/~leavens  phone: +1-407-823-4758
        [EMAIL PROTECTED]
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to