search for: dpng_no_mmx_code

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

2011 Mar 31
1
Problem running "make bitmapdll" with R-2.13 beta r55221 on Windows
...bitmapdll" returns the following: E:\sandbox\R-2.13.r55221\src\gnuwin32>make bitmapdll make[1]: Entering directory `/cygdrive/e/sandbox/R-2.13.r55221/src/gnuwin32/bitmap' make CC='gcc -std=gnu99' AR='ar' AR_RC='ar rcs' \ CFLAGS="-O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE" \ RANLIB=ranlib ZLIBLIB=../../../extra/zlib -C libpng \ -f scripts/makefile.gcc prefix=foo libpng.a gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE -I../zlib png.c gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE -I../zlib pngerror.c gcc -std=gnu99 -c -O3 -I../....
2010 Apr 22
2
Unable to make bitmapdll files on windows 7 64 bit machine
...I attempt to build the bitmap files I get the following: C:\Rsource\R-2.11.0\src\gnuwin32>make bitmapdll make -C bitmap make[1]: Entering directory `/cygdrive/c/Rsource/R-2.11.0/src/gnuwin32/bitmap' make CC='gcc -std=gnu99' AR='ar' \ CFLAGS="-O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE" \ RANLIB=ranlib ZLIBLIB=../../../extra/zlib -C libpng \ -f scripts/makefile.mingw prefix=foo libpng.a gcc -std=gnu99 -c -O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE -o png.o png.c Assembler messages: Fatal error: can't create png.o: Permission denied make[3]: *** [png.o] Error 1 make[2...
2011 Jan 19
1
problem with constructing bitmap
...cratch on a Windows XP machine. The "make all recommended" worked fine, but when I did the make in the bitmap directory, I got the following error: C:\R\R-2.12.1\src\gnuwin32\bitmap>make make make CC='gcc -std=gnu99' AR='ar' \ CFLAGS="-O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE" \ RANLIB=ranlib ZLIBLIB=../../../extra/zlib -C libpng \ -f scripts/makefile.mingw prefix=foo libpng.a make[2]: scripts/makefile.mingw: No such file or directory make[2]: *** No rule to make target `scripts/makefile.mingw'. Stop. make[1]: *** [buildpng] Error 2 make: *** [all] Error 2...