search for: rdonnelly

Displaying 10 results from an estimated 10 matches for "rdonnelly".

Did you mean: donnelly
2016 Apr 04
2
Optimization bug when byte compiling with gcc 5.3.0 on windows
...ass so that an all.equal method that know that the vector direction is not relevant could be written for it Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Apr 4, 2016 at 11:39 AM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu> wrote: > On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly <rdonnelly at continuum.io> > wrote: > > I've started to look into building R for Windows using MSYS2 as both the > > build environment and tools + libraries provider (where possible). > > Thanks for your reply, and for the patches. > > Last time I had a look at this (a few m...
2008 Dec 11
6
Dos to USB
Hi, I have a windows app that allows an old dos program that will only print to LPT, to redirect to a USB printer. I was able to use this in native windows. But Wine does not seem to be able to launch a dos box like windows could. The program is at: http://www.dos2usb.com/download.htm Unless there is some other way to redirect an LPT port? Thanks Bob
2016 Apr 11
1
Optimization bug when byte compiling with gcc 5.3.0 on windows
...willing to provide a prototype for all.equal.eigen ? Martin > Bill Dunlap TIBCO Software wdunlap tibco.com > On Mon, Apr 4, 2016 at 11:39 AM, Jeroen Ooms > <jeroen.ooms at stat.ucla.edu> wrote: >> On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly >> <rdonnelly at continuum.io> wrote: > I've started to look >> into building R for Windows using MSYS2 as both the > >> build environment and tools + libraries provider (where >> possible). >> >> Thanks for your reply, and for the patches. >&...
2016 Apr 04
5
Optimization bug when byte compiling with gcc 5.3.0 on windows
Hi, Apologies for breaking the threading on this, I've only just signed up to the list and the last email was from September 2015. I've started to look into building R for Windows using MSYS2 as both the build environment and tools + libraries provider (where possible). I've managed to get the testsuite to pass on a recent MSYS2 MinGW-w64 x86-64 GCC: gcc.exe (Rev1, Built by MSYS2
2016 Apr 11
0
Optimization bug when byte compiling with gcc 5.3.0 on windows
...willing to provide a prototype for all.equal.eigen ? Martin > Bill Dunlap TIBCO Software wdunlap tibco.com > On Mon, Apr 4, 2016 at 11:39 AM, Jeroen Ooms > <jeroen.ooms at stat.ucla.edu> wrote: >> On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly >> <rdonnelly at continuum.io> wrote: > I've started to look >> into building R for Windows using MSYS2 as both the > >> build environment and tools + libraries provider (where >> possible). >> >> Thanks for your reply, and for the patches. >...
2008 Dec 30
4
SOHO Accounting
Does any one know of an accounting app that will run properly under wine, must be for USA, must have inventory and payroll. Must not require accounting degree to operate. Something that will actually work...............
2017 Feb 24
1
Debugging tools and practices in Windows?
On Thu, Feb 23, 2017 at 7:49 PM, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > The R for Windows FAQ suggests "make DEBUG=T" and has some more hints > https://cran.r-project.org/bin/windows/base/rw-FAQ.html > > Tomas > > > > On 02/23/2017 08:10 PM, Javier Luraschi wrote: > >> Right, I'm talking about C code. >> >> Do you
2017 Mar 06
2
Seeking advice regarding compilation of large libraries using RTools (Windows)
Yep - simpleITK is available at github.com/SimpleITK/SimpleITK. There's also github.com/SimpleITK/SimpleITKRInstaller - a devtools based installer for mac and linux. CMake has a range of build environments. I experimented with MSYS2 and mingw makefiles, but had trouble with incompatibilities in the path required by CMake and those options - from memory the sh in RTools/bin caused problems.
2016 Jun 27
2
Two minor build system patches.
Hi all, I ran into a few problems building R 3.3.1 and came up wth the attached patches (fingers crossed they don't get stripped, I've also sent this email to Jeroen since that worked last time). Would it be possible to review and merge them if they are OK? The first one uses AC_SEARCH_LIBS instead of AC_CHECK_LIB, looking for ncursesw before ncurses since ncurses is usually build with
2017 Mar 07
0
Seeking advice regarding compilation of large libraries using RTools (Windows)
On Mon, Mar 6, 2017 at 8:21 PM, Richard Beare <richard.beare at gmail.com> wrote: > Yep - simpleITK is available at github.com/SimpleITK/SimpleITK. There's > also github.com/SimpleITK/SimpleITKRInstaller - a devtools based installer > for mac and linux. > > CMake has a range of build environments. I experimented with MSYS2 and > mingw makefiles, but had trouble with