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
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to