Displaying 2 results from an estimated 2 matches for "zzzfirst".
2004 May 11
2
- making a Windows library from Unix source code
...nd installed Perl, R tools, copied across the text to
C:\Program Files\R\rw1081\src\library\fatigue
(note: the package is called "fatigue") then I type at the DOS prompt
cd "c:\Program Files\R\rw1081\src\gnuwin32"
make pkg-fatigue
and get the error message(s)
make[1]: *** [zzzfirst] Error 255
make: *** [pkg-fatigue] Error 2
How do I look up what Error 255 means?
Or can you tell me what Error 255 means and how I might fix it?
Any other hints or ideas on how to use "make" or compile code that appears to work?
thanks,
Paul.
2008 Aug 22
1
R CMD check problem
...using Rtools27 under
Windows XP Pro. This is the current fda library on RForge:
http://r-forge.r-project.org/projects/fda
Following R CMD build, R CMD check produces the following error in
00Install.out:
installing R.css in F:/work/RForge/fda.Rcheck
make: *** [Rcode0] Error 53
make[2]: *** [zzzfirst] Error 53
make[1]: *** [all] Error 2
make: *** [pkg-fda] Error 2
*** Installation of fda failed ***
Removing 'F:/work/RForge/fda.Rcheck/fda'
Any idea what the problem could be? Note the same procedure runs
successfully on two other windows machines. For reference, the PATH
environment...