search for: lcrypt32

Displaying 5 results from an estimated 5 matches for "lcrypt32".

Did you mean: crypt32
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...ICU USE_ICU = YES # path to parent of ICU headers ICU_PATH = D:/home/ICU ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++ # set to use libcurl USE_LIBCURL = YES # path to parent of libcurl headers CURL_PATH = D:/home/curl # libs: for 32-bit # CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm -lidn # libs: for 64-bit CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm # For the cairographics devices # Optionally use a static build of cairographics from # https://www.rforge....
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...eaders > ICU_PATH = D:/home/ICU > ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++ > > # set to use libcurl > USE_LIBCURL = YES > # path to parent of libcurl headers > CURL_PATH = D:/home/curl > # libs: for 32-bit > # CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz > -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm -lidn > # libs: for 64-bit > CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz > -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm > > # For the cairographics devices > # Optionally use a static build of cairogra...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2005 May 27
1
Crypt32: cant build tests
...est CVS. I actually get undefined references to CryptUnprotectData : [syl@wine tests]$ make ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../dlls/crypt32 -L../../../libs -lcrypt32 protectdata.o(.text+0x39a): In function `func_protectdata': /home/syl/wine/dlls/crypt32/tests/protectdata.c:114: undefined reference to `CryptUnprotectData' protectdata.o(.text+0x400):/home/syl/wine/dlls/crypt32/tests/protectdata.c:120: undefined reference to `CryptUnprotectData' Kind...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...CU >> ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++ >> >> # set to use libcurl >> USE_LIBCURL = YES >> # path to parent of libcurl headers >> CURL_PATH = D:/home/curl >> # libs: for 32-bit >> # CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz >> -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm -lidn >> # libs: for 64-bit >> CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz >> -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm >> >> # For the cairographics devices >> # Optionally us...