Build Errors

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
dognose
Posts: 265
Joined: 2005-03-08T22:16:37-07:00

Build Errors

Post by dognose »

I'm trying to build IM on Centos x86_64 from srpm

Linux version 2.6.18-92.1.17.el5 (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Tue Nov 4 13:43:30 EST 2008

I've built it fine from source in the past, so I'm not sure what I'm doing wrong now..
It seems to build fine, until it hits this..

Processing files: ImageMagick-c++-6.4.5-4
error: File not found by glob: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/libMagick++.so.*
Processing files: ImageMagick-c++-devel-6.4.5-4
error: File not found: /var/tmp/ImageMagick-6.4.5-root/usr/bin/Magick++-config
error: File not found by glob: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/libMagick++.*
error: File not found: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/pkgconfig/ImageMagick++.pc
error: File not found: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/pkgconfig/Magick++.pc
error: File not found by glob: /var/tmp/ImageMagick-6.4.5-root/usr/share/man/man1/Magick++-config.*

I'm using the default spec, and I've also tried removing things I don't need, like magic_plus_plus, but still get the same problem.

Any ideas on what's wrong or where to start looking for a fix?
Post Reply