Displaying 20 results from an estimated 28 matches for "rpwd".
Did you mean:
pwd
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
...no-print-directory -C C:/PROGRA~1/R/R-28~1.1/src/gnuwin32
PKGDIR=Z:/R.INSTALL.5532 PKGNAME=scupper RLIB=c:/allanR DPKG=c:/allanR/scupper
scupper-LAZY=true HELP=YES WINHELP=CHM pkg-scupper
dir=C:\Program Files\R\R-2.8.1\src\gnuwin32\
6. make.exe
cmd=c:\Rtools\bin\make.exe
dir=C:\WINDOWS\system32\
7. Rpwd.exe
cmd=c:\PROGRA~1\R\R-28~1.1\src\gnuwin32\Rpwd.exe ../..
dir=C:\Program Files\R\R-2.8.1\src\gnuwin32\
First, one stupid thing is that one time I ran the make cmd under the CMD prompt
and it successfully generated a CHM file, as shown by this fragment of the
output I captured:
>>> Bu...
2009 Jun 01
0
install.packages hangs RGui with frozen rpwd process at (PR#13739)
...=Z:/R.INSTALL.5532 PKGNAME=scupper RLIB=c:/allanR
>> DPKG=c:/allanR/scupper
>> scupper-LAZY=true HELP=YES WINHELP=CHM pkg-scupper
>> dir=C:\Program Files\R\R-2.8.1\src\gnuwin32\
>> 6. make.exe
>> cmd=c:\Rtools\bin\make.exe
>> dir=C:\WINDOWS\system32\
>> 7. Rpwd.exe cmd=c:\PROGRA~1\R\R-28~1.1\src\gnuwin32\Rpwd.exe ../..
>> dir=C:\Program Files\R\R-2.8.1\src\gnuwin32\
>>
>> First, one stupid thing is that one time I ran the make cmd under the
>> CMD prompt
>> and it successfully generated a CHM file, as shown by this fragment...
2007 Apr 02
2
Compiling C codes in Windows
...run this command in Cygwin, so I started to reinstall R in Cygwin by compiling the source (I assume it is not possible to call the precompiled binaries from Cygwin). But I ran into the following problem when I ran "make all recommended" in src/gnuwin32/
$ make all recommended
make: ./Rpwd.exe: Command not found
make[1]: ./Rpwd.exe: Command not found
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
gcc -O3 -Wall -pedantic -I../../include -c rpwd.c -o rpwd.o
rpwd.c:22:20: direct.h: No such file or directory
rpwd.c: In function...
2007 Apr 02
2
Compiling C codes in Windows
...run this command in Cygwin, so I started to reinstall R in Cygwin by compiling the source (I assume it is not possible to call the precompiled binaries from Cygwin). But I ran into the following problem when I ran "make all recommended" in src/gnuwin32/
$ make all recommended
make: ./Rpwd.exe: Command not found
make[1]: ./Rpwd.exe: Command not found
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
gcc -O3 -Wall -pedantic -I../../include -c rpwd.c -o rpwd.o
rpwd.c:22:20: direct.h: No such file or directory
rpwd.c: In function...
2005 Apr 07
1
build rpvm under cygwin
...d.o
In file included from dynload.c:35:
../../src/include/Defn.h:60:22: psignal.h: No such
file or directory
I found the psignal.h header file under
gnuwin32/fixed/h/psignal.h how do incoperate this
udner cygwin?
I also tried to type build under src/gnuwin32 but get
another error:
$ make
make: ./Rpwd.exe: Command not found
make[1]: ./Rpwd.exe: Command not found
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make[3]: Nothing to be done for `version'.
make Rpwd.exe
gcc -O2 -Wall -pedantic -I../../include -c rpwd.c -o
rpwd.o
rpwd.c:22:20: direct.h:...
2007 Oct 11
2
R260 cross-compilation
...ccompile260/WinR/R-2.6.0/src/gnuwin32/; \
make; \
cd /home/ernesto/ipimar/devel/R/ccompile260/WinR; \
tar zcf Win-R-2.6.0.tgz R-2.6.0
make[1]: Entering directory
`/home/ernesto/ipimar/devel/R/ccompile260/WinR/R-2.6.0/src/gnuwin32'
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
i586-mingw32-gcc-sjlj -std=gnu99 -I../../include -O3 -Wall -pedantic
-c rpwd.c -o rpwd.o
make[4]: i586-mingw32-gcc-sjlj: Command not found
make[4]: *** [rpwd.o] Error 127
make[3]: *** [Rpwd] Error 2
make[2]: *** [front-ends/Rpwd.exe] E...
2002 Nov 30
3
About building R1.6.1 on Cygwin
...es/) requiring PostgresSQL's libs,
I've tried to build R1.6.1 on Cygwin following the instruction of
http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on
Windows can run only on Cygwin environment,
However I've got following error messages.
make -C front-ends Rpwd
make[1]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends'
make -C ../fixed version
make[2]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/fixed'
sed -e 1d ../../../tools/GETVERSION > ../../../tools/GV
sh ../../../tools/GV > ../../include/Rversion.h
rm -f ../../../tool...
2005 Jul 04
2
Windows compile
I'm trying to compile R on Windows 2003 Server and following the
instruction laid out in R inst and admin manual I continue to get this
error:
make: ./Rpwd.exe: Command not found
make[1]: ./Rpwd.exe: Command not found
/cygdrive/d/rp/tools/bin/make --no-print-directory -C front-ends Rpwd
/cygdrive/d/rp/tools/bin/make -C ../../include -f Makefile.win version
make[3]: sh.exe: Command not found
make[3]: *** [Rversion.h] Error 127
make[2]: *** [Rpwd]...
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...I also set
USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in
the directory src/gnuwin32 I ran 'make all recommended' and got an
error from windres very early in the build:
E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
make[3]: **...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...N=yes, as suggested in MkRules itself. Then, while in
> the directory src/gnuwin32 I ran 'make all recommended' and got an
> error from windres very early in the build:
>
> E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
> make --no-print-directory -C front-ends Rpwd
> make -C ../../include -f Makefile.win version
> make Rpwd.exe
> gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
> windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
> c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: s...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...I also set
USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in
the directory src/gnuwin32 I ran 'make all recommended' and got an
error from windres very early in the build:
E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
make[3]: **...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...kRules itself. Then, while in
> > the directory src/gnuwin32 I ran 'make all recommended' and got an
> > error from windres very early in the build:
> >
> > E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
> > make --no-print-directory -C front-ends Rpwd
> > make -C ../../include -f Makefile.win version
> > make Rpwd.exe
> > gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
> > windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
> > c:\Rtools\MinGW\bin\w...
2005 Oct 07
1
builiding R from sources
...build R from sources (in Windows) using Dr. Goto's BLAS,
unsuccessfully! I've followed the instructions in Section 3.1.2-3.1.3 of "R
Installation and Administration" manual (but maybe I did something wrong), but I
keep receiving the following error:
-- initially I get --
make: ./Rpwd.exe: Command not found
make[1]: ./Rpwd.exe: Command not found
...
DR_DLL_BUILD -c arithmetic.c -o arithmetic.o
arithmetic.c: In function 'do.math1':
arithmetic.c:886: error: 'expm1' undeclared (first use in this function)
arithmetic.c:886: error: (Each undeclared identifier is rep...
2002 Mar 26
0
some problems with r 1.5.0 on win2k
That was the solution.
Perhaps it is worth mentioning in the INSTALL file.
Garfield Brown wrote:
>>1. Failure in make when starting from scratch
>>make in src/gnuwin fails at the first run because it tries to use
>>Rpwd.exe. It does, however, create Rpwd.exe before it fails.
>>Copying Rpwd.exe to a directory on the path the allows
>>a complete pass through make.
>>
>
> I think by default most shells will not search the current directory for
> binaries.
>
> On win2k using bash wi...
2005 Jan 28
2
compiling and making R-2.0.1 for windows XP
I am having no luck compiling R-2.0.1 on a Windows XP platform. I have not had these problems when compliling previous versions of R.
I've installed all the recommended software and tools. But I cannot get round this error message:
make
make[1]: `Rpwd.exe' is up to date.
make -f Makefile.docfiles
make[3]: Nothing to be done for `docfiles'.
-------- Building ../../../library/base/R/Rprofile from ../../library/profile/Common.R ../../library/profile/Rprofile.windows--------
mkdir -p ../../../library/base/R
cat: not found
make[3]: *** [../.....
2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...; TOOLLINKOPTS=-ldl
>
> #
> # Path to the archiver program.
> #
> AR_PATH = /usr/bin/ar
>
> #
> # The pathnames of the Flex and Bison programs, respectively.
> #
> BISON = bison
> FLEX = flex
>
> #
> # Paths to miscellaneous programs.
> #
> RPWD = /bin/pwd
> SED = /bin/sed
> RM = /bin/rm
> ECHO = /bin/echo
> MKDIR = /home/yue/llvm/autoconf/mkinstalldirs
> DATE = /bin/date
> MV = /bin/mv
> INSTALL = /usr/bin/install -c
> DOT = false
> ETAGS = false
>
> #
> # Determine the t...
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John,
I have attached my Makefile.config.
I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables
defined as such in my environment. But I noticed that this is defined in
the Makefile.config by default to the same values.
All the same, I tried defining both these variables in my .cshrc, but I
still get the same error.
The main directory for me is /home/llvm, and I have
2009 Mar 12
1
iconv.dll in Windows
...on may fix this problem.'.
An R-2.8.1 that I installed using the Windows installer has this dll in R-2.8.1/bin, whereas in R-devel it is still in R-devel/src/gnuwin32/unicode. Moving the dll to R-devel/bin alleviates the problem.
I built using the recent recommendations of P. Dalgaard (make Rpwd.exe, make link-recommended, make all recommended). I don't see anything in the NEWS for this version, but maybe I missed something?
Best,
Jim
> sessionInfo()
R version 2.9.0 Under development (unstable) (2009-03-11 r48117)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;L...
2006 Jun 06
3
build R with Visual Studio
Hi,
Has anyone had success in building R source with Visual Studio? I
followed the instructions in README.packages, but failed on the very
first step, where it's looking for R.dll. I looked through R source and
couldn't find the file. Can someone point me to where this file is
located or generated? Thanks!
Sincerely,
Jennifer
2006 Jun 06
3
build R with Visual Studio
Hi,
Has anyone had success in building R source with Visual Studio? I
followed the instructions in README.packages, but failed on the very
first step, where it's looking for R.dll. I looked through R source and
couldn't find the file. Can someone point me to where this file is
located or generated? Thanks!
Sincerely,
Jennifer