Warnes, Gregory R
2004-Jun-05 07:58 UTC
[Rd] 'cygpath -d' to fix windows paths with spaces
The cygwin 'cygpath' command can now convert arbitrary windows and unix paths into the short ms-dos 8.3 equivalents. This tools might allow the windows build system to better deal with those messy long Windows file and directory names that contain spaces. EG: warneg@GRDGROL99X1028: src [1]$ pwd /cygdrive/c/Documents and Settings/WarnesGR/My Documents/cygwin_home/src/gregmisc/src warneg@GRDGROL99X1028: src [1]$ cygpath -d "`pwd`" c:\DOCUME~1\WarnesGR\MYDOCU~1\CYGWIN~1\src\gregmisc\src -Greg Gregory R. Warnes Manager, Non-Clinical Statistics Pfizer Global Research and Development LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
Prof Brian Ripley
2004-Jun-05 08:51 UTC
[Rd] 'cygpath -d' to fix windows paths with spaces
This should be done internally already, e.g. in the Perl code and by the Rpwd.exe we use. The problem is to anticipate everything people might actually try. On Sat, 5 Jun 2004, Warnes, Gregory R wrote:> > The cygwin 'cygpath' command can now convert arbitrary windows and unix > paths into the short ms-dos 8.3 equivalents. This tools might allow the > windows build system to better deal with those messy long Windows file and > directory names that contain spaces. > > EG: > > warneg@GRDGROL99X1028: src [1]$ pwd > /cygdrive/c/Documents and Settings/WarnesGR/My > Documents/cygwin_home/src/gregmisc/src > > warneg@GRDGROL99X1028: src [1]$ cygpath -d "`pwd`" > c:\DOCUME~1\WarnesGR\MYDOCU~1\CYGWIN~1\src\gregmisc\src-- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
> approx(1:2, c(NA,NA),1.5)Version: 1.9.0 OS: Windows XP
Fan wrote:> > approx(1:2, c(NA,NA),1.5) > > Version: 1.9.0 > OS: Windows XP > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-develAlready fixed in R-patched to be R-1.9.1 in a few weeks: o approx(list(x=rep(NaN,9),y=1:9), xout=NaN) does not seg.fault anymore (PR#6809). Uwe Ligges
Reasonably Related Threads
- How convert Linux path to Windows path like "cygpath" does?
- cygwin script for Sweave
- [LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
- FW: Cent. Mov. Ave
- [LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'