Skip to content

Windows NT make erro this time

2 messages · Krassimir Krastev, Brian Ripley

#
(Windows NT)(I think I did all the steps in the Install file right)
and I got an R-1.0.0 make error which noone got yet.
Please help! I looked in the Makefile but I don't see any quoted strings
there.
(I'm not good at make:-/)
/WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32
mkdir -p ../../bin
make -C ./fixed
make[1]: Entering directory
`C:/WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32
/fixed'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`C:/WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32/
fixed'
cp -pr unzip ../..
rm -f ../../unzip/*.h
Syntax error: Unterminated quoted string
make: *** [console.d] Error 2
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Wed, 1 Mar 2000, Krassimir Krastev wrote:

            
(Then is this a good idea?  Why not wait for the pre-built and tested
binary distribution? In fact they are available at Vienna CRAN now.)
As this works for both the maintainers and when cross-building, I can only
point you at:

  Note 2: we are aware that because of limitations in line length or in
  the shell used that the Makefiles do not work unchanged on all the
  possible combinations of tools, compilers and OSes.  We have tested
  the Cygwin make and shell under NT, and cross-building (see below).

Almost certainly there is something deficient in the tools you have
installed, or which ones are being picked up.  In particular, do you have
the right sh.exe in use? That seems to be running the .c.d rule, and that
does have a quoted string, so do you have the right echo.exe in use?  And
so on ....