<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello all R users,
<p>I tried to compile R1.3.0 on Solari Ultra60, R configured
as follows(command ./configure)
<p>then I used "make" to make x files. I got the
information which looks that the <font color="#3366FF">X11 s unsupported</font>.
<br>Does anyone can help me to find the reason why I couldn't make the
successful compile.
<br>If anyone has the precompiled R under sparc workstation, may
I get a copy?
<br>
<p>Thank you very much in advance for ur help.
<p>Zhuanshi He
<br>Advanced Environmental Monitoring and Research Center
<br>Kwangju Institute of Science and Technology
<br>Republic of Korea
<br><A HREF="http://www.geocities.com/hzs.geo">http://www.geocities.com/hzs.geo</A>
<br>
<p>----------------------------------
<br>R is now configured for sparc-sun-solaris2.7
<p> Source directory:
.
<br> Installation directory: /usr/local
<br> C compiler:
gcc -g -O2
<br> C++ compiler:
c++ -g -O2
<br> FORTRAN compiler:
g77 -g -O2
<p> <font color="#FF0000">X11 support:
yes</font>
<br> Gnome support:
no
<br> Tcl/Tk support:
no
<p> R profiling support: yes
<br> R as a shared library: no
<br>-----------------------------------
<br>
<p>"make " output some information like
<p>make[3]: `R.bin' is up to date.
<br>make[3]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/main'
<br>make[2]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/main'
<br>make[2]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules'
<br>make[3]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[4]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[4]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[4]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br><font color="#3333FF">gcc -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c
-o dataentry.o</font>
<br><font color="#3333FF">dataentry.c: In function `doSpreadKey':</font>
<br><font color="#3333FF">dataentry.c:1195: `XK_Page_Up' undeclared (first
use in this function)</font>
<br><font color="#3333FF">dataentry.c:1195: (Each undeclared identifier
is reported only once</font>
<br><font color="#3333FF">dataentry.c:1195: for each function it appears
in.)</font>
<br><font color="#3333FF">dataentry.c:1199: `XK_Page_Down' undeclared (first
use in this function)</font>
<br>make[4]: *** [dataentry.o] Error 1
<br>make[4]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[3]: *** [R] Error 2
<br>make[3]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[2]: *** [R] Error 1
<br>make[2]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules'
<br>make[1]: *** [R] Error 1
<br>make[1]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src'
<br>make: *** [R] Error 1
<br>
<br>
<br> </html>