Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-09 Thread Avraham Adler
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfu

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-09 Thread Kenny Bell
You can see how the appveyor build works here: https://github.com/rwinlib/base I suggest that you work off the build process in the rwinlib repository so you are starting from something that you know works and already incorporates the set of dependencies you need. On Fri, Feb 9, 2018, 5:33 AM A

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-09 Thread Avraham Adler
On Fri, Feb 9, 2018 at 2:16 AM, Indrajit Sen Gupta wrote: > Hi Avraham, > > A quick question - I realized I did not have Perl installed. So I installed > ActiveState Perl right now. Also I see I need texinfo and texi2any. I was > able to installed texinfo from here: > http://gnuwin32.sourceforge.n

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-09 Thread Indrajit Sen Gupta
Thanks, I will take a look. But right now, the process has not reached texinfo stage yet. The error is happening before that. Here is log from the latest output. There is line which caught my eye: D:\Rtools\mingw_64\bin\dlltool.exe: Syntax error in def file Rgraphapp.def:1 I am wondering if this

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-09 Thread Tomas Kalibera
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Wind