[R-SIG-Mac] Problem building R-devel (2.7.0)

Simon Urbanek simon.urbanek at r-project.org
Fri Oct 12 16:29:47 CEST 2007


On Oct 12, 2007, at 9:15 AM, Richard Pearson wrote:

> Hi
>
> I can't seem to build the latest development version on my MacBook  
> Pro.
> I'm using the following commands:
>
> tar xvfz R-devel.tar.gz
> cd R-devel
> ./configure --with-blas='-framework vecLib' --with-lapack --with-aqua
> --enable-R-framework
> make
>
> I get the following errors before make quits:
>
> making devQuartz.d from devQuartz.c
> devQuartz.c:35:32: error: R_ext/QuartzDevice.h: No such file or  
> directory
> make[4]: *** [devQuartz.d] Error 1
> make[3]: *** [all] Error 1
> make[2]: *** [R] Error 1
> make[1]: *** [R] Error 1
> make: *** [R] Error 1
>
> Anyone know what the problem might be?

Yes, QuartzDevice.h is available only in the SVN checkout, not in the  
tar ball. Thanks, I have fixed it (for tomorrow's tar).

Cheers,
Simon



More information about the R-SIG-Mac mailing list