Displaying 20 results from an estimated 900 matches similar to: ""configure" options and R CMD INSTALL"
2011 Feb 09
1
rimage package fftw breaks when freeing memory on openSUSE 11.3
Upon fresh installation of R-patched and rimage on openSUSE 11.3 box,
simple fftw on renown lena image cause memory free failure.
Quick: Go to the end of this mail and read the error message from R
Thoruogh: Find detailed step-by-step how sopprt library fftw2 was
installed and how rimage was installed.
Regards Mads Jeppe
VERSIONS
========
openSUSE
--------
# cat /etc/SuSE-release
2006 Dec 31
1
rimage package broken with fedora upgrade
Dear R list members
I would be grateful if anyone could guide me to a solution for fixing my
rimage package problem described below.
I recently upgraded my machine from fedora core 3 to fedora core 6 and
then upgraded R from version 2.3.1 from version 2.4.1.
I then fired up R, tried to load the rimage library and received the
following messages:
> library(rimage)
Error in dyn.load(x,
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
Hello i resolve the installation of the package rimage following the
indications by Andy Jacobson in the list osx@tazman.princeton.edu
the trick is using R CMD INSTALL --configure-vars='LDFLAGS=-L/sw/lib
CPPFLAGS=-I/sw/include' rimage_0.5-7.tar.gz
the packages fftw2.1.5 and libjpeg were installed via Fink.
Thanks for Prof. Brian Ripley for ththe response and hope this can
help
2008 Oct 31
1
rimage don't install on mac OS X 10.5.5
Hello, i'm trying to install de rimage package form source. I have
installed fftw2.1.5 and libjpeg, but during compilation appear this
message:
* Installing *source* package 'rimage' ...
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of
2003 Oct 06
1
Cannot Install rimage in R-1.7.1 (RH 9.0)
The rimage install can't find the ffw header. Any idea why?
Rick B.
> install.packages("rimage")
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 130159 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... ..........
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people,
I am trying to install rimage using install.packages("rimage") but am
receiving the following errors despite having FFTW installed. I would
appreciate any help to get this fixed.
checking fftw.h usability... no
checking fftw.h presence... no
checking for fftw.h... no
configure: error: Sorry, can't find fftw header
ERROR: configuration failed for package
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
Hi,
I'm trying to install rimage on a Mac OS X 10.4 machine. I followed the
advice in previous R-help threads and got over the hurdles of having the
header files in the right places, among other things. But I can't
figure out what to do with this error.
ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini
SPSoftwareDataType
Software: System Software Overview:
2006 Aug 10
1
installing rimage
dear list
while installing the package rimage, i get the error message
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: Sorry, can't find jpeglib header
ERROR: configuration failed for package 'rimage'
although i have installed jpeglib as required. does R not find this library?
but why did it find the fftw library
2008 Aug 27
0
help with rimage compiling
i'm trying to compile the source code for the package 'rimage', and it
fails after it starts compiling. I have both fftw and jpeg packages
installed, and i'm currently running R 2.7.1 under gentoo x86_64. here goes
the output from R while compiling the package: * Installing *source* package
'rimage' ...
checking for g++... g++
checking for C++ compiler default
2003 Oct 07
1
Still Cannot Install rimage in R-1.7.1 (RH 9.0) Even With fftw Installed
I'm still having problems installing rimage - the installation can't
find the fftw headers. As suggested, I installed the fftw rpm (for RH 9
from freshrpms). It installed without any errors or warnings. Yet I get
exactly the same error message - it can't find the fftw headers.
What do I have to do to get the headers?
Rick B.
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help
I want to display an image file in a new plot frame.
SVG is my preferred format, but I can also consider
PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick).
By way of background (although not material to this
posting), the image file is generated by a call to
'dot' (part of the 'Graphviz' suite) after the required
.dot file has been produced using hand-crafted R code.
2007 Apr 14
0
rimage and fftw header problem
I've looked through the archives and have seen that others had a similar
problem:
http://tolstoy.newcastle.edu.au/R/e2/help/06/09/0571.html
I'm trying to install rimage and I get the following warning:
============================================
downloaded 323Kb
* Installing *source* package 'rimage' ...
checking for g++... g++
checking for C++ compiler default output... a.out
2007 Oct 02
1
Cannot Install rimage
I'm trying to install rimage in R version 2.5.1 running on Fedora 6
(kernel 2.6.22.7-57.fc6 with the headers and gcc installed, along with
fftw2 and libjpeg and headers):
> install.packages("rimage")
Warning in install.packages("rimage") : argument 'lib' is missing: using
'/usr/lib/R/library'
trying URL
2008 Nov 14
2
problem in downloading the rimage package
I am using a 64 bit machine with CentOS5. I am getting the following errors
when I try to install the rimage package
g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o
freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o sobel.o
-ljpeg -lfftw
/usr/bin/ld: /usr/local/lib/libfftw.a(fftwnd.o): relocation R_X86_64_32
against `a local symbol' can not be used when
2008 May 27
5
MKL Patch
Alexander Chemeris wrote:
> Hi,
>
> On 5/27/08, Thorvald Natvig <thorvald at natvig.com> wrote:
>
>> And here's a patch for Intel Math Kernel Library. This allows commercial
>> users of Speex to use a high-speed FFT library that isn't GPL'd. (You do
>> need to pay for it though). This is 3 times faster than the default FFT in
>> speex, and
2008 Nov 15
1
unable to download rimage package
Hi folks,
I sent this to r-devel (twice) but somehow the email seems to have got
mangled. Let me try to ask my question on this forum. any help is very much
appreciated.
While trying to download the rimage package I am checking at the following
step
"g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o
freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o
2003 Oct 07
0
Still Cannot Install rimage in R-1.7.1 (RH 9.0) Even With fftwInstalled
Aren't the headers usually in the devel package (e.g.,
fftw-devel-2.1.5-0.dag.rh73.i386.rpm)? You might try installing the
devel package too.
HTH
Jim
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623
>>> Rick Bilonick <rab at nauticom.net> 10/07/03 03:39PM
2016 Jan 21
1
Failed to install imager
Hi,
I failed to run install.packages("imager") in CentOS 6, the R version is
3.2.2
g++ -shared -L/usr/local/r/3.2.2/lib64/R/lib -L/usr/local/lib64 -o
imager.so RcppExports.o colourspace.o display.o drawing.o filtering.o
interpolation.o morphology.o transformations.o utils.o wrappers.o -lX11
-lfftw3 -L/usr/local/r/3.2.2/lib64/R/lib -lR
/usr/bin/ld: cannot find -lfftw3
I checked
2008 May 28
1
MKL Patch
On 5/28/08, Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> wrote:
> > Yes, MKL is commercial software and you do need to pay for it, but
> > unlike FFTW it's not GPL. FFTW is useless for any closed-source program
> > that wishes to use Speex, so this is the non-GPL alternative.
>
> Considering that FFTW also sells licenses for non-GPL use, I tend to
>
2008 Mar 18
0
[LLVMdev] Google Summer of Code 2008
On Tuesday 18 March 2008 20:17:52 Anton Korobeynikov wrote:
> Hello, Everyone
>
> LLVM recently was approved to take part in Google Summer of Code 2008.
> We welcome everyone to apply for this program.
>
> The list of ideas for (possible) projects is located at
> http://llvm.org/OpenProjects.html. Surely you can suggest any other
> project, if you feel, that it definitely