Hi, what's wrong ? C:\Rcompile\R-1.6.1\src\gnuwin32>make MkRules:92: *** missing separator. Stop. (1) Download all neccessary file's (2) Create a folder c:\Rcompile (3) Copy Files from Tools.zip -> c:\Rcompile (3) Install InnoSetup2 -> c:\Rcompile\Innosetup2 (4) Install HTMLHELPWorkshop -> c:\Rcompile\HTMLHELPWorkshop (5) tar zxvf R-1.6.1.tgz -> copy files to c:\Rcompile\R1.6.1 (6) tar zxvf pcre-3.9.tar.gz -> copy files to c:\Rcompile\R.1.6.1\src\extra\pcre (7) tar zxvf bzip2-1.0.2.tar.gz -> copy files to c:\Rcompile\R.1.6.1\src\extra\bzip2 Set all path for necessary folders !? (perl) works ! C:\Rcompile\R-1.6.1\src\extra>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) (tcltk) & (miketex) works, too ! ---------------------------------------- P.S. What i have to done to install a package from source i.e. OOP_0.4-1_R.tar.gz in Win2000 ? ...unpack in rw1061\library\oop and type Rcmd Install oop works not !? many thanks and regards,Christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
compile from source (Win2000)
3 messages · Christian Schulz, Brian Ripley, Uwe Ligges
Read the top few lines of MkRules! You have edited in an editor which damaged it, most likely.
On Sun, 24 Nov 2002, Christian Schulz wrote:
Hi, what's wrong ? C:\Rcompile\R-1.6.1\src\gnuwin32>make MkRules:92: *** missing separator. Stop. (1) Download all neccessary file's (2) Create a folder c:\Rcompile (3) Copy Files from Tools.zip -> c:\Rcompile (3) Install InnoSetup2 -> c:\Rcompile\Innosetup2 (4) Install HTMLHELPWorkshop -> c:\Rcompile\HTMLHELPWorkshop (5) tar zxvf R-1.6.1.tgz -> copy files to c:\Rcompile\R1.6.1 (6) tar zxvf pcre-3.9.tar.gz -> copy files to c:\Rcompile\R.1.6.1\src\extra\pcre (7) tar zxvf bzip2-1.0.2.tar.gz -> copy files to c:\Rcompile\R.1.6.1\src\extra\bzip2 Set all path for necessary folders !? (perl) works ! C:\Rcompile\R-1.6.1\src\extra>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) (tcltk) & (miketex) works, too ! ---------------------------------------- P.S. What i have to done to install a package from source i.e. OOP_0.4-1_R.tar.gz in Win2000 ? ...unpack in rw1061\library\oop and type Rcmd Install oop works not !? many thanks and regards,Christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Brian D. Ripley, ripley at 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Christian Schulz wrote:
Hi, what's wrong ? C:\Rcompile\R-1.6.1\src\gnuwin32>make MkRules:92: *** missing separator. Stop.
We have seen this question several times during the last weeks. Most likely you edited MkRules in a way that did not preserve the tabs (e.g. WinEdt's default behaviour is replacing tabs by 4 blanks). And tabs are syntactically neccessary!
(1) Download all neccessary file's (2) Create a folder c:\Rcompile (3) Copy Files from Tools.zip -> c:\Rcompile (3) Install InnoSetup2 -> c:\Rcompile\Innosetup2 (4) Install HTMLHELPWorkshop -> c:\Rcompile\HTMLHELPWorkshop (5) tar zxvf R-1.6.1.tgz -> copy files to c:\Rcompile\R1.6.1 (6) tar zxvf pcre-3.9.tar.gz -> copy files to c:\Rcompile\R.1.6.1\src\extra\pcre (7) tar zxvf bzip2-1.0.2.tar.gz -> copy files to c:\Rcompile\R.1.6.1\src\extra\bzip2 Set all path for necessary folders !? (perl) works ! C:\Rcompile\R-1.6.1\src\extra>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) (tcltk) & (miketex) works, too ! ---------------------------------------- P.S. What i have to done to install a package from source i.e. OOP_0.4-1_R.tar.gz in Win2000 ? ...unpack in rw1061\library\oop
In a nearly arbitrary folder, but *not* into this one, please. The binaries will be installed into that folder automatically ...
and type Rcmd Install oop works not !? many thanks and regards,Christian
Should work, if your R is running and configured appropriately (at least when compiling the whole R works). Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._