Hello, so I am running redhat 6.6 through ssh on a command line terminal. I do not have a monitor screen (X11) as well as root access and internet (am able to transfer .tar.gz's over but no .rpms).
I am currently attempting to run R through the terminal and have already successfully installed it. However, I am required to download a certain package called 'rpanel' which in turn requires this add-on known as BWidget. Therefore when i run 'tclsh' and subsequently 'package require BWidget' to check for BWidget's presence, it says 'can't find package BWidget'
Following the guide on
http://wiki.tcl.tk/13735, i have installed bwidget separately and tried to redirect its path so that it can be found. However, then I encounter a new problem: 'no display name and no $DISPLAY environment variable'
After doing some googling, i have learned of xvfb, a virtualframe server. Installing xvfb, './configure' seems to work fine' However, when i do 'make', i receive the error:
randr.c:183: error: expected ')' before '*' token
randr.c:195: error: expected ')' before '*' token
randr.c:213: error: expected ')' before '*' token
randr.c: In function 'SRRNotifyEvent':
randr.c:239: error: 'RRNotify_ProviderChange' undeclared (first use in this function)
randr.c:239: error: (Each undeclared identifier is reported only once
randr.c:239: error: for each function it appears in.)
randr.c:240: warning: implicit declaration of function 'SRRProviderChangeNotifyEvent'
randr.c:240: warning: nested extern declaration of 'SRRProviderChangeNotifyEvent'
randr.c:240: error: 'xRRProviderChangeNotifyEvent' undeclared (first use in this function)
randr.c:240: error: expected expression before ')' token
randr.c:243: error: 'RRNotify_ProviderProperty' undeclared (first use in this function)
randr.c:244: warning: implicit declaration of function 'SRRProviderPropertyNotifyEvent'
randr.c:244: warning: nested extern declaration of 'SRRProviderPropertyNotifyEvent'
randr.c:244: error: 'xRRProviderPropertyNotifyEvent' undeclared (first use in this function)
randr.c:244: error: expected expression before ')' token
randr.c:247: error: 'RRNotify_ResourceChange' undeclared (first use in this function)
randr.c:248: warning: implicit declaration of function 'SRRResourceChangeNotifyEvent'
randr.c:248: warning: nested extern declaration of 'SRRResourceChangeNotifyEvent'
randr.c:248: error: 'xRRResourceChangeNotifyEvent' undeclared (first use in this function)
randr.c:248: error: expected expression before ')' token
make[1]: *** [randr.lo] Error 1
make[1]: Leaving directory `/gpfs/home/harminder/wine64bit/xvfb/xorg-server-1.14.2-rc1/randr'
make: *** [all-recursive] Error 1
this has really left me stumped and unable to find anymore help online. thanks so much for reading through this and hope i can get some sort of help!
