search for: png_struct

Displaying 3 results from an estimated 3 matches for "png_struct".

Did you mean: pcg_struct
2007 Sep 18
1
installing rgl package on linux platform
...J/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 reported only once for each function it appears in.) pngpixmap.h:200: `png_set_palette_to_rgb' undeclared (first use this function) pngpixma...
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_uint_32*' make: *** [pixmap.o] Error 1 ERROR: compilation failed for package 'rgl' *...
2011 Feb 14
0
package rgl installation failure due to png
.../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 function it appears in.) make: *** [pixmap.o] Error 1 ERROR: compilation failed for package ârglâ...