search for: extradocs

Displaying 20 results from an estimated 21 matches for "extradocs".

2001 Nov 23
1
zip error, missing file
...] 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 EXTRADOCS= F:/R/R-devel/bin/R.dll gcc: EXTRADOCS=: No such file or directory MAKE.EXE[3]: *** [ctest.dll] Error 1 MAKE.EXE[3]: Leaving directory `F:/R/R-devel/src/library/ctest/src' F:\R\TOOLS\BIN\MAKE.EXE[2]: *** [src/ctest.dll] Error 2 F:\R\TOOLS\BIN\MAKE.EXE[2]: Leaving directory `F:/R/R-devel/s...
2005 Jul 30
0
[LLVMdev] PyPy sprint announcement: Heidelberg (Germany) 22nd - 29th August 2005
Hi LLVM-dev! As you know, I'm involved with the PyPy Python compiler effort and have been wroking on the LLVM backend. The LLVM backend will be one of the topics of the upcoming PyPy sprint (see link below), which will take place in Heidelberg, Germany. See sprint announcement below or on http://codespeak.net/pypy/index.cgi?extradoc/sprintinfo/Heidelberg-sprint.html Since we only started
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
...age = R Windows 9x 4.10 (build 2222) A Search Path: .GlobalEnv, package:ctest, Autoloads, package:base ---------------------------------------- The session: C:\rw1020\src\gnuwin32>Rcmd INSTALL C:\rw1011\src\library\bqtl\ make: Entering directory `/RW1020/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C C:/rw1011/src/library/.o PKG=.o RHOME=C:/RW1020 RLIB=C:/RW1020/library \ -f C:/RW1020/src/gnuwin32/MakePkg make: Entering an unknown directory make: *** C:/rw1011/src/library/.o: No such file or directory. Stop. make: Leaving an unknown directory make: *** [pkg-.o] Error 2 make: Leaving...
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
Hello LLVM-ers, Most of you know of the LLVM backend in PyPy. We would like to use LLVM JIT for the next phase of PyPy. If any of you would like to help us, please come to Gothenburg next december. We have not put an LLVM track on the todo-list below mainly because noone will be there dedicated to LLVM. If however someone would like to participate we will make sure some of the PyPy
2000 Oct 22
1
How to build the RMySQL package on Windows?
...perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 522 provided by ActiveState Tool Corp. http://www.ActiveState.com Built 09:52:28 Nov 2 1999 I followod the steps described in RHOME/readme.packages. and perished at. D:\prog\rw1011\src\gnuwin32>make pkg-RMySQL make DLLNM= EXTRADOCS= \ -C D:/prog/rw1011/src/library/RMySQL PKG=RMySQL RHOME=D:/prog/rw1011 RLIB=D:/prog/rw1011/library \ -f D:/prog/rw1011/src/gnuwin32/MakePkg ""---------- Making package RMySQL ------------"" mkdir -p D:/prog/rw1011/library/RMySQL The syntax of the command is...
2000 Aug 06
1
make pkg on windows NT
...m using the cygwin 1.1 bash shell and tolls with the MingW compiler, version 2.95.2-1 installed seperately and first in the path. I have active perl 6.16 as well. Here is the error I get when i run the make pkg- script from the gnuwin32 directory bash-2.03$ make DEBUG=T pkg-maptools make DLLNM= EXTRADOCS= \ -C c:/Rnew/rw1010/src/library/maptools PKG=maptools RHOME=c:/Rnew/rw1010 RLIB= c:/Rnew/rw1010/library \ -f c:/Rnew/rw1010/src/gnuwin32/MakePkg make[1]: Entering directory `c:/Rnew/rw1010/src/library/maptools' Syntax error: Unterminated quoted string make[1]: *** [c:/Rnew/rw1010/library/m...
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
[The first part of the announcement did not make it into the previous mail] Hello LLVM-ers, Most of you know of the LLVM backend in PyPy. We would like to use LLVM JIT for the next phase of PyPy. If any of you would like to help us, please come to Gothenburg next december. We have not put an LLVM track on the todo-list below mainly because no one will be there dedicated to LLVM. If
2006 Feb 10
2
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hello LLVM-ers, The next sprint of PyPy will be held in Dallas, Texas, at the PyCon conference. Most of you know about the LLVM back-end of PyPy. So far, we use mostly the static compilation features of LLVM, but as we are progressing on the JIT side we are considering starting sometime soon working on just-in-time machine code generation backends. Clearly, LLVM might prove to be a good target
2001 May 11
1
Windows, RCMD INSTALL and path (PR#939)
...path. With my path set to PATH="C:\R\Rtools";"C:\R\rw1023\bin";C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\ mingw2\bin I get, for example, C:\R>RCMD INSTALL boot RCMD INSTALL boot make: Entering directory `/cygdrive/c/R/rw1023/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C C:/R/boot PKG=boot RHOME=C:/R/rw1023 RLIB=C:/R/rw1023/library \ -f C:/R/rw1023/src/gnuwin32/MakePkg make: make: Command not found make: *** [pkg-boot] Error 127 make: Leaving directory `/cygdrive/c/R/rw1023/src/gnuwin32' *** Installation of boot failed *** But if I remove...
2001 Apr 03
2
Can't install "e1071"
I observed the same behavior as Edward this morning with R-1.2.2 on Red Hat Linux 7.0. There appears to be a problem with the library in netpbm-9.5-5, even after hunting down the missing shhopt.h that pbmplus.h is looking for. I worked around the problem by compiling e1071 without pbm support (moved pbm.c to pbm.c.bak). Matt Matthew R. Nelson, Ph.D. Director, Information Systems Esperion
2001 Apr 03
2
Can't install "e1071"
I observed the same behavior as Edward this morning with R-1.2.2 on Red Hat Linux 7.0. There appears to be a problem with the library in netpbm-9.5-5, even after hunting down the missing shhopt.h that pbmplus.h is looking for. I worked around the problem by compiling e1071 without pbm support (moved pbm.c to pbm.c.bak). Matt Matthew R. Nelson, Ph.D. Director, Information Systems Esperion
2000 Mar 31
1
building a package
...e following line LSOURCES=$(wildcard $(SSPKG)/*.c $(SSPKG)/*.f) produces a blank. Inside MakeDll there is another `wildcard' that also produces a blank: SOURCES=$(wildcard -f *.c *.f) Thanks for any hint, -Yudi- C:\R\rw1000\src\gnuwin32>make pkg-acepack /R/TOOLS/MAKE.EXE DLLNM= EXTRADOCS= \ -C /R/rw1000/src/library/acepack PKG=acepack RHOME=/R/rw1000 RLIB=/R/rw1000/li brary \ -f /R/rw1000/src/gnuwin32/MakePkg ---------- Making package acepack ------------ mkdir -p /R/rw1000/library/acepack cp -r ./DESCRIPTION ./INDEX ./TITLE ./ACE.DOC ./MAN ./README ./README.ACE ./ README~1....
2007 Mar 27
0
[LLVMdev] PyPy 1.0: JIT compilers for free and more
Hi all, We're proud to announce... ========================================== PyPy 1.0: JIT compilers for free and more ========================================== Welcome to the PyPy 1.0 release - a milestone integrating the results of four years of research, engineering, management and sprinting efforts, concluding the 28 months phase of EU co-funding! Although still not mature enough
2006 Mar 27
3
[LLVMdev] PyPy Tokyo sprint 23/4 - 29/4 announcement
Hello LLVM, During this sprint we will also look at using LLVM JIT for our project. What exactly we will do in Tokyo very much depends on who will attend. So if you are interested please contact me beforehand so we can make sure everyone will have a fun and productive time. cheers, Eric van Riet Paap Tokyo PyPy Sprint: 23rd - 29th April 2006
2001 Apr 27
1
INSTALL Problems
...rc/contrib/PACKAGES.html#tensor ), using the comand: " shell("Rcmd INSTALL tensor") " then I got the following mensage: ---------------------------------------------------------------------------------- make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C D:/bin/cran/tucker/tensor PKG=tensor RHOME=d:/bin/cran/rw1022 RLIB=d:/bin/cran/rw1022/library \ -f d:/bin/cran/rw1022/src/gnuwin32/MakePkg make[1]: Entering directory `/d/bin/cran/tucker/tensor' ---------- Making package tensor ------------ mkdir -p d:/bin/cran/rw1022/library/tensor c...
2001 Apr 25
0
Rcmd INSTALL
...----------------------------------------------------------------------- but I got lost with the message: ------------------------------------------------------------------------------------------------------------- " make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C d:/bin/cran/princurve PKG=princurve RHOME=D:/bin/cran/rw1022 RLIB=D:/bin/cran/rw1022/library \ -f D:/bin/cran/rw1022/src/gnuwin32/MakePkg make[1]: Entering directory `/d/bin/cran/princurve' ---------- Making package princurve ------------ mkdir -p D:/bin/cran/rw1022/library/princurve...
2007 Jun 22
0
[LLVMdev] Vilnius/Post EuroPython PyPy Sprint 12-14th of July
Hi all, For those of you following PyPy, our next sprint has "porting to LLVM 2.0" as one of its topics. ======================================================== Vilnius/Post EuroPython PyPy Sprint 12-14th of July ======================================================== The PyPy team is sprinting at EuroPython again and we invite you to participate in our 3 day long sprint at the
2000 Apr 03
0
Building acepack for Rw1000 under Win98
...* it worked to a point (see below) when the program names are all put into lower case: ace.f avas.f rlsmo.f Now it complains about dllcrt1.o (which lives in \gcc-2.95.2\i386-mingw32\lib), which I cannot see how it can access. What obvious step am I missing? -Yudi- /R/TOOLS/MAKE.EXE DLLNM= EXTRADOCS= \ -C /R/rw1000/src/library/acepack PKG=acepack RHOME=/R/rw1000 RLIB=/R/rw1000/li brary \ -f /R/rw1000/src/gnuwin32/MakePkg ---------- Making package acepack ------------ mkdir -p /R/rw1000/library/acepack cp -r ./DESCRIPTION ./INDEX ./TITLE ./ACE.DOC ./README ./README.ACE ./README .avas ./...
2001 Feb 23
0
cross building
.../jyan/cross-tools/i386-mingw32msvc/bin: /usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games Following the instructions, I was able to go through the following: jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ make PKGDIR=/home/jyan RLIB=/home/jyan/Rwinlibs STAMP=NO pkg-gee make DLLNM= EXTRADOCS= \ -C /home/jyan/gee PKG=gee RHOME=/a3/jyan/src/R-1.2.1 RLIB=/home/jyan/Rwinlibs \ -f /a3/jyan/src/R-1.2.1/src/gnuwin32/MakePkg make[1]: Entering directory `/a3/jyan/gee' ---------- Making package gee ------------ mkdir -p /home/jyan/Rwinlibs/gee cp -r ./DESCRIPTION ./INDEX ./TITLE ./CO...
2001 Feb 26
2
building packages in Windows under R 1.2.1
...ns of the C-compiler, Perl (5.6.0, build 623), etc. Here the output of a try with acepack (but the same with other packages): ******************************************** C:\user\ligges\R>rcmd install acepack_1.2-2.tar.gz make: Entering directory `/cygdrive/t/r/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C C:/user/ligges/R/R.INSTALL/acepack PKG=acepack RHOME=t:/r RLIB=t:/r/library \ -f t:/r/src/gnuwin32/MakePkg make[1]: Entering directory `/user/ligges/R/R.INSTALL/acepack' if [ ! -f ./TITLE -a -f ./DESCRIPTION ] ; then \ gawk -f t:/r/src/gnuwin32/maketitle.awk ./DESCRIPTION > TITLE...