Displaying 11 results from an estimated 11 matches for "bitmapdl".
Did you mean:
bitmapdll
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 -std=gnu99' AR='ar' AR_RC='ar rcs' \
CFLAGS="-O3 -I../../../extra/zlib -DPNG_NO_...
2010 Apr 22
2
Unable to make bitmapdll files on windows 7 64 bit machine
...dows 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 `/cygdrive/c/Rsource/R-2.11.0/src/gnuwin32/bitmap'
make CC='gcc -std=gnu99' AR='ar' \
CFLAGS="-O3 -I../../../extra/zlib -DPNG_NO_MMX_CODE" \
RANLIB=ranlib ZLIBLIB=../../../extra/zlib -C libpng \
-f scripts/makefile.ming...
2004 Aug 05
1
Windows build
I've tried building R in Windows and had trouble compiling Bitmap.dll
(make bitmapdll) and the docs (make docs). See make output below:
E:\R\R-1.9.1\src\gnuwin32>make bitmapdll
make -C bitmap
make[1]: Entering directory `/cygdrive/e/R/R-1.9.1/src/gnuwin32/bitmap'
make[3]: `libz.a' is up to date.
make[3]: scripts/makefile.std: No such file or directory
make[3]: *** No ru...
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.
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...
2003 Mar 30
2
R-devel (1.7 to be) on windows XP
...e documentation (file INSTALL)
that internet must be connected under make check.)
But the file base-Ex.Rout has as last line
quit('no'), which I take to mean the rest of the checks went
well?
make in directory \bitmap went without error messages,
(but I had to say just make and not make bitmapdll as INSTALL says.)
Then, after installing the files from R_Tcl.zip using unzip from the
tools collection:
C:\R\R17beta\R-1.7.0\src\gnuwin32>make tcl
make tcl
---------- Making package tcltk ------------
adding build stamp to DESCRIPTION
making DLL ...
gcc -IC:/R/R17beta/R-1.7.0/src/incl...
2005 Apr 12
1
one suggestion for R-admin
...@file{libpng-1.2.8.tar.gz} and
@file{jpegsrc.v6b.tar.gz} or later.
and lines 699-707:
The file @file{@var{R_HOME}/bin/Rbitmap.dll} is not built automatically:
instructions on how to build it are in the file @file{bitmap/INSTALL}.
If everything is set up in directory @file{bitmap},
@example
make bitmapdll
@end example
@noindent
will work from this directory.
Why not just add the instruction in src/gnuwin32/bitmap/INSTALL into these
places? It seems like unnecessary work to go find the few lines of
instruction in a different file... (Especially in the first part quoted
above: It tells what to ge...
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 e...
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 (refman.log), and would very much
appreciate it if some one can give m...
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
...tly against DLLs,
# but this macro forces the use of import libs
# Has been needed for some versions of MinGW-w64
# USE_IMPLIBS = YES
### END more detailed options
# set to use ICU (experimental)
# USE_ICU=YES
# path to parent of ICU headers
ICU_PATH=/sources/icu
# optional overrides for making bitmapdll: names of source directories
JPEGDIR = jpeg-8d
PNGDIR = libpng
TIFFDIR = libtiff
# For the cairographics devices
# Optionally use a static build of cairographics from
# http://www.rforge.net/Cairo/files/cairo-current-win.tar.gz
# and set CAIRO_HOME to the parent of the win32/win64 directories
#...