Re: [R] trying to compile R in win 7 (with Rtools) ... (bitmapdll - png.h )

2013-10-06 Thread Uwe Ligges
On 06.10.2013 01:42, Cleber N.Borges wrote: I tried to follow the intrusions in http://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Building-the-bitmap-files when I type make bitmapdll (in gnuwin directory) or make (in gnuwin/bitmap dir) the libpng and libjpeg seems to compile but

Re: [R] trying to compile R in win 7 (with Rtools)

2013-10-05 Thread Prof Brian Ripley
On 05/10/2013 02:02, Joshua Wiley wrote: Hi Cleber, You need to set TMPDIR to a valid directory, the default /tmp/ does not work on Windows. May not work, more precisely. Because package writers too often assume it does, I created c:/tmp (my Windows box has only one drive). And of course,

[R] trying to compile R in win 7 (with Rtools) ... (bitmapdll - png.h )

2013-10-05 Thread Cleber N.Borges
I tried to follow the intrusions in http://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Building-the-bitmap-files when I type make bitmapdll (in gnuwin directory) or make (in gnuwin/bitmap dir) the libpng and libjpeg seems to compile but libtiff reclaims by png.h file. I set in the

[R] trying to compile R in win 7 (with Rtools)

2013-10-04 Thread Cleber N.Borges
hello all, I am trying to compile the R in Win7 and compiles one small part but the script don't move from the 'base' directory to 'stats' I installed the Rtools likee administrator and call the terminal (MS-DOS) like administrator too. if somebody can tell me any tips, I thank in advanced

Re: [R] trying to compile R in win 7 (with Rtools)

2013-10-04 Thread Joshua Wiley
Hi Cleber, You need to set TMPDIR to a valid directory, the default /tmp/ does not work on Windows. From the cmd shell: set TMPDIR=C:/TMP for example and then run make all recommended Cheers, Josh On Fri, Oct 4, 2013 at 5:03 PM, Cleber N.Borges kle...@yahoo.com.br wrote: hello all, I

Re: [R] trying to compile R in win 7 (with Rtools)

2013-10-04 Thread Cleber N.Borges
thanks. I am logged in the MS-DOS. I thought that cygwin is not necessary... in cygwin terminal, when I type: where sh CLEBER@pinkfloyd /cygdrive/c $ where sh C:\cygwin\bin\sh.exe C:\Rtools\bin\sh.exe so, I have two version of sh and the cygwin will be priority... I will make more test and

Re: [R] trying to compile R in win 7 (with Rtools)

2013-10-04 Thread Cleber N.Borges
bingo! :-) I got one pass to advanced! my TMP environment variable is: %SystemRoot%\TEMP thanks cleber Em 04/10/2013 22:02, Joshua Wiley escreveu: Hi Cleber, You need to set TMPDIR to a valid directory, the default /tmp/ does not work on Windows. From the cmd shell: set TMPDIR=C:/TMP

Re: [R] trying to compile R in win 7 (with Rtools)

2013-10-04 Thread Tambellini William
Hi Cleber It cant find /tmp which does not exist on standard win32 mount system. Are you sure you dont have to call the make all... from the cygwin bash (cygwin terminal) and not the msdos pseudo terminal ? W. Le 04/10/2013 17:03, Cleber N.Borges a écrit : hello all, I am trying to compile

Re: [R] trying to compile R in win 7 (with Rtools) ... tcl.h

2013-10-04 Thread Cleber N.Borges
stop because *had a stone in the middle of the way* *in the middle of the way had a stone* (by vinicius de moraes) # so, one more help? somebody? :-) thanks... cleber building package 'tcltk' making init.d from init.c making tcltk.d from tcltk.c making tcltk_win.d from

Re: [R] trying to compile R in win 7 (with Rtools) ... tcl.h

2013-10-04 Thread Joshua Wiley
Hi Cleber, When you install Rtools, it asks you the home directory of R, and there it puts a directory called src and Tcl. You need to copy those over to whereever you are making R. So for example, I have: C:\usr\R\R-devel\Tcl Where I tar -xf R devel into C:\usr\R\ and then copy the src and