Trying to test Seaside

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

Trying to test Seaside

Giuseppe
Hi,

In my laptop, From macports gst was installed without troubles, and I  
would like to test Seaside.

I'm following: http://smalltalk.gnu.org/blog/bonzinip/seaside-development-gnu-smalltalk

galilea:gnusmalltalk glpunzi$ gst
GNU Smalltalk ready

st> PackageLoader fileInPackage: 'Seaside'
Loading package TCP
"Global garbage collection... done"
Loading package Iconv
Loading package Sport
Loading package Swazoo
Loading package Seaside-Core
Loading package Seaside
PackageLoader
st> PackageLoader fileInPackage: 'Seaside-Development'
Loading package Seaside-Core
Loading package Seaside-Development
PackageLoader
st> PackageLoader fileInPackage: 'Seaside-Examples'
Loading package Seaside-Core
Loading package Seaside-Examples
PackageLoader
st> ObjectMemory snapshot: 'seaside.im'
"Global garbage collection... done"
false

Why I get a false after ObjectMemory?

After this, I exit from gst with CTRL+C and run the image but I get  
this error:

galilea:gnusmalltalk glpunzi$ gst-remote -I seaside.im --server --
start=Seaside
Abort trap
galilea:gnusmalltalk glpunzi$

What I'm doing wrong?


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

Re: Trying to test Seaside

Paolo Bonzini-2

> Why I get a false after ObjectMemory?

It will return true when the snapshot is resumed; it is similar to the
"fork" system call.

> After this, I exit from gst with CTRL+C and run the image but I get this
> error:
>
> galilea:gnusmalltalk glpunzi$ gst-remote -I seaside.im --server
> --start=Seaside
> Abort trap
>
> What I'm doing wrong?

Nothing, I'll try to reproduce it here.  What's your Mac OS version?  Is
it Intel or PPC?

Paolo


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