search for: alone_decoder

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

2013 Sep 30
2
R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error
Hello. When trying to compile R-3.0.2 on Windows 7 64bit, I get an error relating to "alone_decoder.c: Permission denied." The entire error code is copied below. gcc -std=gnu99 -m64 -shared -o Riconv.dll Riconv.def win_iconv.o touch stamp gcc -std=gnu99 -m64 -I../../include -I. -Iapi -DLZMA_API_STATIC -DHAVE_CONFIG_H -DWIN32 -O3 -Wall -pedantic -march=core-avx-i -O3 --param l1-cache-...
2011 Jan 07
1
Trouble compiling R-2.10.0
...-studio cc/F99 compilers. I am pretty sure that I have all my environment set up for a 64-bit compile. However, when doing a make I get the following error: /opt/solstudio12.2/bin/cc -m64 -I./api -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -KPIC -xO3 -c alone_decoder.c -o alone_decoder.o "sysdefs.h", line 126: invalid type combination "sysdefs.h", line 126: warning: useless declaration "sysdefs.h", line 126: warning: typedef declares no type name cc: acomp failed for alone_decoder.c *** Error code 2 make: Fatal error: Command faile...
2013 Dec 18
1
Symlinks when building R on windows
...figure/make in R-3.0.2 sources folder from a cygwin console. I am stuck at the moment, because the build process tries create symlinks, and gcc build fails because the opened files containe the metadata of the not working symlink, and not the linked file. The first problematic files is src/extra/xz/alone_decoder.c, pointing to common/alone_decoder.c, but i guess the following buildt files would have the same problem. My configure didn't even detect the symlink cmd off cygwin while performing the tests, and i even launched configure with --disable-symlinks, but their creationis attmpted anyways. Is ther...