Skip to content
Prev 29106 / 63424 Next

RSQLite bug fix for install with icc

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