help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] gst-remote with -I and -f


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] gst-remote with -I and -f
Date: Sat, 29 Dec 2012 15:20:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Il 27/11/2012 15:50, Holger Hans Peter Freyther ha scritto:
> Hi Paolo,
> 
> two more packaging related issues. For one project I am creating
> a ready to go image and I have a start script that intended to do:
> 
> $ gst-remote -f start.st -I base.img.
> gst-remote server started.
> gst-remote: error at line 259: Undefined variable 'SomeNameSpace.App' 
> referenced.

Do you have any file that is ~256 lines in length?

> $ cat start.st
> PackageLoader fileInPackage: #SomeApp.
> 
> Eval [
>   SomeNameSpace at: #App put: SomeNameSpace.App new.
>   SomeNameSpace.App start: params
> ]
> 
> So first of all the line number is not right, second I don't understand
> why it doesn't know the namespace. When I use gst instead of gst-remote it 
> does
> execute (and terminate). So right now I am now using -e 'FileStream fileIn'
> to workaround that. Would you know why the line number is wrong and if -f
> should work for gst-remote?

It should, this is a bug in the parser.

Can you reproduce it with one of the "stock" packages?  Hopefully a
smaller one?

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]