Seth, I encountered problems installing RSQLite, R-2.7.0, on RHEL4 using Intel 10.1 icc, My sysadmin helped me track down the problem and kindly forwarded me the fix, which corrected the problem. What follows is from the sysadmin. Mark I looked at the error, looks like there is a bug in the source code. I've attached a new tarball, hopefully fixed. I added #include <sys/types.h> immediately before #include <unistd.h> in RSQLite/src/RS-DBI.h -- Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail (317) 663-0513 Home (no voice mail please) ****************************************************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: RSQLite_0.6-8.tar.gz Type: application/x-gzip Size: 726970 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20080604/cba4fef7/attachment-0001.gz>
Hi Mark, [the r-sig-db list might have been a better spot for this...] * On 2008-06-04 at 14:28 -0400 Mark Kimpel wrote:> I encountered problems installing RSQLite, R-2.7.0, on RHEL4 using > Intel 10.1 icc, My sysadmin helped me track down the problem and > kindly forwarded me the fix, which corrected the problem. > > What follows is from the sysadmin. Mark > > > I looked at the error, looks like there is a bug in the source code. > I've attached a new tarball, hopefully fixed. > > I added > #include <sys/types.h> > immediately before > #include <unistd.h> > in > RSQLite/src/RS-DBI.hI will see about making such a change. I suspect the correct fix is one that tweaks configure to determine where things are based on the current system (the current code is correct for gcc I believe). Anyhow, thanks for the report. I will try to have an update within a week. + seth -- Seth Falcon | http://userprimary.net/user/
Seth Falcon
2008-Jun-10 15:28 UTC
[Rd] RSQLite 0.6-9 uploaded to CRAN [was: RSQLite bug fix for install with icc]
Hi all, A new version of RSQLite has been uploaded to CRAN and should be available soon. This update contains a minor change to the C code that should improve compatibility on various unix OS. + seth -- Seth Falcon | http://userprimary.net/user/