I am trying to build an application I am making into launchpad for my PPA, and, while it builds the DEB just fine locally, it fails in launchpad.
I am using https://github.com/lilac/Android-ImageMagick to build an ImageMagick library for Android.
trying to build a package in the ppa that works in local it gives an error because it doesn't find usr/include/*
it seems like dh_auto_install is doing nothing while in local it's executing the install rule in the Makefile.
this is the log:
https://launchpadlibrarian.net/90100079/buildlog_ubuntu-oneiric-i386.lib...
is there any special way of specifying the in
I was trying to install imagemagic on 10.04
$ sudo apt-get -f install imagemagick
Go the below error
Reading package lists... Done
Building dependency tree
Reading state information...
I am installing "imagick-v3.1.0RC2" package on CentOS 5.5 i have ImageMagick 6.7.9-9 installed as well and got problem on make step.
Problem is that its cannot find included file.
e.g.
I had some issues with ImageMagick and I was told Ubuntu's default ImageMagick package is an ancient version and I should upgrade to resolve my issues.
How can I do that? I have the latest Ubuntu version (12.10). Synaptic shows me 8:6.7.7.10-2ubuntu4 as the latest version of IM. It means my IM version is 6.7.7.10 (convert --version outputs the same). IM does not provide deb binaries itself.
I'm having a terrible time trying to get a recent version of ImageMagick installed on a CentOS 6.3 x86_64 server. First, I downloaded the RPM from the ImageMagick site and tried to install it.
When running the submitubuntu or package command, I get this fatal error:
quickly.templatetools.CantUpdateFile: Build-Depends: debhelper (>= 8), was not found in the file myproject/debian/control.
ERROR: submitubuntu command failed
The debhelper dependency in control is set by quickly itself, if I change it, it is changed back before packaging.
How to properly install imagemagick extension for PHP5 on Xubuntu 12.04.1 LTS?
convert --version
Version: ImageMagick 6.6.9-7 2012-08-17 Q16
sudo pecl install imagick
...
checking if ImageMagick version is at least 6.2.4... configure: error: no. You need at least Imagemagick version 6.2.4 to use Imagick.
What am i doing wrong? )