GNU Smalltalk Blox not working as documented (2)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

GNU Smalltalk Blox not working as documented (2)

Hilaire Fernandes-2
I also did:

./configure --with-tcl --with-tk
make
make install


Then the error is the same :

hilaire@video:~/download/smalltalk-2.2$ gst -qK browser/Run.st
"Scavenging... 91% reclaimed, done"
"Scavenging... 89% reclaimed, done"
"Scavenging... 89% reclaimed, done"
"Scavenging... 88% reclaimed, done"
"Scavenging... 89% reclaimed, done"
"Scavenging... 88% reclaimed, done"
Loading package BloxTK
Object: DLD error: requested module blox-tk was not found
Smalltalk.DLD class(Smalltalk.Object)>>#primError:
SystemExceptions.CInterfaceError(Smalltalk.Exception)>>#defaultAction
optimized [] in Smalltalk.Exception class>>#coreException
SystemExceptions.CInterfaceError(Smalltalk.Signal)>>#activateHandler:
SystemExceptions.CInterfaceError(Smalltalk.Exception)>>#signal
SystemExceptions.CInterfaceError class(Smalltalk.Exception
class)>>#signal:
Smalltalk.DLD class>>#addModule:
optimized [] in Smalltalk.Package>>#fileIn
Smalltalk.Set(Smalltalk.HashedCollection)>>#do:
Smalltalk.Package>>#fileIn
optimized [] in Smalltalk.PackageLoader class>>#fileInPackages:
Smalltalk.OrderedCollection(Smalltalk.SequenceableCollection)>>#do:
Smalltalk.PackageLoader class>>#fileInPackages:
Smalltalk.PackageLoader class>>#fileInPackage:
Smalltalk.UndefinedObject>>#executeStatements
/usr/local/share/smalltalk/browser/Run.st:44: invalid scope resolution

--
CDDP des Landes
Ingénierie Éducative
614, rue du Ruisseau - BP 401
40012 Mont de Marsan Cedex
Tél. 05.58.75.50.10
http://crdp.ac-bordeaux.fr/cddp40



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk Blox not working as documented (2)

Paolo Bonzini
Hilaire Fernandes wrote:

> I also did:
>
> ./configure --with-tcl --with-tk
> make
> make install
>
>
> Then the error is the same :
>
> hilaire@video:~/download/smalltalk-2.2$ gst -qK browser/Run.st
> "Scavenging... 91% reclaimed, done"
> "Scavenging... 89% reclaimed, done"
> "Scavenging... 89% reclaimed, done"
> "Scavenging... 88% reclaimed, done"
> "Scavenging... 89% reclaimed, done"
> "Scavenging... 88% reclaimed, done"
> Loading package BloxTK
> Object: DLD error: requested module blox-tk was not found
>  
Could you please send the config.log file and  the output f

find /usr/local/lib/*smalltalk*

Thanks,

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk Blox not working as documented(2)

Hilaire Fernandes-2
Here are the config.log and the output of
find /usr/local/lib/*smalltalk*

Also note, that

dpkg -l |grep tk

produce:

ii  tk8.0                            8.0.5-11                   Tk
toolkit for Tcl and X11, v8.0 - run-time
ii  tk8.3                            8.3.5-6                    Tk
toolkit for Tcl and X11, v8.3 - run-time
ii  tk8.4                            8.4.11-1                   Tk
toolkit for Tcl and X11, v8.4 - run-time


Also:

hilaire@video:~/download/smalltalk-2.2$ find /usr/local/lib/*smalltalk*
/usr/local/lib/smalltalk
/usr/local/lib/smalltalk/i18n-2.2.so
/usr/local/lib/smalltalk/i18n.so
/usr/local/lib/smalltalk/i18n.la
/usr/local/lib/smalltalk/i18n.a
/usr/local/lib/smalltalk/tcp-2.2.so
/usr/local/lib/smalltalk/tcp.so
/usr/local/lib/smalltalk/tcp.la
/usr/local/lib/smalltalk/tcp.a
/usr/local/lib/smalltalk/regex-2.2.so
/usr/local/lib/smalltalk/regex.so
/usr/local/lib/smalltalk/regex.la
/usr/local/lib/smalltalk/regex.a
/usr/local/lib/smalltalk/md5-2.2.so
/usr/local/lib/smalltalk/md5.so
/usr/local/lib/smalltalk/md5.la
/usr/local/lib/smalltalk/md5.a
/usr/local/lib/smalltalk/libc.la
/usr/local/lib/smalltalk/gst-gtk-2.2.so
/usr/local/lib/smalltalk/gst-gtk.so
/usr/local/lib/smalltalk/gst-gtk.la
/usr/local/lib/smalltalk/gst-gtk.a


Thanks so much for your help!

Hilaire Fernandes


Le jeudi 01 juin 2006 à 17:43 +0200, Paolo Bonzini a écrit :

> Hilaire Fernandes wrote:
> > I also did:
> >
> > ./configure --with-tcl --with-tk
> > make
> > make install
> >
> >
> > Then the error is the same :
> >
> > hilaire@video:~/download/smalltalk-2.2$ gst -qK browser/Run.st
> > "Scavenging... 91% reclaimed, done"
> > "Scavenging... 89% reclaimed, done"
> > "Scavenging... 89% reclaimed, done"
> > "Scavenging... 88% reclaimed, done"
> > "Scavenging... 89% reclaimed, done"
> > "Scavenging... 88% reclaimed, done"
> > Loading package BloxTK
> > Object: DLD error: requested module blox-tk was not found
> >  
> Could you please send the config.log file and  the output f
>
> find /usr/local/lib/*smalltalk*
>
> Thanks,
>
> Paolo
--
CDDP des Landes
Ingénierie Éducative
614, rue du Ruisseau - BP 401
40012 Mont de Marsan Cedex
Tél. 05.58.75.50.10
http://crdp.ac-bordeaux.fr/cddp40

config.log (58K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk Blox not working as documented(2)

Paolo Bonzini
One more thing to ask.  Type these commands and give me the output:

find / -name "tclConfig.sh"
echo 'puts $tcl_library' | tclsh
echo 'puts $tk_library' | wish

(you need an X server for the last one)

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk Blox not working as documented(2)

Hilaire Fernandes-2
Le jeudi 15 juin 2006 à 13:00 +0200, Paolo Bonzini a écrit :
> One more thing to ask.  Type these commands and give me the output:
>
> find / -name "tclConfig.sh"

no output

> echo 'puts $tcl_library' | tclsh

/usr/lib/tcl8.4

> echo 'puts $tk_library' | wish

/usr/lib/tk8.4


Thanks for your help

Hilaire

--
CDDP des Landes
Ingénierie Éducative
614, rue du Ruisseau - BP 401
40012 Mont de Marsan Cedex
Tél. 05.58.75.50.10
http://crdp.ac-bordeaux.fr/cddp40



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk Blox not working as documented(2)

Paolo Bonzini
Hilaire Fernandes wrote:
> Le jeudi 15 juin 2006 à 13:00 +0200, Paolo Bonzini a écrit :
>  
>> One more thing to ask.  Type these commands and give me the output:
>>
>> find / -name "tclConfig.sh"
>>    
>
> no output
>  
Then, you have to install a package like tcl8.4-dev (or something
similar) that installs the Tcl header files and the tclConfig.sh file
that points to them.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk Blox not working as documented(2)

Hilaire Fernandes-2
I have installed tcl8.4-dev, then I got /usr/lib/tcl8.4/tclConfig.sh

tk8.4-dev seems to be needed, so installed it after.

Thanks for the help.

Do you know how I can start the GTK+ browser ?

Another silly question, are there any plan to improve the IDE of
GNU-Smalltalk? I may able to help a bit in simple things.

Do you know if Seaside is portable to GNU Smalltalk? If there are any
plan to port it eventually?

Thanks for the help.

Hilaire


Le jeudi 15 juin 2006 à 16:02 +0200, Paolo Bonzini a écrit :

> Hilaire Fernandes wrote:
> > Le jeudi 15 juin 2006 à 13:00 +0200, Paolo Bonzini a écrit :
> >  
> >> One more thing to ask.  Type these commands and give me the output:
> >>
> >> find / -name "tclConfig.sh"
> >>    
> >
> > no output
> >  
> Then, you have to install a package like tcl8.4-dev (or something
> similar) that installs the Tcl header files and the tclConfig.sh file
> that points to them.
>
> Paolo
--
CDDP des Landes
Ingénierie Éducative
614, rue du Ruisseau - BP 401
40012 Mont de Marsan Cedex
Tél. 05.58.75.50.10
http://crdp.ac-bordeaux.fr/cddp40



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk