Displaying 20 results from an estimated 7000 matches similar to: "install of grid fails in R-1.7.0beta_2003-03-29"
1998 Jul 26
1
R-beta: building libraries on Win95
I am using rw0613b with djtools on Win95.
No problem with makefiles building fortran and C dll's, plus can build
R.exe with the supplied libraries (including mva).
Why then do I get the following error when I try to building an existing
library separately, eg...
(/R-0.61.3/src/gnuwin32)$ make -f MakePkg -C ../library/mva PKG=mva
make.exe: Entering directory `c:/R-0.61.3/src/library/mva'
2003 Mar 30
2
R-devel (1.7 to be) on windows XP
Hola!
I'm trying to make r-devel on windows XP. I downloaded an hour ago
R-1.7.0beta_2003-03-30.tar.gz
make terminates without any error messages, with 
make check I get error messages from tests of internet and 
socket functions, surely because my modem was not 
connected (It doesn't say in the documentation (file INSTALL)
that internet must be connected under make check.)
But the file
2000 Mar 31
1
building a package
Dear R-helpers,
I'm learning how to compile R packages with fortran
routines and use the acepack source as an example. 
After some hiccups (Guido told me about the
need to set make_mode=UNIX) I got to the following:  
`make pkg-acepack' runs without error (see below), 
but it does not
     * compile any .f file in acepack/src
     * (hence) try to create any dll file or libs
(I'm
2010 Mar 30
3
help installing samba 3.0.37 on solairs 9 server
I am getting these errors running:
sh makepkg.sh
 
can anyone help?
 
===============================================
root#  sh makepkg.sh
Distribution base:  /var/tmp/samba-3.0.37
Temp install dir:   /tmp/samba-3.0.37-build
Install directory:  /opt/samba
mkdir: Failed to make directory "/tmp/samba-3.0.37-build"; File exists
make: Fatal error: Don't know how to make target
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
The trailing backslash seems to be the culprit.
After looking at rw1020\bin\INSTALL, I noticed
	$pkg =~ s/\/$//;
which I assume is to strip the trailing slash from a package name
before obtaining the package name and cleaning out its directory
I added 
	$pkg =~ s/\\$//;
immediately after this line. Rerunning 
	Rcmd INSTALL C:\rw1011\src\library\bqtl\
with that change seemed to work OK
2014 Aug 11
5
issue when building/making package from git
I am trying to build/install libguestfs from git. My box is Archlinux,
GCC 4.9.1 and all dev tools installed.
If I manually
$ gitclone gitUrl
$ cd libguestfs
$ ./autogen.sh
$ ./configure --someOptions
the build goes until the end and leaves me with binaries.
------------------------------
---
Now I want to install it properly on my machine. Arch use a makepkg
[1] command to build and install
2007 Jun 12
1
PATCH: install inst/ before doing lazyload on Windows
Hi,
On Windows, package files in the inst/ subdir are installed after the
lazyload creation.  This differs from Linux where inst/ is installed
_before_ lazyload creation.
Since packages may need data in inst, I think the order on Windows
should be changed.  Perhaps like this:
diff --git a/src/gnuwin32/MakePkg b/src/gnuwin32/MakePkg
index 57af321..868e8f1 100644
--- a/src/gnuwin32/MakePkg
+++
2002 Nov 14
3
compile from source (win2000)
..many thanks, no it works until he didn't find hhc.exe (..but the path to
HTMLHelpWorkshop should be correct !?)
and break down, ok i just check all path settings and find a solution for my
self !
But here another problem:
...modify without the MkRules in my current binary R.1.6.1\src\gnuwin32
C:\DataMining\rw1061\library>Rcmd INSTALL Oop
make: Entering directory
2002 May 01
2
R-1.5.0: compiling package foreign on WinNT failed
Dear R-help,
I was able to build R-1.5.0 on WinNT w/o problem (actually it seems easier
than previous version).  However, I encountered problem when trying to
compile the recommended package foreign:
make: Entering directory `/cygdrive/g/rbuild/R-1.5.0/src/gnuwin32'
make DLLNM=  FLIBS="-lg2c -lRblas" BUILD=MINGW \
  -C G:/Rbuild/R-1.5.0-recommended/R.INSTALL/foreign PKG=foreign
2004 Oct 19
1
Cross compiling in R-2.0.0
Hello,
 
When compiling R-2.0.0 for cross-compiling, I get the following error
when calling 'make R'
 
---------- Making package base ------------
  adding build stamp to DESCRIPTION
/bin/sh: line 1: --vanilla: command not found
make[5]: *** [frontmatter] Erro 127
make[4]: *** [all] Erro 2
make[3]: *** [pkg-base] Erro 2
make[2]: *** [rpackage] Erro 2
make[1]: *** [all] Erro 2
make[1]:
2002 May 16
3
building packages on windows
Has anyone had success building a package on a windows machine?
I am trying the following command with no luck (perhaps my flags are
incorrect?).  At this point I am stuck. Any help greatly appreciated.
Niels Waller
(BTW - I have no idea why it cannot find sh.exe since I have it is a
directory that is specified in a path statement)
H:\R\bin>rcmd build --binary --use-zip h:\taxon2
* checking
2002 Jan 07
3
compiling packages
Hello, happy new year to all.
The new Year gave me a new computer with Win98 and promptly I installed
R on it.
I created a directory R, with subdirectories gcc, perl,bin, helpwrk and
rw1040.
I got rw1040 from BDR place, the rest were gotter from the internet in
the last week of the year, i.e. they are the newest versions.
I modified autoexec.bat to put gcc\bin, perl\bin, etc in the path. I put
the
2005 Oct 15
1
makepkg.sh for samba 3.0.20
Hi,
I downloaded 3.0.20 from samba.org, ran makepkg.sh to create
samba pkg for Solaris. The install base for the new version
locates in /opt/samba and the smbd locates in /etc/samba.
I tried to modify the makepkg.sh to put everything under
/usr/local/samba as follow:
Delete:
====
                --localstatedir=/var/lib/samba \
                --with-piddir=/var/run \
               
2006 Jan 09
2
Problem installing from source: no CONTENTS files
I've just had the error below while trying to install a package from
source under R2.2.1 and Windows XP. I recall encountering this
sporadically in the past. It is a pretty confusing message and took me
quite some time to figure out; I've seen queries about it on the R site
search, but couldn't find a reply. There's an attempted diagnosis and
suggested cure below.
2000 Oct 22
1
How to build the RMySQL package on Windows?
Hello!
I tried to build the RMySQL package by myself on an NT machine. I have a
NT machine with cygwin compiler and activestate Perl installed on it.
Perl details:
D:\prog\rw1011\src\gnuwin32>perl -v
This is perl, version 5.005_03 built for MSWin32-x86-object
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-1999, Larry Wall
Binary build 522 provided by ActiveState Tool
2000 Aug 06
1
make pkg on windows NT
Hi,
I am trying to compile a package i am developing on my home computer where
i am running Windows NT 4.0 service pack 6. Everything works fine on my
other computer at work running windows 98.
I am 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
2002 Sep 20
1
Trouble in running Rcmd --check on Windows 2000.
Hi!
My Platform:
Windows 2000
R version >1.5
Active Perl 5.6
Rtools at the start of the PATH.
I am trying to build a package. The functions are written only in R (no C code). I am trying to proceed as described in R-exts.pdf
But instead to get a build package i am getting (see below). At first glance it seems to me that i understand the output. At something similar i am looking most of my
2001 May 11
1
Windows, RCMD INSTALL and path (PR#939)
Full_Name: David Firth
Version: 1.2.3
OS: Windows NT4
Submission from: (NULL) (163.1.103.107)
Two things that look like bugs:
1.  RCMD INSTALL does not seem to cope with quotes in the Windows 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
2002 Jan 24
1
Compiling R Package on Windows
I just installed the R-patched 1.4.0 and for some reason I now have
trouble compiling R packages - I could compile it a few weeks ago with R
1.4.0 released in December.  This only happens if I put the --binary
option in.
For example:
  Rcmd build --binary cw
returns the error:
make: Entering directory `/cygdrive/c/PROGRA~1/R/RW1040/src/gnuwin32'
make DLLNM= \
  -C C:/MyRWork/cw PKG=cw
2014 Aug 12
2
Re: issue when building/making package from git
> There's probably a dependency missing.  Look closely at the
> ./configure output and the README file.
>
I have checked all packages in README and
libguestfs/appliance/packagelist. All are installed.
>
> You should test this first of all by building from source, and
> without installing,
I first run makepkg, so no install
>
>   ./run guestfish -N fs -m /dev/sda1