loecher@scr.siemens.com
2000-Oct-24 17:07 UTC
[Rd] installation problems with rbitmap.c (PR#703)
Full_Name: Markus Loecher Version: 1.1.1 OS: Solaris Submission from: (NULL) (129.73.1.1) When trying to install R on a Sun SPARC, make fails in the very end, here is the error message: 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 rbitmap.c: In function `R_SaveAsJpeg': rbitmap.c:279: storage size of `jerr' isn't known Any help ? Thanks, Markus -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
2000-Oct-24 17:21 UTC
[Rd] installation problems with rbitmap.c (PR#703)
This has been reported before as PR#677 (and prior to that too). If you have JPEG but not PNG, on Solaris, you need to add #include <setjmp.h> after #include <jpeglib.h>. It is fixed in the development version.> From: loecher@scr.siemens.com > Date: Tue, 24 Oct 2000 19:07:18 +0200 (MET DST) > To: r-devel@stat.math.ethz.ch > Subject: [Rd] installation problems with rbitmap.c (PR#703) > CC: R-bugs@biostat.ku.dk > X-Loop: R-bugs@biostat.ku.dk > > Full_Name: Markus Loecher > Version: 1.1.1 > OS: Solaris > Submission from: (NULL) (129.73.1.1) > > > When trying to install R on a Sun SPARC, make fails in the very end, here isthe> error message: > > 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 > rbitmap.c: In function `R_SaveAsJpeg': > rbitmap.c:279: storage size of `jerr' isn't known > > Any help ? > > Thanks, > > Markus > > >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-> r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch >_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._