Skip to content

R build on i86pc Solaris 2.7 (PR#677)

1 message · Brian Ripley

#
It's related to having jpeg and not png, and it is already fixed in the
R-devel tree. An unconditional <setjmp.h> is fine.
R-devel has

#ifdef HAVE_JPEG

#include <jpeglib.h>
#include <setjmp.h>

....