Re: problem compiling on SGI/IRIX
- From: Mike <mikee@xxxxxxxxxxxx>
- Date: Tue, 30 Jan 2007 14:52:42 GMT
On 2007-01-30, Mike <mikee@xxxxxxxxxxxx> wrote:
The ./configure and make run without errors. When running 'make test'
I get several items of 'ambiguous ... rectangle' and 'ambiguous ... image'.
Any idea what's going on here?
Mike
$ CC=/usr/bin/cc ./configure --prefix=/usr/freeware --with-tcl=../../tcl8.4.14/unix
$ make
$ make test
SGI IRIX64
tcl/tk 8.4.14
Here's some of the error output:
bind.test
==== bind-6.1 Tk_DeleteBindTable procedure FAILED
==== Contents of test case:
catch {destroy .b.c}
canvas .b.c
.b.c bind foo <1> {string 1}
.b.c create rectangle 0 0 100 100
.b.c bind 1 <2> {string 2}
destroy .b.c
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown or ambiguous item type "rectangle"
while executing
".b.c create rectangle 0 0 100 100"
("uplevel" body line 5)
invoked from within
"uplevel 1 $script"
---- errorCode: NONE
==== bind-6.1 FAILED
==== bind-24.14 FindSequence procedure: no binding FAILED
==== Contents of test case:
catch {destroy .b.f}
canvas .b.f
set i [.b.f create rect 10 10 100 100]
list [catch {.b.f bind $i <a>} msg] $msg
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown or ambiguous item type "rect"
while executing
".b.f create rect 10 10 100 100"
invoked from within
"set i [.b.f create rect 10 10 100 100]"
("uplevel" body line 4)
invoked from within
"uplevel 1 $script"
---- errorCode: NONE
==== bind-24.14 FAILED
Mike
.
- References:
- problem compiling on SGI/IRIX
- From: Mike
- problem compiling on SGI/IRIX
- Prev by Date: Re: if else else
- Next by Date: stdout lost when a script execs another script?
- Previous by thread: problem compiling on SGI/IRIX
- Next by thread: stdout lost when a script execs another script?
- Index(es):
Relevant Pages
|