search for: png_create_write_struct

Displaying 8 results from an estimated 8 matches for "png_create_write_struct".

2001 Nov 18
1
Configuration: libpng needs zlib, but ...
I noticed that congigure reported libpng as "not found" although a recent version exists. Further looking into this issue told me, that the test failed because the test from R.m4 AC_CHECK_LIB(png, png_create_write_struct, [ BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz" AC_DEFINE(HAVE_PNG) ], , ${LIBS}) ], AC_MSG_RESULT([no])) ]) did fail: gcc.exe -o conftest.exe -g -m486 -Zmt -Ig:/include -I/xfree86/include -Zmt -Zcrtdll -Zsysv-signals conftest.c -lpng -lsocket -lreadline...
2001 Nov 02
1
png and jpeg libs for Solaris
...oved config.cache before starting. ./configure reports: checking for jpeglib.h... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... no checking for main in -lz... yes checking for png.h... yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... no checking for XDR support... yes checking for gzopen in -lz... yes checking for zlib.h... yes checking if zlib version >= 1.1.3... yes But: > capabilities() jpeg png tcltk X11 libz http/ftp sockets libxml fifo cledit FALSE FALSE FALSE...
2001 Oct 24
1
How change the size of persp() axis labels?
Hi, I have been using the persp() function to plot species response surfaces based on GAMs (using package mgcv). Everything works fine, except that I have a slight problem when it comes to producing a figure with multiple (4 - 6) persp() plots on it. The axis labels remain the same size, no matter how large or small the plot is, causing some overlap when the multiplot figure is produced. Is
2009 Dec 27
0
problems in building R with libpng/cairo/jpeg
...ether pkg-config knows about cairo and pango... no checking whether pkg-config knows about cairo... no .... .... checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... yes checking for main in -lz... yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... yes .... .... R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /***/bin/R C compiler: gcc -std=gnu99 -g -O2 Fortran 77 compiler: gfortran -g -O C++ compiler: g++ -g -O2 Fortran 90...
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list, Good morning; I'm with the Sage (http://www.sagemath.org) project. (Some of you might have seen my talk on this at last summer's useR conference). We have some rudimentary support for using R graphics in various cases, which has proved useful to many of our users who want to go back and forth between R and other capabilities within Sage. Unfortunately, the way we
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...e... yes checking for /usr/local/include/tcl.h... yes checking for tk.h... no checking for BSD networking... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... yes checking for main in -lz... yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... yes checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for rpc/xdr.h... yes checking for XDR support... yes checking whether zlib support needs to be compiled... yes checking mmap support for zlib... yes checking whether b...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...clude/tk.h... yes checking whether compiling/linking Tcl/Tk code works... yes checking for BSD networking... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... yes checking for main in -lz... yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... yes checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for rpc/xdr.h... yes checking for XDR support... yes checking whether zlib support needs to be compiled... yes checking mmap support for zlib... yes checking whether b...
2010 Jun 05
1
rgl installation failure
...map.h: In member function ‘bool PNGPixmapFormat::Save::init()’: pngpixmap.h:314: error: ‘png_ptr’ was not declared in this scope pngpixmap.h:314: error: ‘PNG_LIBPNG_VER_STRING’ was not declared in this scope pngpixmap.h:314: error: ‘png_voidp’ was not declared in this scope pngpixmap.h:314: error: ‘png_create_write_struct’ was not declared in this scope pngpixmap.h:317: error: ‘info_ptr’ was not declared in this scope pngpixmap.h:317: error: ‘png_create_info_struct’ was not declared in this scope pngpixmap.h:319: error: ‘png_init_io’ was not declared in this scope pngpixmap.h: In member function ‘bool PNGPixmapForma...