Displaying 2 results from an estimated 2 matches for "zipup".
Did you mean:
zioup
2001 Sep 03
0
error compiling R-1.3.1 from source on WinNT
...or #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)
*************************************************************************
{Typical error #2: also get it for all packages.}...
2001 Nov 23
1
zip error, missing file
...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 --shared -s -o ctest.dll ctest.def ctest.a ctest_res.o -lg2c...