Patrick Lindsey
2002-Jan-11 15:21 UTC
[Rd] Wrong header file in ttest.c (windlgs package).
Hi everyone, I've just installed "rw1040" and all the components necessary to compile packages for windows. I always try out my new installation on the provided package "windlgs" in order to ensure that everything is working. This time I ran into a small problem. Indeed, the second line of "ttest.c" includes a header file ("ga.h") which does not exits. I believe that it should be changed back to what it was under "rw1031" which was "graphapp.h". Apologies if this has already been reported. Patrick. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian Ripley
2002-Jan-11 15:30 UTC
[Rd] Wrong header file in ttest.c (windlgs package).
On Fri, 11 Jan 2002, Patrick Lindsey wrote:> Hi everyone, > I've just installed "rw1040" and all the components necessary to compile > packages for windows. I always try out my new installation on the provided > package "windlgs" in order to ensure that everything is working. > This time I ran into a small problem. Indeed, the second line of "ttest.c" > includes a header file ("ga.h") which does not exits. I believe that it > should be changed back to what it was under "rw1031" which was "graphapp.h". > Apologies if this has already been reported.Sorry, it does need to be ga.h. We'll arrange to ship it. The line setbackground(win, myGetSysColor(COLOR_MENU)); and CVS entry revision 1.5 date: 2001/11/19 09:23:47; author: ripley; state: Exp; lines: +14 -12 correct background colours under Win2k explain why. Could you just get it from the sources and put it in src/include. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._