Displaying 2 results from an estimated 2 matches for "png_".
Did you mean:
png
2009 Aug 08
2
configure issue
Dear R People:
I am installing R from source into Ubuntu Jaunty Jackalope. (R-2.9.1)
When I do the configure, I get the following:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -std=gnu99 -g -O2
Fortran 77 compiler: gfortran -g -O2
C++ compiler: g++ -g -O2
Fortran
2000 Aug 17
2
Install Error on SGI Irix 6.5 (PR#637)
...directory
with the gcc compiler command
gcc -I. -I../../../src/include -I../../../src/include
-I../../../src/include/R_ext -I/usr/local/include -DHAVE_CONFIG_H
-fPIC -g -O2 -c rbitmap.c -o rbitmap.o
results in the following errors:
rbitmap.c: In function `R_SaveAsPng':
rbitmap.c:168: `PNG_INTERLACE_NONE' undeclared (first use in this
function)
rbitmap.c:168: (Each undeclared identifier is reported only once
rbitmap.c:168: for each function it appears in.)
rbitmap.c:168: `PNG_COMPRESSION_TYPE_BASE' undeclared (first use in
this
function)
rbitmap.c:169: `PNG_FILTER_TYPE_B...