similar to: problem with building bitmapdll on Windows

Displaying 20 results from an estimated 3000 matches similar to: "problem with building bitmapdll on Windows"

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
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 04
2
Wine on Snow Leopard: dumbed-down help needed
Hi, all. I just got a fresh new hard drive on my white MacBook and installed Snow Leopard (10.6). I was a happy Wine user when I had 10.5, but now I can't get Wine to install. First I tried to install wine-devel with Macports, which failed because it couldn't find the 32-bit Freetype libraries. I then downloaded the latest source and did the whole "./configure" and
2009 Aug 24
14
Wrong JPEG version?
Lately, when I attempted to run some of my apps, they crashed with the following output. Code: Wrong JPEG library version: library is 62, caller expects 70 I run Gentoo Linux X64. A search for the appropriate package gives this: Code: * media-libs/jpeg Latest version available: 7 Latest version installed: 7 Size of files: 949 kB Homepage: http://jpegclub.org/
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 rule to make
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
Hello! I'm trying to install R-patched from source on a Windows 64 bit laptop. I have installed R-tools 2.16 and set up the jpeg, tiff, and libpng files Here is the output: c:\R64\R-patched\src\gnuwin32>make all recommended make all recommended make[1]: `MkRules' is up to date. make[4]: Nothing to be done for `svnonly'. installing C headers make[2]: Nothing to be done for
2000 Dec 20
1
syskern fails Rcmd check on Windows, gives incorrect information (PR#781)
syskern (`Functions for writing code that is OS and R/S independent', an amazing description given the reality) fails Rcmd check on Windows, and also gives incorrect information where it does work. There are already correct OS-independent functions for these purposes in R. It appears not to be needed to run the other three packages in the dse bundle, but to be the only R package that
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
2011 Nov 18
2
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
Hi, I have a problem on my mac when trying in R to produce png images. I am getting this warnings with the ArrayQualityMetrics package: > arrayQualityMetrics(rma_fatBody, outdir="normData", force =T) The report will be written into directory 'normData'. KernSmooth 2.23 loaded Copyright M. P. Wand 1997-2009 (loaded the KernSmooth namespace) libpng warning: Application built
2005 Jul 01
1
MPlayer problem
Hi, I have installed MPlayer from dag repo on my CentOS 4.1 and codecs from MPlayer site. When I try to watch some movie file I get an error: ----------------------------------------------------------------------- Error opening/initializing the selected video_out (-vo) device. ----------------------------------------------------------------------- When I start MPlayer from console (gmplayer
2009 May 05
4
problem with rgl package
Dear R People: Here is something strange. I'm using Ubuntu 9.04 with R 2.9.0. I need to have the rgl package. Here are my results from installing: > install.packages("rgl") Warning in install.packages("rgl") : argument 'lib' is missing: using '/usr/local/lib/R/site-library' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk
2007 Jan 11
3
R graphics with Linux (libpng)
Hello, I'm trying to adapt some R code that works on Windows so that it will work on a Linux machine. The command : png("myFile.png", width=600, height=600) fails claiming that it is impossible to establish a connection with X11. (Error messages are in French, so I'm not pasting them here!) I have libpng installed: >rpm -qa libpng* libpng-1.0.12-2
2013 Mar 22
2
read.pnm question in R-beta
In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens: x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1]) Warning message: In rep(cellres, length=2): x is NULL so the result will be NULL In R-2.15.3, it's all right. Thanks, Erin Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and
2005 Aug 23
0
problems installing R from source: R-2.1.1 Windows XP
Hi everyone, I’m a Windows XP user. I’m trying to install R-2.1.1 from source, and it doesn’t work. Here’s what I have done: * Got the source code from CRAN : R-2.1.1.tar.gz * Ran ‘tar zxvf R-2.1.1.tar.gz’ in a CMD terminal window. Everything worked fine. I got my R-2.1.1 folder in C:/Rsource. * I got the iconv.dll file downloaded and unzipped it in
2013 Sep 17
1
strange behavior for RcmdrPlugin.qual
Hello! Over the weekend, I updated my RcmdrPlugin.qual package. It works fine on a 64 bit Windows machine but not a 32 bit. This is very strange. The new menu with all of the Quality Control stuff does not appear. Have any of you run into this sort of thing before, please? Thanks, Sincerely, Erin Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and Mathematical Sciences
2006 Apr 01
1
CESA-2006:0205 Moderate CentOS 4 i386 libpng - security update
CentOS Errata and Security Advisory 2006:0205 https://rhn.redhat.com/errata/RHSA-2006-0205.html The following updated files have been uploaded and are currently syncing to the mirrors: i386: libpng-1.2.7-1.el4.2.i386.rpm libpng-devel-1.2.7-1.el4.2.i386.rpm src: libpng-1.2.7-1.el4.2.src.rpm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2009 Feb 11
3
installation needs libpng but rpm is there
Hi I got an error configure: error: png library not found. please install libpng but I check rpm is installed libpng-1.2.10-7.1.el5_0.1 How can I do? Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now at http://ca.toolbar.yahoo.com.
2012 Jan 18
1
png cairo device problems on Mac 10.6.8
Hi all, I have been having problems generating png files on a Mac running OS X 10.6.8. Here's a simple example > png("foo.png", type = "cairo"); plot(1:10); dev.off(); null device 1 libpng warning: Application built with libpng-1.2.26 but running with 1.5.2 The resultant file is of size 0 Kb. Is this the proper place to report this issue? Or should
2003 Sep 08
1
png support
Hi all, It's me again with compiling questions :) Even though I have libpng and zlib: rpm -q libpng libpng-1.2.2-8 and rpm -q zlib zlib-1.1.4-8.8x my newly-compiled R doesn't support png. > No png support in this version of R Anyone knows why? Thanks, -Jose -- Jose Quesada, PhD. quesadaj at psych.colorado.edu Research associate http://lsa.colorado.edu/~quesadaj