Displaying 5 results from an estimated 5 matches for "r_saveaspng".
2003 Mar 06
2
compiling R on sparc-solaris
Hello,
I am trying to compile the R package on a sun.
I get the error message
rbitmap.c: In function 'my_png_error':
rbitmap.c:73: structure has no member named 'jmpbuf'
rbitmap.c: In function 'R_SaveAsPng':
rbitmap.c:122: structure has no member named 'jmpbuf'
make[4]:*** [rbitmap.lo] Error 1
Has anyone encountered this problem? Any solutions? Is there are compiled binary somewhere that I could use?
Grateful for any help.
Richard
Richard Kerr, Quantitative Geneticist
MMI Genomics
Da...
2000 Aug 17
2
Install Error on SGI Irix 6.5 (PR#637)
...compile the file rbitmap.c in this 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)
rbitm...
2001 May 28
1
Undeclared identifier in make compilation (PR#951)
...5.8 Generic_108528-03
Submission from: (NULL) (150.203.33.227)
>From running the make, the following error occurs:
gcc -I. -I../../../src/include -I../../../src/include -I/opt/x11r6.3/include
-I/usr/local/include -DHAVE_CONFIG_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:17...
2006 Feb 09
1
make: Target `all' not remade because of errors. (PR#8585)
...efore "png_zalloc"
/usr/include/png.h:1821: error: parse error before "png_ptr"
/usr/include/png.h:1825: error: parse error before "png_ptr"
rbitmap.c: In function `my_png_error':
rbitmap.c:72: error: dereferencing pointer to incomplete type
rbitmap.c: In function `R_SaveAsPng':
rbitmap.c:121: error: dereferencing pointer to incomplete type
make[4]: *** [rbitmap.lo] Error 1
make[4]: Target `R_X11.so' not remade because of errors.
make[4]: Leaving directory `/users/cadet/R-2.2.1/src/modules/X11'
make[3]: *** [R] Error 2
make[3]: Leaving directory `/users/cadet...
2006 Feb 09
0
make: Target `all' not remade because of errors.
...efore "png_zalloc"
/usr/include/png.h:1821: error: parse error before "png_ptr"
/usr/include/png.h:1825: error: parse error before "png_ptr"
rbitmap.c: In function `my_png_error':
rbitmap.c:72: error: dereferencing pointer to incomplete type
rbitmap.c: In function `R_SaveAsPng':
rbitmap.c:121: error: dereferencing pointer to incomplete type
make[4]: *** [rbitmap.lo] Error 1
make[4]: Target `R_X11.so' not remade because of errors.
make[4]: Leaving directory `/users/cadet/R-2.2.1/src/modules/X11'
make[3]: *** [R] Error 2
make[3]: Leaving directory `/users/cadet...