[Rd] R_ColorTable

Nicholas Lewin-Koh kohnicho@comp.nus.edu.sg
Wed, 4 Oct 2000 17:51:49 +0800 (GMT-8)


Hmmm, did I miss something? I added 
R_ColorTable 
R_ColorTableSize 
to R.exp
and rebuilt libR.a then i added
                                                                               
#define R_ColorTableSize (*_imp__R_ColorTableSize) 
#define R_ColorTable(*_imp__R_ColorTable)
                                                                               
to globalvar.h
                                                                               
make pkg-colortools
                                                                               
results in   

gcc -Id:/Nicholas/rw1011/src/include -include
d:/Nicholas/rw1011/src/include/ globalvar.h -Wall -O2 
-Id:/Nicholas/rw1011/src/gnuwin32/graphapp -c colorpick .c -o colorpick.o
colorpick.c: In function `create_dialog': colorpick.c:175:
`_imp__R_ColorTableSize' undeclared (first use in this function )
colorpick.c:175: (Each undeclared identifier is reported only once
colorpick.c:175: for each function it appears in.) colorpick.c:176:
`_imp__R_ColorTable' undeclared (first use in this function) colorpick.c:
At top level: colorpick.c:47: warning: `alts' defined but not used
make[2]: *** [colorpick.o] Error 1

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._