r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Linux] group for linux REBOL users

Janko
19-Apr-2010
[3662]
hm.. it's not very elegant, but I could probably just load the set-net 
mezzaine in cheyenne rsp pages.
Graham
19-Apr-2010
[3663x2]
I just encap everything I need into cheyenne....
rebpro came with sdk or with view/pro ?
Janko
19-Apr-2010
[3665]
sdk.. thanks Graham .. you asking me about it gave me the obvious 
idea that I can just load mezz before calling set-net in my webapp. 
I think this should work
Pekr
19-Apr-2010
[3666x3]
Graham - the thing is, that when you start Rebpro, it errors out 
on missing set-net kind of funcs. That is why Janko tries to load 
it somewhere in user.r, to prevent the bug.
This is what I get:

Script: "User Preferences" (6-Jan-2009/21:58:59+1:00)
Set-Net not provided.
** Script Error: set-user-name has no value
** Near: set-user-name "Petr Krenzelok"
if (not none? system/view) [
    system/view/screen-face/options: none
]
Janko - no rebcmd in your SDK?
Janko
19-Apr-2010
[3669x3]
there is rebcmd.. when I run it it shows

/usr/share/cheyenne/rebol-sdk-276/tools/rebcmd: error while loading 
shared libraries: libstdc++.so.5: cannot open shared
 object file: No such file or directory

is rebcmd the "main" reb pro VM?
wow!! it seems to work (I installed libstdc++5 and ran with rebcmd)!!!!
because I couldn't make it work even with loading mezz / prots before 
on-page-start .. I was still figuring it out and trying .. but this 
works!!
Pekr
19-Apr-2010
[3672]
great! :-)
Janko
19-Apr-2010
[3673]
Thanks to you and graham and brian and all of you... I knew it will 
be something stupid after 2 days trying, like running another executable!!
Andreas
19-Apr-2010
[3674x2]
Janko, regarding the user.r problem: it seems the only thing you 
didn't try is placing user.r immediately in your home directory: 
~/user.r
And this is exactly what works for me for REBOL/Core 2.7.6.4.2
Janko
19-Apr-2010
[3676]
aaaaahhhhh!! this is almost funny
Graham
26-Apr-2010
[3677x4]
I've downloaded core 2.7.7 lib c on an suse distro ... but I get 
an error when I try and run it.
-bash .. can not execute binary file
I have set the execute flags
nm .. most have downloaded the wrong version
Graham
1-May-2010
[3681]
No Solaris group .. so ...

Installed OpenSolaris on an old laptop I had here.  Removing Vista. 
 Doesn't seem to be any slower than Windows in booting up.  Oddly 
Firefox died with an update, and even though it appears to allow 
you to revert to a previous boot environment, that does not fix it. 
 Had to install Opera instead to find that Opera is dropping support 
for Solaris!
Graham
10-May-2010
[3682]
Any desktop users ?? http://synapse-ehr.com/forums/showthread.php?73-REBOL-Ubuntu-10x
Maxim
10-May-2010
[3683]
your forum seems to be picking speed and users... am I wrong?
Graham
10-May-2010
[3684x2]
It's the only english Rebol web forum out there ...
I see above that Gab was having segmentation faults with linux using 
draw.  Was that resolved?
BudzinskiC
12-May-2010
[3686]
I've tried REBOL with 3 Linux distributions now (Arch Linux, Puppy 
Linux, Ubuntu) and the Fedora version of REBOL is always the one 
that works best. Is there even a Linux distribution that works with 
the Libc6 version? Maybe it would be a good idea to mention on the 
download site "You probably want to download the Fedora version" 
to make this easier for new users and maybe also rename the Fedora 
download since it doesn't work for just Fedora.
Graham
12-May-2010
[3687]
Good idea ...
Maxim
25-May-2010
[3688x2]
help!   how do I get rebol on linux to start without trying to open 
a setup window?
I get:

** User Error: Bad face in screen pane!
** Near: size-text self


everytime I start any /view capable rebol from a remote terminal 
(I'm not in a desktop).   


I need the view capabilities (to-image, draw), but not the windowing.
I tried creating an empty user.r file in the rebol directory and 
in my user's home, but that didn't change anything.
Izkata
25-May-2010
[3690x2]
I think that's due to initializing system/view/screen-face - it may 
not actually be trying to open a view window...
I ended up just downloading a /core version to avoid it
Andreas
25-May-2010
[3692]
same as you would on windows, i guess: "rebol-view --noinstall --noviewtop"
Maxim
25-May-2010
[3693x2]
ah  I'll try that
does anyone know where the "no viewtop on startup information" is 
information is stored ?  my memory is quite rusty.
Izkata
25-May-2010
[3695]
Looks like ~/.rebol/view/desktop/prefs.r, "desktop: true/false"
Claude
25-May-2010
[3696]
rebol simply in console mode => rebcmdview -vs
Maxim
26-May-2010
[3697]
thanks everyone  :-)
Graham
29-May-2010
[3698]
I'm trying to get rebcmd running on Suse Enterprise 10 and it complains 
of a missing libXaw7.so.7
Where can I get this from?
Gabriele
29-May-2010
[3699x3]
hmm, seems to give only Moblin results: http://software.opensuse.org/search?q=libXaw
but, it could be because the library is included in some other package 
and the search is not "deep".
debian has a libxaw7 package... http://packages.debian.org/lenny/libxaw7
Graham
29-May-2010
[3702x5]
I'm downloading this one ... xorg-x11-libs-7.2-103.src.rpm hope it 
is there!
crap .. full of bz2
The file is in those debian packages ..but how to open a deb in Suse?
Give up ... wasted a few hours on this
Fixed ... reverted to 2.7.6
Graham
30-May-2010
[3707]
I'm trying to execute /usr/bin/pdflatex from Apache2

pdflatex is owned by root
and Apache2 runs as nobody??

I'm guessing why this doesn't work ....
PeterWood
30-May-2010
[3708]
Is Apache user www ?
Gabriele
30-May-2010
[3709x2]
there is no special reason why nobody would not be able to run pdflatex, 
in principle. there may be security rules in effect though (most 
distribution come with some kind of security extension to the usual 
Unix stuff), I wouldn't be surprised if Apache was being restricted 
to what it can do to avoid default installs being easily vulnerable.
you should search around on the web - I'm sure someone else in the 
world did what you're trying to do as well.
caelum
30-May-2010
[3711]
Hi, I have just joined. Is there a way to increase the font size 
on my screen. I can barely read this text?