Displaying 2 results from an estimated 2 matches for "png_compression_type_base".
2000 Aug 17
2
Install Error on SGI Irix 6.5 (PR#637)
...tmap.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_BASE' undeclared (first use in this
function)
This file wasn't present in the R Versions before 1.1.0.
There don't seem to be any errors in the config.log file.
Does maybe anybodey know how to solve this...
2001 May 28
1
Undeclared identifier in make compilation (PR#951)
...NFIG_H -fPIC -g -O2 -c rbitmap.c -o rbitmap.o
rbitmap.c: In function `R_SaveAsPng':
rbitmap.c:169: `PNG_INTERLACE_NONE' undeclared (first use in this function)
rbitmap.c:169: (Each undeclared identifier is reported only once
rbitmap.c:169: for each function it appears in.)
rbitmap.c:169: `PNG_COMPRESSION_TYPE_BASE' undeclared (first use in this
function)
rbitmap.c:170: `PNG_FILTER_TYPE_BASE' undeclared (first use in this function)
make[5]: *** [rbitmap.o] Error 1
make[5]: Leaving directory `/home/nick/R/R-1.2.3/src/unix/X11'
make[4]: *** [R] Error 2
make[4]: Leaving directory `/home/nick/R/R-1.2....