Displaying 3 results from an estimated 3 matches for "magickwand".
2014 Jul 04
1
DESCRIPTION.in file causes R CMD check to fail?
...owned by you and
# have default permissions.
#
# This archive contains:
#
# DESCRIPTION
# DESCRIPTION.in
#
echo x - DESCRIPTION
sed 's/^X//' >DESCRIPTION << 'END-of-DESCRIPTION'
XPackage: image2k
XType: Package
XTitle: interface between pixmap and Imlib2 and/or MagickWand
XVersion: 0.1
XDate: 2014-06-24
XAuthor: Greg Minshall
XMaintainer: Greg Minshall <minshall at acm.org>
XDescription: image2k creates pixmaps from any image file that is
X supported by the Imlib2 and/or MagickWand libraries (assuming one or
X both of these libraries are available on your ma...
2009 Jul 03
5
Can't install RMagick due to MagickWand problems
.../usr
/usr/bin/X11/Magick-config reports version 6.5.4-0 is installed
in /usr
Using 6.5.4-0 from /usr.
checking for ImageMagick version >= 6.3.5... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for wand/MagickWand.h... no
Can''t install RMagick 2.10.0. Can''t find MagickWand.h.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
But want is...
2014 Jul 13
2
how to list external dependencies (i.e., non-R packages)?
hi. i'm working on a package which only works if one (or both) of two
libraries (Imlib2 and MagickWand) exist on the machine on which the
package is compiled and executed. as currently written, the program
purposely generates an error at *compile* time if neither library is
available (thinking the earlier the user is notified, the less
frustrating).
is there a way of specifying this dependency in,...