Displaying 9 results from an estimated 9 matches for "bitmap_libs".
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
I noticed that congigure reported libpng as "not found" although a
recent version exists.
Further looking into this issue told me, that the test failed because
the test
from R.m4
AC_CHECK_LIB(png, png_create_write_struct, [
BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz"
AC_DEFINE(HAVE_PNG)
], , ${LIBS})
], AC_MSG_RESULT([no]))
])
did fail:
gcc.exe -o conftest.exe -g -m486 -Zmt -Ig:/include -I/xfree86/include
-Zmt -Zcrtdll -Zsysv-signals conftest.c -lpng -lsocket -lreadline -ldl
-lncurses -lm -lcExt...
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...amework R -lz -lreadline -lcc_dynamic
-lncurses -lm
ld: can't locate framework for: -framework R
make[4]: *** [R_X11.so] Error 1
--enable-framework adds: LIBR="-framework R" [configure.ac@173] which
is then used:
src/modules/X11/Makefile.in@36: R_X11_la_LIBADD = $(ALL_X_LIBS)
$(BITMAP_LIBS) $(LIBR)
If you installed R.framework previously, you're fine (well, fine in a
sense that R is not compiled against its own version of the shared
library as one would expect, but the currently installed R framework
instead). If you have a clean system, it won't even build.
It is a...
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list,
Good morning; I'm with the Sage (http://www.sagemath.org) project.
(Some of you might have seen my talk on this at last summer's useR
conference).
We have some rudimentary support for using R graphics in various
cases, which has proved useful to many of our users who want to go
back and forth between R and other capabilities within Sage.
Unfortunately, the way we
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2006 May 12
2
R-2.3.0 make error on AIX 5.2
I am encountering a make error on an AIX 5.2 with R-2.3.0 and R-patched_2006-05-10 after successfully configuring them using gcc-4.1.0, gnu make, and the following configure options
CC=/usr/local/bin/gcc
F77=/usr/local/bin/gfortran
CXX=/usr/local/bin/g++
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CFLAGS='-g -O'
FFLAGS='-O'
CXXFLAGS='-g -O'
bash-3.00$ ./configure
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...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.])
- BITMAP_LIBS="-ltiff ${BITMAP_LIBS}"
- else
- have_tiff=no
- fi
+if test "${use_libtiff}&quo...
2009 Feb 21
1
Install failure (PR#13545)
...tools/missing aclocal'
ALLOCA=''
AR='ar'
ARFLAGS='rc'
AUTOCONF='$(SHELL) $(top_srcdir)/tools/missing autoconf'
AUTOHEADER='$(SHELL) $(top_srcdir)/tools/missing autoheader'
AUTOMAKE='$(SHELL) $(top_srcdir)/tools/missing automake'
AWK='gawk'
BITMAP_LIBS=''
BLAS_LIBS0=''
BLAS_LIBS=''
BLAS_SHLIB_FALSE=''
BLAS_SHLIB_TRUE=''
BUILDDIR_IS_SRCDIR='yes'
BUILD_AQUA_FALSE=''
BUILD_AQUA_TRUE=''
BUILD_BZLIB_FALSE=''
BUILD_BZLIB_TRUE=''
BUILD_CC=''
BUILD_CYGWIN_FALSE='&...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...;
ALLOCA=''
AR='ar'
ARFLAGS='rc'
AUTOCONF='/home/ales/Programi/R/R-2.0.1/tools/missing autoconf'
AUTOHEADER='/home/ales/Programi/R/R-2.0.1/tools/missing autoheader'
AUTOMAKE='/home/ales/Programi/R/R-2.0.1/tools/missing automake-1.4'
AWK='mawk'
BITMAP_LIBS=''
BLAS_LIBS=''
BUILDDIR_IS_SRCDIR='yes'
BUILD_AQUA_FALSE=''
BUILD_AQUA_TRUE=''
BUILD_BZLIB_FALSE=''
BUILD_BZLIB_TRUE=''
BUILD_DLFCN_DARWIN_FALSE=''
BUILD_DLFCN_DARWIN_TRUE='#'
BUILD_PCRE_FALSE=''
BUILD_PCRE_TRUE='&...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...S='rc'
AUTOCONF='/home/crsgrad/ozdogan/bin/r-project/R-1.6.2/tools/missing autoconf'
AUTOHEADER='/home/crsgrad/ozdogan/bin/r-project/R-1.6.2/tools/missing autoheader'
AUTOMAKE='/home/crsgrad/ozdogan/bin/r-project/R-1.6.2/tools/missing automake-1.4'
AWK='nawk'
BITMAP_LIBS=''
BLAS=''
BLAS_LIBS=''
BUILDDIR_IS_SRCDIR='yes'
BUILD_XDR_FALSE=''
BUILD_XDR_TRUE=''
BUILD_ZLIB_FALSE=''
BUILD_ZLIB_TRUE=''
CC='gcc'
CFLAGS='-g -O2'
COMPILE_DOUBLE_COMPLEX_FALSE=''
COMPILE_DOUBLE_COMPLEX_TRUE=&...