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 _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
