help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [GNU Smalltalk 3.2.5] testsuite: 7 8 32 41 70 118 1


From: bill-auger
Subject: Re: [Help-smalltalk] [GNU Smalltalk 3.2.5] testsuite: 7 8 32 41 70 118 122 127 128 failed
Date: Sat, 30 Mar 2019 22:19:59 -0400

Brian -

you would need to provide some information indicating which code you
downloaded, which commands your ran, what you expected to happen,
and what you believe went wrong - did you see any error messages, for
example?

to be sure, i just compiled and installed both the latest stable
(3.2.5) and alpha (3.2.91) versions - v3.2.91 compiled and ran successfully
but v3.2.5 fails


$ ./configure
$ make
....
cd packages/blox/tk && make
make[3]: Entering directory '/code/smalltalk/smalltalk-3.2.5/packages/blox/tk'
/bin/sh ../../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../../libgst -I../../../lib-src  -I/usr/include   -g -O2 -Wall 
-Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign 
-Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing  
-MT BloxTK.lo -MD -MP -MF .deps/BloxTK.Tpo -c -o BloxTK.lo BloxTK.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../libgst 
-I../../../lib-src -I/usr/include -g -O2 -Wall -Wdeclaration-after-statement 
-Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings 
-Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT BloxTK.lo -MD -MP -MF 
.deps/BloxTK.Tpo -c BloxTK.c  -fPIC -DPIC -o .libs/BloxTK.o
BloxTK.c: In function 'tclInit':
BloxTK.c:176:55: error: 'Tcl_Interp' {aka 'struct Tcl_Interp'} has no member 
named 'result'
       fprintf (stderr, "Tcl_Init failed: %s\n", interp->result);
                                                       ^~
BloxTK.c:181:54: error: 'Tcl_Interp' {aka 'struct Tcl_Interp'} has no member 
named 'result'
       fprintf (stderr, "Tk_Init failed: %s\n", interp->result);
                                                      ^~
BloxTK.c: In function 'xpmParseValues':
BloxTK.c:578:38: warning: variable 'hotspot' set but not used 
[-Wunused-but-set-variable]
   unsigned int x_hotspot, y_hotspot, hotspot;
                                      ^~~~~~~
make[3]: *** [Makefile:473: BloxTK.lo] Error 1
make[3]: Leaving directory '/code/smalltalk/smalltalk-3.2.5/packages/blox/tk'
make[2]: *** [Makefile:1556: BloxTK.star] Error 2
make[2]: Leaving directory '/code/smalltalk/smalltalk-3.2.5'
make[1]: *** [Makefile:963: all-recursive] Error 1
make[1]: Leaving directory '/code/smalltalk/smalltalk-3.2.5'
make: *** [Makefile:579: all] Error 2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]