Displaying 20 results from an estimated 100 matches similar to: "Windows build"
2011 Mar 31
1
Problem running "make bitmapdll" with R-2.13 beta r55221 on Windows
Hello,
I am building R r55221 according to
http://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source
After I have done "make all && make recommended", "make bitmapdll"
returns the following:
E:\sandbox\R-2.13.r55221\src\gnuwin32>make bitmapdll
make[1]: Entering directory
`/cygdrive/e/sandbox/R-2.13.r55221/src/gnuwin32/bitmap'
make CC='gcc
2010 Apr 22
2
Unable to make bitmapdll files on windows 7 64 bit machine
I am trying to build a windows 32 bit version of R 2.11.0 from source on a machine running
windows 7 - 64 bit while running as the machine's administrator.
I am able to run "make all recommended"...However, once I attempt to build the bitmap files I get the following:
C:\Rsource\R-2.11.0\src\gnuwin32>make bitmapdll
make -C bitmap
make[1]: Entering directory
2009 Sep 26
1
Rtools210 missing jpeg-7?
Hi,
I just built r49839 on my windoze machine with Rtools210. When I do
-make bitmapdll-, it errors saying file jpeg-7/jconfig.h not found
(apologies, I lost the exact error message). After downloading and
unpacking jpegsr7.zip, the bitmap dll builds fine. Rtools210 appears
to still install jpeg-6b, whereas the bitmap makefile (first line) is
expecting jpeg-7. Perhaps this is still experimental
2003 Jan 14
2
building R1.6.2 from source (windows2k)
hi,
what's wrong in my compiling procedure ?
make
make bitmapdll
make tcl
make docs (..first i get the error message for Latex3.0 so that i'm update
my miktex installation, after this doing again i'm getting no error !)
After "make docs" i should
change directory to R-1.6.2/doc and type:
C:\Rcompile\R-1.6.2\doc>make -f Makefile.win info
make: Makefile.win: No
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
2005 Apr 12
1
one suggestion for R-admin
Just one minor point about building bitmap.dll on Windows in
doc/manual/R-admin.texi:
In lines 601-605:
@item
You need @code{libpng} and @code{jpeg} sources (available, e.g., from
@url{http://www.libpng.org}, @url{ftp://ftp.uu.net/graphics/}[png,jpeg].
You will need files @file{libpng-1.2.8.tar.gz} and
@file{jpegsrc.v6b.tar.gz} or later.
and lines 699-707:
The file
2003 Jun 16
1
Problem when making refman.pdf on WinXP (R 1.7.1)
Dear R-help,
Can some one tell me what could be the problem? I downloaded the R-1.7.1
source and try to compile it on WinXP. "make", "make bitmapdll", "make
tcl", "make recommended" all ran w/o problem. However, when I ran "make
docs", it failed at creating refman.pdf, with no apparent error that I could
see. I have attached the log file
2020 Apr 23
1
Samba 4.12 network share issue
Dear all,
I would need some help if we?re running in issues ?cause a wrong configuration of our shares, or it?s a bug in samba 4.12
On samba 4.11 we have no issues with our network shares when Windows Clients connect them.
After upgrade to 4.12 we run in to the issue that network shares which are mounted as drives per gpo not working well,
We get on windows when we try to open the network drive
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
hello all,
I am trying to compile the R in Win7
and compiles one small part
but the script don't move from the 'base' directory to 'stats'
I installed the Rtools likee administrator
and call the terminal (MS-DOS) like administrator too.
if somebody can tell me any tips, I thank in advanced
cleber
#############################################
File LOG
2012 Dec 17
1
Problems with building R from sources
Hello all,
I'm trying to build R 32bit from source in a Windows 64 machine. I have
followed the steps in "R Installation and Adiministration" (
http://cran.r-project.org/doc/manuals/R-admin.html#Getting-the-source-files)
or at least I think I did everything described. I am not sure if I have
installed the libjpeg, libtiff and libpng files though. I have upzipped
them in the
2002 Nov 06
2
Re: some questions!
Hi,
I'm also cc'ing it to r-help.
On Wed, 6 Nov 2002, Kenneth Cabrera wrote:
> Date: Wed, 06 Nov 2002 10:09:21 -0500
> From: Kenneth Cabrera <krcabrer at perseus.unalmed.edu.co>
> To: kwan022 at stat.auckland.ac.nz
> Subject: some questions!
>
> Hello Dear Ko-Kang Wang:
>
> I am trying to compile R v 1.6.1 .
>
> I am following the
2002 Jul 17
2
Problems with make pdf (R-patched_2002-07-15.tar.gz)
After configure, make and make check on
a linux Suse 7.3 box, I run
make dvi and make info with no problems but get
a lot of garbage to my screen during make pdf.
Is this normal? Is there a bug in this part
of the installation?
This is part of what I get on the screen:
humboldt:/usr/local/R-patched # make pdf
make[1]: Entering directory `/usr/local/R-patched/doc'
make[2]: Entering
2001 Jun 29
3
Fail to build R (PR#1005)
Full_Name: Ziying Sherwin
Version: 1.3.0
OS: Solaris 2.8
Submission from: (NULL) (130.14.31.32)
We tried to install R on our Sun Solaris 2.8 machine using gcc 3.0. During the
compilation,
we got error messages like:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c sockconn.c -o sockconn.o
gcc -shared -o internet.so Rsock.o internet.o
2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
Hi all
I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me.
Here's is some edited output (full output below if it is useful):
pdunn2 at PDunnUbuntu:~/DSdata$ R CMD build GLMsData
* checking for file 'GLMsData/DESCRIPTION' ... OK
* preparing 'GLMsData':
* checking DESCRIPTION
2008 Jan 09
1
Rscript on OSX
Hi,
I directed somebody to install R (2.6.1) on his OSX computer,
following instructions from http://cran.r-project.org/bin/macosx.
She can run R from the console.
But plot(1:10) doesn't produce any output or open a window (as I am
used to from linux).
More importantly:
Rscript is not in the path (minor problem ln -s is hopefully doable). I tried
to put a hardcoded path to Rscript into the
2011 Mar 05
1
problem with building bitmapdll on Windows
Dear R Development People:
I was trying to build R-2.12.2 from source on a Windows XP machine.
Doing the make all recommended works fine, but building the bitmap dll is a problem.
It seems to be in the libpng directory. I got libpng-1.5.1, and untarred it. However, there is no makefile.mingw file in the scripts directory.
I then obtained a version of libpng-1.4.5, and the file is there.
2004 Aug 06
0
autoconf problem fixex, now other probs...
Hi there.
I mentioned in my before postings that I had compile errors
because of some automake incompatiblity. Now after installing
redhat 8 these are fixed, and the ogg directory compiled fine,
but vorbis gave me an error while it wanted to make a pdf
file. (!! Why the hell would a make want to create a pdf?!?)
These are some parts of the error log as the whole is too long:
...
cp
2011 Jan 19
1
problem with constructing bitmap
Dear R People:
I'm building R-2.12.1 from scratch on a Windows XP machine.
The "make all recommended" worked fine, but when I did the make in the
bitmap directory, I got the following error:
C:\R\R-2.12.1\src\gnuwin32\bitmap>make
make
make CC='gcc -std=gnu99' AR='ar' \
CFLAGS="-O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE" \
RANLIB=ranlib
2007 Jun 21
2
Need Help: User Defined R Functions in Sweave/Latex
Dear all,
I want to start my post by expressing my sincere gratitude for all the
help this group has given me in Sweave/Latex/R. The tools are
excellent and so is the community!
On to the question.
My Sweave code is intended to make lots of plots and create a *.pdf
document. Sweave is perfect for this. The only problem is that I find
myself using the same R code, within my Sweave input file
2009 Jan 19
1
Sweave encoding problem
Hello,
Sweave seems to have trouble processing german letters in R.
For example, my noweb R-input looks like this.
<<>>=
Oberfl?chenfehler = c(4, 11, 6, 2, 7, 9)
@
If I send it through Sweave, I get the following error message.
error: chunk 1
Error in parse(text = chunk) : unexpected input in "Oberfl??"
extra: Warning message:
In readLines(f[1]) :
underfull last line in