World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
Graham 7-Dec-2006 [858x2] | Ok, found a Mandriva appliance .. downloading it. |
900Mb later .. no go. The Mandriva Vmware appliance just keeps cycling on me. :) | |
Kaj 7-Dec-2006 [860x3] | Do |
ldd rebol | |
to see what libraries it needs, then see if you have them installed | |
Graham 7-Dec-2006 [863x2] | Thanks. It says libstdc++.so.5 not found ... everything else is found. |
How do I install that? | |
PeterWood 7-Dec-2006 [865] | This might help - http://blogs.activestate.com/kevinw/2006/02/libstdc5_how_to.html |
Graham 7-Dec-2006 [866] | I found another site that said I should do this: yum install compat-libstdc++-33 which I did .. and after a few things printed to the screen .. it's just sitting there :( |
PeterWood 7-Dec-2006 [867x2] | ...sorry .. no experience of yum ....I'm as new to Linux as you ...I installed Ubuntu desktop as a dual-boot on my XP machine. |
...silly question ...have you downloaded the library? | |
Graham 7-Dec-2006 [869x3] | I think the rpm was already present ..and so yum was doing it's thing. 1 hour later, it's still parsing the input parameters :( |
I managed to get a Suse livePC running .. and Rebol runs. | |
only problem, the screen res is 640x480 :( | |
Graham 8-Dec-2006 [872] | Maybe I should use a real Linux rather than a virtualised one :( |
Gabriele 8-Dec-2006 [873] | Graham, most of the times if you have a libstdc++.so.<someotherversion> you can just symlink to .5 and REBOL will work. |
Kaj 8-Dec-2006 [874] | It's the Law of Linux: different distros and different versions will have very different problems, but there will always be one showstopper... |
Graham 8-Dec-2006 [875x2] | Syllable will be different?? |
More newbie questions .. how come i double click on Rebol and the desktop comes up. I click on console, and it all shuts down. No console, and no desktop? | |
Henrik 8-Dec-2006 [877] | probably because you didn't start it from a shell. since it wasn't tied to a shell, it can't go anywhere when you leave the desktop and just shuts down. |
Maxim 8-Dec-2006 [878x2] | IIRC depending on the desktop manager you use, you can open icons with a shell automatically. and can ask the manager to hide the shell until the app bums out. look into the icon's properties... This might also only be an option for .r file associated icons themselves (not rebol, but for script with an icon). |
I used to do so for python scripts... it was really cool... no one saw the shell, until a crash occured, in which case all the prints where available for copy/paste. | |
Graham 8-Dec-2006 [880x2] | Seems to be using Gnome |
This is a tad frustrating .. my emr is a single script ( from prerebol ) and runs under windows. Under Fedora, it does nothing :( | |
Henrik 8-Dec-2006 [882] | what happens when you try to run it from shell? |
Graham 8-Dec-2006 [883] | I am trying to run it from the view console |
Maxim 8-Dec-2006 [884] | I was using kde at the time... |
Graham 8-Dec-2006 [885x2] | Just downloaded the lastest sdk ( I think for fedora ). Try and run enface,and get a permission denied message :( |
What's the Linux equivalent of the windows environment variables? | |
Henrik 8-Dec-2006 [887x2] | exports, I believe. type 'export' in a shell and see what happens. |
or 'env' | |
Frank 8-Dec-2006 [889] | rebol way a: " " call/output "set" a probe a |
Graham 8-Dec-2006 [890x2] | cool. |
so, how do I set an environment variable? | |
Frank 8-Dec-2006 [892] | eg: VAR=$VAR:whatyouwant export VAR |
Graham 8-Dec-2006 [893x7] | ok. Ta. |
can you do this within Rebol? | |
My up cursor gives me an escape sequence on the screen in the rebol console. How do I configure my console to recall the last line? | |
ie. I see [A | |
How does 'Launch work ? | |
In windows, it starts up another instance with the values passed as command line arguments eg, launch "test" where test is a command line argument In Linux, it appears to treat "test" as a script which it can't find. | |
Is there the equivalent of system tray functionality in Linux? | |
PeterWood 8-Dec-2006 [900] | Yes ...but ....is probably the correct answer. This paragraph might help explain the but http://wiki.lazarus.freepascal.org/TrayIcon#Technical_Details |
Graham 8-Dec-2006 [901] | I see. |
Kaj 9-Dec-2006 [902x4] | Graham, yes, we're fixing showstoppers in Syllable one by one |
Of course, there are still many reasons why one could not use Syllable for a given job, but once we make it suitable for a job, it stays that way. It's much easier to say if it's suitable or not, while with Linux, one usually fixes all problems until one hits a showstopper, then switches distros, only to find that one of the other problems is a showstopper there | |
And then there are the regressions, where a showstopper comes back or suddenly appears in a new version of the same Linux distro. We have had regressions in Syllable, but not many, and they're usually easy to fix | |
At the accusation of reinventing the wheel, I always reply that we found that in the time we personally spent fixing Linux installations, we might as well produce an operating system for everyone | |
Graham 9-Dec-2006 [906] | Have you not managed to persuade Carl to port Rebol ? Or, are you going to use Orca ? |
Pekr 9-Dec-2006 [907] | Graham - isn't Syllable open-source? They imo can't accept closed source product, no? |
older newer | first last |