Problems with VisualGST

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

Problems with VisualGST

CdAB63
Excuses, I forgot to do "reply all" & post in the list...

I'm using GST in a Linux rel 11 core2 box (x86). GST is 3.11 and was
re-compiled with (this time I didn't select any options):

$ CFLAGS="-O3 -m32 -march=pentium4 -mtune=pentium4" ./configure
--prefix=/usr --with-tcl=/usr/lib
$ make && make check
$ make install

All tests passed (except mysql that was skipped).
GST runs OK when loading images via: $ gst -f <file>.star / $ gst -f
<file>.star
VisualGST errors are still present.


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

Re: Problems with VisualGST

Paolo Bonzini-2
On 07/28/2009 05:17 PM, Casimiro de Almeida Barreto wrote:
>GST is 3.11

I suppose 3.1 :-)

You need to get the latest GST from git to run VisualGST.

http://smalltalk.gnu.org/download/cvs

Paolo


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

Re: Problems with VisualGST

Paolo Bonzini-2

> $ gst -v
> GNU Smalltalk version 3.1

I should mark 3.1-git specially.

My fault.

Paolo


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

Re: Problems with VisualGST

Paolo Bonzini-2
In reply to this post by Paolo Bonzini-2
> $ CFLAGS="-O3 -m32 -march=core2 -mtune=core2" ./configure --prefix=/usr
> --with-tcl=/usr/lib
> $ make && make check
> ...
> $ make install
> ...
> $ gst -v
> GNU Smalltalk version 3.1
> Copyright 2009 Free Software Foundation, Inc.
> Written by Steve Byrne ([hidden email]) and Paolo Bonzini ([hidden email])
>
> GNU Smalltalk comes with NO WARRANTY, to the extent permitted by law.
> You may redistribute copies of GNU Smalltalk under the terms of the
> GNU General Public License. For more information, see the file named
> COPYING.
>
> Using default kernel path: /usr/share/smalltalk/kernel
> Using default image path: /usr/var/lib/smalltalk
> $

And you get an error with this one?

I'm sorry that Gwen is on holiday and I cannot help much.

Paolo


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

Re: Problems with VisualGST

Giuseppe
In reply to this post by Paolo Bonzini-2
On Tue, 28 Jul 2009 18:50:13 +0200, Paolo Bonzini <[hidden email]> wrote:
>> $ gst -v
>> GNU Smalltalk version 3.1
>
> I should mark 3.1-git specially.
>
> My fault.

Why you don't use something like: Release 3.1 build/revision/whatever 25664
?


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

Re: Problems with VisualGST

Paolo Bonzini-2
On 07/28/2009 08:03 PM, [hidden email] wrote:
> On Tue, 28 Jul 2009 18:50:13 +0200, Paolo Bonzini<[hidden email]>  wrote:
>>> $ gst -v
>>> GNU Smalltalk version 3.1
>> I should mark 3.1-git specially.
>>
>> My fault.
>
> Why you don't use something like: Release 3.1 build/revision/whatever 25664

I changed it now to 3.1-abcdef where abcdef is the latest commit in the
git tree.

Paolo


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