search for: cairo_home

Displaying 6 results from an estimated 6 matches for "cairo_home".

2018 Feb 09
3
R Compilation gets stuck on Windows 64
...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.net/Cairo/files/cairo-current-win.tar.gz # and set CAIRO_HOME to the parent of the win32/win64 directories # # If CAIRO_HOME is not set the devices are not built. CAIRO_HOME = D:/home/cairo/src # set this to YES to build static HTML help BUILD_HTML = YES # unset this if you are *not* using MiKTeX MIKTEX = TRUE # Recent MiKTEX does not provide texi2dvi and n...
2012 Dec 17
1
Problems with building R from sources
...TH=/sources/icu # optional overrides for making bitmapdll: names of source directories JPEGDIR = jpeg-8d PNGDIR = libpng TIFFDIR = libtiff # For the cairographics devices # Optionally use a static build of cairographics from # http://www.rforge.net/Cairo/files/cairo-current-win.tar.gz # and set CAIRO_HOME to the parent of the win32/win64 directories # # If CAIRO_HOME is not set the devices are not built. CAIRO_HOME = # set this to YES to build static HTML help BUILD_HTML = NO # unset this if you are *not* using MiKTeX MIKTEX = TRUE # additional optimization flags EOPTS=-mtune=core2 # define to -...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...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.net/Cairo/files/cairo-current-win.tar.gz > # and set CAIRO_HOME to the parent of the win32/win64 directories > # > # If CAIRO_HOME is not set the devices are not built. > CAIRO_HOME = D:/home/cairo/src > > # set this to YES to build static HTML help > BUILD_HTML = YES > > # unset this if you are *not* using MiKTeX > MIKTEX = TRUE >...
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
2012 Nov 30
1
compiling R for Windows 64 bit
Dear All, I'm trying to compile R for Windows 64 bit. I'm following the instructions of R installation and administration guide v2.15.2 (3.1; A.3.1.4; C.2.2) and at the moment I compiled the default version (single threaded, gcc, without external BLAS) ?on my notebook (windows xp 32 bit) Now I'm trying to compile it on Windows servers 64 bit with the next configuration : 1. Windows
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...sl -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.net/Cairo/files/cairo-current-win.tar.gz >> # and set CAIRO_HOME to the parent of the win32/win64 directories >> # >> # If CAIRO_HOME is not set the devices are not built. >> CAIRO_HOME = D:/home/cairo/src >> >> # set this to YES to build static HTML help >> BUILD_HTML = YES >> >> # unset this if you are *not* usin...