Displaying 6 results from an estimated 6 matches for "pngread".
Did you mean:
pngpread
2011 Mar 31
1
Problem running "make bitmapdll" with R-2.13 beta r55221 on Windows
...-O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE -I../zlib pngget.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE -I../zlib pngmem.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE
-I../zlib pngpread.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE
-I../zlib pngread.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE -I../zlib pngrio.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE
-I../zlib pngrtran.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE
-I../zlib pngrutil.c
gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_...
2005 Mar 07
0
gcc4 warnings
...6: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 @@
{
#endif /* PNG_USER_MEM_SUPPORTED */
- png_structp png_ptr;
+ volatile png_structp png_ptr;
#ifdef PNG_SETJMP_SUPPORTED
#ifdef USE_FAR_KEYWORD
-...
2004 Apr 30
0
[LLVMdev] LLVM benchmarks against GCC
...-r1.2 -r1.3
--- Makefile 20 Feb 2004 21:26:46 -0000 1.2
+++ Makefile 26 Mar 2004 17:04:53 -0000 1.3
@@ -11,6 +11,7 @@
BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=png
+CPPFLAGS += -I../zlib
Source = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
This is fixed in CVS. You might consider upgrading to LLVM CVS,
especially if you are interested in looking at performance issues: several
important performance related patches have gone in since LLVM 1.2.
-Chris
--
http://llvm.cs.uiuc.edu/
http://...
2004 Apr 30
2
[LLVMdev] LLVM benchmarks against GCC
> > yesterday I got new SuSE 9.1 DVD, so i am going to enter this
> > river again. Perhaps, this time all will be fine.
>
> Sounds great, please let me know how it goes.
SuSE 9.1 is running OK.
after 30 minute of compilation i get first errors:
*********************
make[2]: Leaving directory `/pool/tmp/llvm/runtime/libtrace'
make[2]: Entering directory
2013 Jun 25
0
Syslinux 6.00 released
...m32.elf zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/uncompr.o zlib/deflate.o zlib/trees.o zlib/zutil.o zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o sys/zfile.o sys/zfopen.o libpng/png.o libpng/pngset.o libpng/pngget.o libpng/pngrutil.o libpng/pngtrans.o libpng/pngwutil.o libpng/pngread.o libpng/pngrio.o libpng/pngwio.o libpng/pngwrite.o libpng/pngrtran.o libpng/pngwtran.o libpng/pngmem.o libpng/pngerror.o libpng/pngpread.o jpeg/tinyjpeg.o jpeg/jidctflt.o jpeg/decode1.o jpeg/decode3.o jpeg/rgb24.o jpeg/bgr24.o jpeg/yuv420p.o jpeg/grey.o jpeg/rgba32.o jpeg/bgra32.o pci/cfgtype.o pc...
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> Thanks - now it crashes later ...
What crash are you seeing?
> I don't have the ia64 files which are needed for a complete binary. But
> maybe that's only my special problem.
You shouldn't need ia64 files to build ia32 and x86-64 versions of
gnu-efi or Syslinux.
--
Matt Fleming, Intel Open Source Technology Center