search for: pngpixmap

Displaying 4 results from an estimated 4 matches for "pngpixmap".

2010 Jun 05
1
rgl installation failure
...buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c pixmap.cpp -o pixmap.o In file included from pixmap.cpp:14: pngpixmap.h:3:17: error: png.h: No such file or directory In file included from pixmap.cpp:14: pngpixmap.h:124: error: ‘png_structp’ has not been declared pngpixmap.h:124: error: ‘png_const_charp’ has not been declared pngpixmap.h:131: error: ‘png_structp’ has not been declared pngpixmap.h:131: error: ‘png_c...
2007 Sep 18
1
installing rgl package on linux platform
...-o FaceSet.o And many more g++ commands until it got to the one below. g++ -I/ms/dist/fsf/PROJ/R/2.5.0/exec/lib/R/include -I/ms/dist/fsf/PROJ/R/2.5.0/exec/lib/R/include -DHAVE_PNG_H -I/usr/X11R6/include -Iext -g -O2 -fpic -g -O2 -c pixmap.cpp -o pixmap.o In file included from pixmap.cpp:13: pngpixmap.h:273: syntax error before `*' token pngpixmap.h: In static member function `static void PNGPixmapFormat::Load::info_callback(png_struct*, png_info*)': pngpixmap.h:180: `png_set_gray_1_2_4_to_8' undeclared (first use this function) pngpixmap.h:180: (Each undeclared identifier is rep...
2005 May 31
0
Installing RGL on SuSE 9.3
I am running R 2.10 on SuSE 9.3. When I tried to install the package "rgl", I got error message: ... In file included from pixmap.cpp:13: pngpixmap.h: In static member function `static void PNGPixmapFormat::Load::info_callback(png_struct*, png_info*)': pngpixmap.h:149: error: invalid conversion from `long unsigned int*' to ` png_uint_32*' pngpixmap.h:149: error: invalid conversion from `long unsigned int*' to ` png_uin...
2011 Feb 14
0
package rgl installation failure due to png
....cpp -o par3d.o g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12 -I/usr/X11R6/include -DHAVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext -I/usr/local/include -g -O2 -fpic -g -O2 -c pixmap.cpp -o pixmap.o In file included from pixmap.cpp:14: pngpixmap.h: In static member function `static void PNGPixmapFormat::Load::info_callback(png_struct*, png_info*)': pngpixmap.h:180: error: `png_set_expand_gray_1_2_4_to_8' undeclared (first use this function) pngpixmap.h:180: error: (Each undeclared identifier is reported only once for each functi...