help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] installation problem


From: Tom Kalt
Subject: [Help-smalltalk] installation problem
Date: Mon, 01 Oct 2001 22:48:20 -0400

I am having problems installing gst 1.8.5.
Thanks in advance for any help.

Tom
----------------------------------------------------------------
My system: Red Hat linux 7.1
Here is what I did:
  downloaded smalltalk-1.8.5.tar.gz
  put it in a directory named ~/gst
  tar zxf smalltalk-1.8.5.tar.gz
  cd smalltalk-1.8.5
  su root
  ./configure
  make install           ; seems ok
  su back to myself
  make check             ; there was a problem here
  gst                    ; seems to work
  gst -qK blox/Run.st    ; there was a problem here

Here are the last three lines of the output from "make install":
----------
Processing /usr/local/share/gnu-smalltalk/kernel/DLD.st
"Major GC flip... done, used space = 56%"
GNU Smalltalk Ready

Here is the complete output of "make check":
----------
cd test && ./do-check
Testing arrays...
Testing blocks...
40,42c40,44
< [] in Exception class>>#initialize
< ExceptionHandler>>#signal:withArguments:resume:
< Exception>>#signalWith:with:
---
> Error(Exception)>>#defaultAction
> [] in Exception class>>#coreException
> ExceptionHandler>>#activate:resume:
> Error(Exception)>>#signal
> Error(Exception)>>#signal:
90,92c92,96
< [] in Exception class>>#initialize
< ExceptionHandler>>#signal:withArguments:resume:
< Exception>>#signalWith:with:
---
> Error(Exception)>>#defaultAction
> [] in Exception class>>#coreException
> ExceptionHandler>>#activate:resume:
> Error(Exception)>>#signal
> Error(Exception)>>#signal:
Testing chars...
Testing classes...
Testing dates...
Testing delays...
Testing exceptions...
Testing floatmath...
Testing geometry...
Testing intmath...
Testing objects...
Testing processes...
Testing sets...
Testing strings...
make: *** [check] Error 1

Here is the output of "gst -qK blox/Run.st":
----------
"Major GC flip... done, used space = 56%"
GNU Smalltalk Ready

Object: PackageLoader error: C callout not available: C:tclInit
PackageLoader class(Object)>>#primError:
Error(Exception)>>#defaultAction
[] in Exception class>>#coreException
ExceptionHandler>>#activate:resume:
Error(Exception)>>#signal
Error(Exception)>>#signal:
PackageLoader class(Object)>>#error:
[] in PackageLoader class>>#fileInPackages:
[] in PackageLoader class>>#extractDependenciesFor:onError:
Set>>#do:
PackageLoader class>>#extractDependenciesFor:onError:
PackageLoader class>>#fileInPackages:
PackageLoader class>>#fileInPackage:
UndefinedObject>>#executeStatements
Starting window environment...
/usr/local/share/gnu-smalltalk/blox/Run.st:42: Undefined variable BrowserMain
referenced

I checked to see if Tkl is available.  In gstconf.h, it says
#define HAVE_TCLTK 1



reply via email to

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