Displaying 2 results from an estimated 2 matches for "png_structp".
Did you mean:
png_structrp
2005 Mar 07
0
gcc4 warnings
...int d = 0;
--- syslinux-3.07/com32/lib/libpng/pngwrite.c.gcc4 2005-01-08 00:58:20.000000000 -0500
+++ syslinux-3.07/com32/lib/libpng/pngwrite.c 2005-03-07 11:26:46.000000000 -0500
@@ -435,7 +435,7 @@
png_malloc_ptr malloc_fn, png_free_ptr free_fn)
{
#endif /* PNG_USER_MEM_SUPPORTED */
- png_structp png_ptr;
+ volatile png_structp png_ptr;
#ifdef PNG_SETJMP_SUPPORTED
#ifdef USE_FAR_KEYWORD
jmp_buf jmpbuf;
--- syslinux-3.07/com32/lib/libpng/pngread.c.gcc4 2005-01-08 00:58:20.000000000 -0500
+++ syslinux-3.07/com32/lib/libpng/pngread.c 2005-03-07 11:26:46.000000000 -0500
@@ -33,7 +33,7 @...
2010 Jun 05
1
rgl installation failure
...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_const_charp’ has not been declared
pngpixmap.h:139: error: ‘png_structp’ has not been declared
pngpixmap.h:139: error: ‘png...