search for: jqmx

Displaying 4 results from an estimated 4 matches for "jqmx".

Did you mean: jmx
2000 Mar 30
2
Re: problem posting to r-help list
You are using the wrong make. Please read the instructions very carefully. You _must_ use the cygwin make with the supplied Makefiles. As INSTALL says: You will also need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir, echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from the cygwin distribution (http://sourceware.cygnus.com/cygwin and several
2000 Mar 30
2
Re: problem posting to r-help list
You are using the wrong make. Please read the instructions very carefully. You _must_ use the cygwin make with the supplied Makefiles. As INSTALL says: You will also need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir, echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from the cygwin distribution (http://sourceware.cygnus.com/cygwin and several
2001 Sep 03
0
error compiling R-1.3.1 from source on WinNT
...kage. The abbreviated errors are as follows: {Typical error #1: get it for all packages.} make -C ./help RHOME=C:/Rtools/R-1.3.1 PKGDIR=C:/Rtools/R-1.3.1/src/library RLIB=C:/Rtools/R-1.3.1/library ziponlyhelp-base make[2]: Entering directory `/cygdrive/c/Rtools/R-1.3.1/src/gnuwin32/help' zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul make[3]: [zipup] Error 12 (ignored) zip -jqmX R-ex/Rex R-ex/*.R 2> nul make[3]: [zipup] Error 12 (ignored) zip -jqmX latex/Rhelp latex/*.tex 2> nul make[3]: [zipup] Error 12 (ignored) ****************************************************************...
2001 Nov 23
1
zip error, missing file
4. Noticed this error go by in the r-devel build in Windows 95: F:/R/TOOLS/BIN/MAKE.EXE -C ./help RHOME=F:/R/R-devel PKGDIR=F:/R/R-devel/src/lib rary RLIB=F:/R/R-devel/library ziponlyhelp-base MAKE.EXE[2]: Entering directory `F:/R/R-devel/src/gnuwin32/help' zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul MAKE.EXE[3]: [zipup] Error 12 (ignored) My guess is that it's a problem with "2> nul". That syntax isn't supported by COMMAND.COM. It didn't appear to cause any problems though... 5. But this one has me stopped again: gcc...