Re: [R] problems with R and tckl/tk on Mac OS X

2006-09-30 Thread Bill Northcott
events. They will work if you run R from a shell instead of the GUI. Packages built as b. can be run from inside the R GUI. So this is the standard for the CRAN binary distributions. The current R binary (2.3.1) includes an X11 Tcl/Tk. Make sure that it is installed. Bill Northcott

Re: [R] R-2.2.0 compilation problem

2005-10-08 Thread Bill Northcott
with g77 on Tiger is use the command sudo gcc_select 3.3 which will make gcc-3.3 the default compiler and it will all work. Bill Northcott __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] RMySQL not loading on Mac OS X

2005-08-18 Thread Bill Northcott
the Apple gcc-3.3 compilers don't do x86 code. In a perfect future Apple will include Fortran in their Developer tools distribution, but for now they want gcc-4 and gfortran is not quite ready for the big time. Bill Northcott __ R-help

Re: [R] RMySQL not loading on Mac OS X

2005-08-17 Thread Bill Northcott
libraries are used. FWIW I had no problem building it, but I was using an R package which I built from source. So I know the same compiler was used throughout. If you are using the R binary distribution, make sure you have run 'sudo gcc_select 3.3' to get the right default compiler. Bill

Re: [R] Problems with R on OS X

2005-07-11 Thread Bill Northcott
. If you try the 1.12 GUI with a version of the framework other than 2.1.1 it is very likely to crash. If you install the complete package from CRAN it will install both the GUI application and the framework. BIll Northcott __ R-help

Re: [R] compiling gap on mac os x

2005-06-24 Thread Bill Northcott
versions of MacOS X, around the time they stopped shipping gcc 2.95. You can put in the symlink yourself if its not there, and add the ld flag to the R configuration. Bill Northcott __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] Trying to build R sources on Windows

2005-06-18 Thread Bill Northcott
some one could update the documentation. Bill Northcott PS The immediate cause of the header file problems was src/gnuwin32/ fixed/h/config.h. This needs to be regenerated for every build configuration. This is not documented except obliquely in src/ gnuwin32/Maintainer.notes

Re: [R] Trying to build R sources on Windows

2005-06-18 Thread Bill Northcott
2003 Server and installed, MinGW, Msys and the Rtools, nothing else. I do now have everything built except the CHM documentation. Bill Northcott __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

[R] Trying to build R sources on Windows

2005-06-17 Thread Bill Northcott
are the sources trying to access headers which are not included? Examples would be: argz.h included from l10nflist.c alloca.h from errors.c langinfo.h from main.c Any clues about what I am doing wrong? Bill Northcott __ R-help@stat.math.ethz.ch mailing

Re: [R] Fortran 95 in R ?

2005-05-18 Thread Bill Northcott
gfortran compiler which supports F90 and F95. gfortran is not as mature a product as g77 and may give you problems. Current cvs code seems to usable for many purposes, and by the time gcc-4.1 is released later this year, gfortran should be quite usable. Bill Northcott

Re: [R] ISNAN() broken? in ver 2.x on MacOS X

2005-01-04 Thread Bill Northcott
this on MacOS X and the isnan(x) will be unchanged which is wrong as isnan(x) is a macro in math.h. Remove the iostream include and it will work properly. In short there is a problem with the IEEE macros and C++ on MacOS X. Bill Northcott On 04/01/2005, at 7:09 PM, Prof Brian Ripley wrote

Re: [R] ISNAN() broken? in ver 2.x on MacOS X

2005-01-04 Thread Bill Northcott
This sort of confirms that it is a bug. From: Andrew Pinski [EMAIL PROTECTED] Date: 4 January 2005 7:39:38 PM To: Bill Northcott [EMAIL PROTECTED] Cc: gcc@gcc.gnu.org Subject: Re: C++ header file problem - is this a bug? On Jan 4, 2005, at 2:13 AM, Bill Northcott wrote: Is this a bug

[R] ISNAN() broken? in ver 2.x on MacOS X

2005-01-03 Thread Bill Northcott
because substitution is not recursive. So the build breaks with 'error: `isnan' undeclared'. How can I fix this? Bill Northcott __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R

Re: [R] ISNAN() broken? in ver 2.x on MacOS X

2005-01-03 Thread Bill Northcott
) == sizeof(double) ) ? __isnand ( x ) : ( sizeof ( x ) == sizeof( float) ) ? __isnanf ( x ) : __isnan ( x ) )!=0) which is correct. This behaviour is the same with both gcc 3.3 and pre-release gcc 4.0 on MacOS X 10.3.7. Is this a bug we should report to someone such the gcc maintainers? Bill

Re: [R] The hidden costs of GPL software?

2004-11-19 Thread Bill Northcott
built on a an almost completely GPL'ed operating system. There are loads of shareware GUIs which drive GPL utilities. Most obviously there are plenty of commercial apps which run on GNU Linux. Bill Northcott __ [EMAIL PROTECTED] mailing list https