Tassilo Philipp | 9 Nov 16:08
Favicon

some trouble getting started

Sorry for double posting this, but my initial post wasn't meant to be a reply to "WACompound: creating
Seaside Widgets".
Here's my post:

Hello mailing list,

I'm new to seaside and have some questions about the setup, etc.
I'm trying to run Seaside on GNU Smalltalk 3.1 but gst-remote doesn't seem to work correctly on my machine.
So I tried to get around that without using gst-remote.

For the sake of completeness, although this isn't a GST mailing list: I tried to follow the 'Seaside on GST'
section at the GST website, but the following simple test already fails, and well, pretty much everything
I try to --eval fails.

# gst-remote --daemon
gst-remote server started.
# gst-remote --eval '12 factorial'
/usr/local/share/smalltalk/kernel/../scripts/Remote.st:275: Aborted
/usr/local/share/smalltalk/kernel/../scripts/Remote.st:275: Aborted
/usr/local/share/smalltalk/kernel/../scripts/Remote.st:275: Error occurred while not in byte code interpreter!!
Aborted

Well, since this isn't a GST mailing list, let's talk about seaside - for starters I just tried to get seaside
running without gst-remote, and this is what I came up with (trying to recreate the simple counter example):

PackageLoader fileInPackage: 'Seaside'.
PackageLoader fileInPackage: 'Seaside-Development'.
PackageLoader fileInPackage: 'Seaside-Examples'.

Seaside.SwazooSeaside startOn: 9999.
(Continue reading)

Tassilo Philipp | 9 Nov 16:13
Favicon

Re: some trouble getting started

Hm, why do my posts that I simply send to seaside <at> lists.squeakfoundation.org appear as replies to the
latest top-level post?
Tassilo Philipp | 10 Nov 21:27
Favicon

Re: some trouble getting started

Ok, I figured it out - the registerAsApplication message has to be sent to the class and not the class'
instance, of course, and about the halos: in the seaside version I'm using it seems to be a decoration and
not a toolconfig... however, the halos seem to be partly broken on GST :(

On Sun, 9 Nov 2008 16:11:13 +0100
Tassilo Philipp <tphilipp <at> potion-studios.com> wrote:

> Sorry for double posting this, but my initial post wasn't meant to be a reply to "WACompound: creating
Seaside Widgets".
> Here's my post:
> 
> 
> Hello mailing list,
> 
> I'm new to seaside and have some questions about the setup, etc.
> I'm trying to run Seaside on GNU Smalltalk 3.1 but gst-remote doesn't seem to work correctly on my machine.
So I tried to get around that without using gst-remote.
> 
> For the sake of completeness, although this isn't a GST mailing list: I tried to follow the 'Seaside on GST'
section at the GST website, but the following simple test already fails, and well, pretty much everything
I try to --eval fails.
> 
> # gst-remote --daemon
> gst-remote server started.
> # gst-remote --eval '12 factorial'
> /usr/local/share/smalltalk/kernel/../scripts/Remote.st:275: Aborted
> /usr/local/share/smalltalk/kernel/../scripts/Remote.st:275: Aborted
> /usr/local/share/smalltalk/kernel/../scripts/Remote.st:275: Error occurred while not in byte
code interpreter!!
> Aborted
(Continue reading)


Gmane