Skip to content
Prev 69732 / 398525 Next

make check fails after building R 2.1.0 on Fedora Core 3

Bill Barnard <bill at barnard-engineering.com> writes:
...
Odd... It's not like noone has been building on FC3 before. 

Have you tried the binary RPM? Does postscript() work there?

The error message is pretty puzzling. My version of 2.1.0 has 
grDevices::postscript ending with

    .External("PostScript", file, old$paper, old$family, old$encoding,
        old$bg, old$fg, old$width, old$height, old$horizontal,
        old$pointsize, old$onefile, old$pagecentre, old$print.it,
        old$command, title, fonts, PACKAGE = "grDevices")

.Internal(PS(file,....  sounds like it might come from an earlier
version of R. It doesn't appear in my version of the 2.1.0(-patched)
sources.