Re: The gst-browser is broken in Ubuntu 20.04

2021-01-16 Thread bill-auger
if this is regarding the .deb package in the ubuntu repos, you should report it as a bug to ubuntu; because only the package maintainer could fix that problem the last i knew though, gnu-smalltalk was lacking a maintainer in debian - presumably, it has no maintainer in ubuntu either so you may

I/O Port Access

2021-01-16 Thread Gary Highberger
Hi everyone, Is there a way to access a port (a parallel printer port) with Smalltalk? In C I use ioperm (request permission), fcntl (open the port) and outb (send a byte to the port), etc. Thank you, Gary

The gst-browser is broken in Ubuntu 20.04

2021-01-16 Thread Gary Highberger
Hi everyone, >From what I've read, gst-browser could be a handy debugging tool. It appears to be broken. No biggie. I'm just documenting my find. Gary $ gst-browser Gtk-Message: 17:44:10.276: Failed to load module "canberra-gtk-module" Object: CFunctionDescriptor new: 1 "<0x7fd9836d6750>"

Re: Simple Program Won't Run

2021-01-16 Thread bill-auger
it does conform to the spec though - the REPL syntax is exactly the same as a static file - the dot is not a statement terminator as with C-like languages - it is a statement separator, which means it is optional, where there is only one single statement - the same is true in a method definition -

Re: Simple Program Won't Run

2021-01-16 Thread derek--- via Users mailing list for the GNU Smalltalk environment
Gary Highberger writes: > Hi Help-Smalltalk, > > I put periods after each line and then the Smalltalk program ran just fine. > Is there a way to avoid having to put periods after each line? What end of > statement characters besides period does Smalltalk expect? Maybe my editor > can be

RE: Simple Program Won't Run

2021-01-16 Thread Mark Bratcher
HI Gary Perhaps you could explain why the periods pose a problem?In C or Pascal, for example, a semicolon is mandatory as a statement separator.What editor are you using and what is the desired intent of the reconfiguration? Sent from Mail for Windows 10 From: Gary HighbergerSent: Friday, January

Re: Simple Program Won't Run

2021-01-16 Thread Jan Vrany
On Fri, 2021-01-15 at 22:56 -0500, Gary Highberger wrote: > Hi Help-Smalltalk, > > I put periods after each line and then the Smalltalk program ran just > fine. > Is there a way to avoid having to put periods after each line? What > end of > statement characters besides period does Smalltalk