search for: jpeglib

Displaying 20 results from an estimated 74 matches for "jpeglib".

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 fft...
2001 Aug 13
1
jpeglib.h in a strange place
Dear All, Would anybody have any advice to give on that: The Facts: - I installed (compiled) R on SGI IRIX (6.5) - I am not root - I discovered the jpeg device I need now badly doesn't work (postscript is not so happy with 19 millions spots) - after investigation, it appeared the jpeglib.h was detected not recent enough at configure time - the jpeglib.h in /usr/include is version 6a - the jpeglib.h 6b is an exotic place (/usr/freeware/) The Question: How do I specify at configure (or compile ?) time where to find the right include file an elegant way ? (An RTFM answer is ok, but I...
2012 Aug 20
2
jpeglib.h not found
Dear sir, For my statistical work I have installed R. But for analyzing an image in R I have to install jpeg packages. So I have to input command install.packages(?jpeg?). But error occurred: jpeglib.h file not found. What should I do? I use fedora 17.Please help me.
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
2005 Apr 29
3
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
...entary analysis that ran without a problem on my previous configuration. anova.glm gives the following error: Error in La.chol2inv(x, size) : lapack routines cannot be loaded This was with the after the following configure ./configure --with-readline --prefix=/opt/R-2.1.0 --with-libpng --with-jpeglib --with-pcre --without-x The obvious thing to try next was: ./configure --with-readline --prefix=/opt/R-2.1.0 --with-libpng --with-jpeglib --with-pcre --without-x --with-lapack but this gave errors at the make: make[3]: Entering directory `/usr/local/src/R-2.1.0/src/modules/lapack' make[4]:...
2009 Nov 25
1
jpeg support in R
Hi, I'd like to have jpeg support in R under RedHat Linux, when I ran the ./configure in the install process, the config.log gave me the following error messages: configure:43621: checking if jpeglib version >= 6b conftest.c:200:21: error: jpeglib.h: No such file or directory I assume I need to install some system jpeg libraries. Could someone tell me what I should do to get the configure right and build a R with jpeg supported. thanks a lot! -- View this message in context: http://old.nab...
2009 Jul 06
7
Testing memory limits in R??
...chased a server which has 64GB of memory running a 64bit OS and I have compiled R from source with the following config ./configure --prefix=/usr/local/R-2.9.1 --enable-Rshlib --enable-BLAS-shlib --enable-shared --with-readline --with-iconv --with-x --with-tcktk --with-aqua --with-libpng --with-jpeglib and I would like to verify that I can use 55GB-60GB of the 64GB of memory within R. Does anyone know how this is possible? Will R be able to access that amount of memory from a single process? I am not an R user myself but I just wanted to test this before I turned the server over to the resea...
2008 Oct 31
1
rimage don't install on mac OS X 10.5.5
...g for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes configure: creating ./config.status config.status: creating src/Makevars ** libs ** arch - i386 g++...
2003 Nov 10
1
"configure" options and R CMD INSTALL
...kage "rimage" in R 1.8.0 on an Alpha Linux box. "R CMD INSTALL rimage_0.5-1.tar.gz" fails with the following: ... ... checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for fftwnd_one in -lfftw... no configure: error: Sorry, can't find fftw library. Please use --with-fftw-lib. ERROR: configuration failed for package 'rimage' ** Removing '/usr/local/R-1.8.0/...
2001 Nov 02
1
png and jpeg libs for Solaris
...support R needs. If that's the case I'd appreciate confirmation. Or perhaps there's something else I can do? (with all the details I've included this message is rather long) Thanks -Don I did make clean and removed config.cache before starting. ./configure reports: checking for jpeglib.h... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... no checking for main in -lz... yes checking for png.h... yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... no checking for XDR support... yes checkin...
2000 Oct 02
1
R build on i86pc Solaris 2.7 (PR#677)
...usr/share/src/R-1.1.1/src/unix/X11' make: *** [R] Error 2 Solution: ************************************************* --- src/unix/X11/rbitmap.c.jpeg-patch Mon Oct 2 16:18:16 2000 +++ src/unix/X11/rbitmap.c Mon Oct 2 16:40:36 2000 @@ -231,6 +231,9 @@ #ifdef HAVE_JPEG #include <jpeglib.h> +#if __sun__ & __i386 +#include <setjmp.h> +#endif /* Here's the extended error handler struct */> version _ ************************************************ with this patch R compiles and passes "make test", the full version is: >...
2008 Jul 23
4
Fedora 9 32-bit WARNING: No OpenGL library found
Hi, I have checked and I have all recommended packages for Fedora (I'm running Fedora 9 32-bit). When I download Wine 1.1.1 and attempt to configure from source I get the following output (grepping for gl to isolate opengl errors) $ ./configure -verbose | grep -i gl checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for -lGL... not found checking for -lGL......
2006 Dec 31
1
rimage package broken with fedora upgrade
...g for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -I/usr/lib/R/in...
2009 Sep 27
1
Optional libraries (libtiff, etc) not found
I installed the (binary) biOps package, which can use libtiff and libfftw. Then I used macports to install the libraries (in /opt/local/lib). But I restart R and biOps still does not see the libraries. I've tried adding symbolic links from /opt/local/lib to /usr/local/lib, I've added /opt/local/lib to LIBRARY_PATH, LD_LIBRARY_PATH, and DYLD_LIBRARY_PATH, and it doesn't work. Do you
2008 Aug 27
0
help with rimage compiling
...g for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes configure: creating ./config.status config.status: creating src/Makevars ** libs x86_64-pc-linux-gnu...
2015 Dec 16
2
Building R in 64-bit mode
...ata/prj/cran/64/R/src' Makefile:60: recipe for target 'R' failed make: *** [R] Error 1 root at x065:[/data/prj/cran/64/R] ## *** Commands root at x065:[/data/prj/cran/32/R-3.2.3]cat ../../bin/my_shared.ksh #!/usr/bin/ksh # my_config_test # --with-cairo=no --with-libpng=no --with-jpeglib=no --with-libtiff=no \ # --with-cairo=no --with-libpng=yes --with-jpeglib=yes --with-libtiff=yes \ # --with-libpth-prefix=/opt \ # --with-aix-soname=aix HOST=$1 RELEASE=$2 . ../${HOST}.env || exit -1 /data/prj/cran/${RELEASE}/configure --disable-lto --prefix=/opt \ --...
2020 Jul 10
3
Compilation error for R 4.0.2
...IR}/lib -lpcre2-8 -lpcre2-posix " ./configure --prefix=/uufs/chpc.utah.edu/sys/installdir/R/4.0.2i --enable-R-profiling --enable-R-shlib --enable-memory-profiling --enable-java --enable-shared=yes --with-blas="$LDFLAGS" --with-readline --with-cairo --with-tcltk --with-libpng --with-jpeglib --with-libtiff --with-ICU --with-pic --with-x --with-lapack --with-pcre2 I also appended the corresponding config.log: Thank you, Wim
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
...... yes >> checking for strings.h... yes >> checking for inttypes.h... yes >> checking for stdint.h... yes >> checking for unistd.h... yes >> checking fftw.h usability... yes >> checking fftw.h presence... yes >> checking for fftw.h... yes >> checking jpeglib.h usability... yes >> checking jpeglib.h presence... yes >> checking for jpeglib.h... yes >> checking for inline... inline >> checking for stdlib.h... (cached) yes >> checking for GNU libc compatible malloc... yes >> configure: creating ./config.status >> c...
2019 Dec 21
3
Downsized R configuration for flat deployment
...# $ sudo apt-get build-dep r-base $ mkdir ~/r-virtual $ cd R-3.6.2/ $ ./configure --prefix=/home/dmedri/r-virtual/ \ --exec-prefix=/home/dmedri/r-virtual/ \ --without-recommended-packages \ --without-cairo \ --without-libtiff \ --without-jpeglib \ --without-x \ --without-aqua \ --without-tcltk \ --disable-rpath $ make && make install This minimal R could run inside a container, no desktop just cli, with just one graphical formats in output (png). Java support was leaved in. I didn...
2003 Jun 12
1
Problems for runing R in BATCH to generate PNG/JPEG files
Hello all: After I compile the R-1.7 with the follows in Linux7.3: configure --with-x --with-jpeglib --with-libpng --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib and make and make install. The R is able to generate PNG/JPEG files from the command line. However, when I put the same commands in a batch file and run: R --gui BATCH R.Batch.file It gave me a error in the R.Batch.file.R...