Displaying 1 result from an estimated 1 matches for "reset_tz".
Did you mean:
reset_tx
2007 Jan 08
2
can't compile on OSX: unsetenv header issues
Hi,
A recent change has R failing to compile (for me) on ppc OSX 10.4.8 like this:
../../../../R-devel/src/main/datetime.c: In function `reset_tz':
../../../../R-devel/src/main/datetime.c:511: error: void value not ignored as it ought to be
I suspect there is some sort of configure magic that needs to happen
to get the POSIX compatible unsetenv on OSX. Here's what I think is
the relevant bit from stdlib.h, but I'm hoping someon...