REBOL 2.7.8 No Console Prompt on linux

Started by Jrichards on 12-Apr-2011/13:06:51-7:00
I am trying to use Rebol 2.7.8 on ubuntu linux everything seems to work with one exception I get no console prompt. Anyone have any ideas. Thanks
Run REBOL from the console: Open a terminal window (Applications -> Accessories -> Terminal) cd the directory that contains REBOL Type "./rebview" (without the quotes), or "./rebol", depending on the version you've downloaded. Another, maybe better, option is to try the linux packages by MaxV: http://www.maxvessi.net/rebsite/Linux/ (.deb should work on ubuntu)
Thanks Nick, I've actually tried your suggestions and I am still running into the same problem. Tried the .deb packages tried Fedora, I'm lost. Thanks Jim
It's been a while since I used REBOL in Ubuntu, so I think I was using version 2.76. I do remember having the same problem, and the key was to launch REBOL from the Unbuntu console - if I remember correctly, REBOL will use the same console session from which it was launched, as it's console window, so be sure to keep it open after launching REBOL.
If you are talking about REBOL/View, that has a bug that prevents you on clicking the Console icon in the View desktop. However, this is not the original Linux console. If you start REBOL/Core on Linux, you get into the REBOL console immediately. If you use REBOL/View on Linux, you need to use the -v option to prevent it from opening a window.
Thanks Kaj, tried your suggestion it doesn't work. I get the console prompt but it accepts no input. I am having the same problem with 2.7.7 Thanks
Hi, Which Ubuntu version are you running? That may be of help.
I'm running Ubuntu 10.04 I had 2.7.7 of view running for a couple of months and then all of a sudden it stopped working. Are there any external libs that Rebol uses on a Linux box?
Did this happen right after an (automatic) update of Ubuntu? That would be the most likely cause. REBOL needs a number of system libraries, and it sounds like something has changed in there.
I suspect that is what happened Kaj, I am going to have to tracking down the problem. I did an ldd on Rebol but that seems to look good. Still digging. Thanks Jim
You can try REBOL 2.7.8, and there are also multiple versions for Linux these days, built on different versions of the system libraries.
http://www.maxvessi.net/rebsite/Linux/ install the 2.7.8, you'll find the rebol app in the application menu, under "Development".

Reply