search for: tiffio

Displaying 11 results from an estimated 11 matches for "tiffio".

2009 Jan 09
1
[R 2.8.1 on AIX 5.3] WARNING: tiffio.h: present but cannot be (PR#13440)
Dear r-bugs, With AIX 5.3 and OBJECT_MODE=64 CC="xlc -q64" CXX="g++ -maix64" and ./configure --without-iconv --enable-R-shlib the following warning occurs: configure: WARNING: tiffio.h: present but cannot be compiled configure: WARNING: tiffio.h: check for missing prerequisite headers? configure: WARNING: tiffio.h: see the Autoconf documentation configure: WARNING: tiffio.h: section "Present But Cannot Be Compiled"...
2019 Feb 25
1
Is libtiff >= 4.0.0 now required by R for TIFF support?
...=--with-blas='-mkl=parallel' LAPACK=--with-lapack ./configure --prefix=$destdir "$BLAS" "$LAPACK" --enable-BLAS-shlib --enable-R-shlib (and build with Intel compilers.) The tiff-related output of the configure script in R 3.2.5 was $ grep -i tiff _log_3.2.5 checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFOpen in -ltiff... yes Additional capabilities: PNG, JPEG, TIFF, NLS, cairo Beginning with R 3.3.0, it was just $ grep -i tiff _log_3.3.0 Capabilities skipped: TIFF, ICU (This has been th...
2007 Jan 12
7
Making TIFF images with rtiff
...ake .TIFF files directly from the graphic output of R. I recently noticed that there is a library called "rtiff" that may be able to do this. However, I have not been able to get it to work, principally because I do not know how to install the required supporting software, libtiff and tiffio.h, correctly on my computer. I am running R 2.4.0 on a Windows XP machine. So far I have done the following: 1) Loaded the rtiff library 2) Downloaded and installed the TIFF library 3.8.2 (complete package and sources) from the following website: http://gnuwin32.sourceforge.net/packages/tiff.htm...
2004 Sep 20
4
spandsp / compilation errors
I am attempting installation of spandsp on to an Asterisk installation on Linux RH9 the distribution i am using is that are URL http://ftp2.tootai.net - the README for which i have followed verbatim - my only issue on this was the target for the port.h / tif_dir.h / tiffiop.h files in the 'headers' folder of the distribtion i put these in the /usr/include folder based simply on the fact that there is nothing in the /usr/local/include the tiffio.h / tiffvers.h files are not in here so i am beginning to suspect the installation of libtiff on the system - how...
2011 Jun 05
1
Can't compile rtiff for OSX
...in 998 Jun 4 22:13 /opt/local/lib/libtiffxx.la $ ls -l /opt/local/include/*tiff* -rw-r--r-- 2 root admin 33813 Jun 4 22:13 /opt/local/include/tiff.h -rw-r--r-- 2 root admin 3020 Jun 4 22:13 /opt/local/include/tiffconf.h -rw-r--r-- 2 root admin 20514 Jun 4 22:13 /opt/local/include/tiffio.h -rw-r--r-- 2 root admin 1706 Jun 4 22:13 /opt/local/include/tiffio.hxx -rw-r--r-- 2 root admin 410 Jun 4 22:13 /opt/local/include/tiffvers.h However, when I try to install rtiff, R is not picking up libtiff: $ R CMD INSTALL ~/Downloads/rtiff_1.4.1.tar.gz * installing to library ?/Lib...
2005 Mar 14
1
Problem Compiling Spandsp
...uot;.deps/bert.Tpo" -c -o bert.lo bert.c; \ then mv -f ".deps/bert.Tpo" ".deps/bert.Plo"; else rm -f ".deps/bert.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -MT bert.lo -MD -MP -MF .deps/bert.Tpo -c bert.c -fPIC -DPIC -o .libs/bert.o bert.c:43:20: tiffio.h: No such file or directory In file included from spandsp.h:75, from bert.c:45: spandsp/t4.h:74: error: syntax error before "TIFF" spandsp/t4.h:74: warning: no semicolon at end of struct or union spandsp/t4.h:147: error: syntax error before '}' token spandsp/t4.h...
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...it.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking tiffio.h usability... no checking tiffio.h presence... no checking for tiffio.h... no checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... n...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
.../wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syscall.h usability... no checking syscall.h presence... no checking for syscall.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence.....
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
.../types.h... yes checking for rpc/xdr.h... yes checking for XDR support... yes checking whether zlib support needs to be compiled... yes checking mmap support for zlib... yes checking whether bzip2 support needs to be compiled... yes checking whether PCRE support needs to be compiled... yes checking tiffio.h usability... no checking tiffio.h presence... no checking for tiffio.h... no checking for TIFFOpen in -ltiff... no checking whether leap seconds are treated according to POSIX... yes checking for setitimer... yes checking for special C compiler options needed for large files... no checking for _F...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...se system zlib library (if available) @<:@no@:>@])], [R_ARG_USE_SYSTEM(zlib)], --- m4/R.m4.orig 2012-01-02 17:05:22.000000000 +0000 +++ m4/R.m4 2012-01-02 17:08:08.000000000 +0000 @@ -2005,16 +2005,18 @@ [Define if you have the PNG headers and libraries.]) fi fi -AC_CHECK_HEADERS(tiffio.h) -# may need to resolve jpeg routines -AC_CHECK_LIB(tiff, TIFFOpen, [have_tiff=yes], [have_tiff=no], [${BITMAP_LIBS}]) -if test "x${ac_cv_header_tiffio_h}" = xyes ; then - if test "x${have_tiff}" = xyes; then - AC_DEFINE(HAVE_TIFF, 1, [Define this if libtiff is available.]...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
.../types.h... yes checking for rpc/xdr.h... yes checking for XDR support... yes checking whether zlib support needs to be compiled... yes checking mmap support for zlib... yes checking whether bzip2 support needs to be compiled... yes checking whether PCRE support needs to be compiled... yes checking tiffio.h usability... no checking tiffio.h presence... no checking for tiffio.h... no checking for TIFFOpen in -ltiff... no checking whether leap seconds are treated according to POSIX... yes checking for setitimer... yes checking for special C compiler options needed for large files... no checking for _F...