search for: have_jpeg

Displaying 3 results from an estimated 3 matches for "have_jpeg".

2000 Oct 02
1
R build on i86pc Solaris 2.7 (PR#677)
...e[1]: Leaving directory `/usr/share/src/R-1.1.1/src/unix/X11' make: *** [R] Error 2 Solution: ************************************************* --- src/unix/X11/rbitmap.c.jpeg-patch Mon Oct 2 16:18:16 2000 +++ src/unix/X11/rbitmap.c Mon Oct 2 16:40:36 2000 @@ -231,6 +231,9 @@ #ifdef HAVE_JPEG #include <jpeglib.h> +#if __sun__ & __i386 +#include <setjmp.h> +#endif /* Here's the extended error handler struct */> version _ ************************************************ with this patch R compiles and passes "make test", the...
2000 Sep 08
2
Installing R from source ? (PR#655)
Full_Name: Jens Nieschulze Version: R-1.1.1 OS: sparc sun solaris 2.7 Submission from: (NULL) (134.76.192.150) I tried to install R today and got the following at the first try rbitmap.c:239: parse error before `jmp_buf' rbitmap.c:239: warning: no semicolon at end of struct or union rbitmap.c: In function `my_error_exit': rbitmap.c:257: dereferencing pointer to incomplete type
2000 Jun 19
1
Problem compiling R-1.1.0
I just downloaded R-1.1.0.tgz and attempted installation as usual with ./configure ./make Everything run fine until I hit the following error: gcc -I. -I../../../src/include -I../../../src/include -I../../../src/include/R_ext -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -mieee-fp -D__NO_MATH_INLINES -fPIC -g -O2 -c rbitmap.c -o rbitmap.o rbitmap.c:239: parse error