Bret Hughes wrote:

> J Hayward wrote:
>
> > Hello,
> >
> > Looks like you are missing the ImageMagick-devel rpm.
> >
> > Regards,
> >   Jim H
> >
> >>
> >> do I need something else installed too?  where should magick/magick.h
> >> come from?
> >>
> >> find /usr -name magick.h returns nothing and my rpmfind is broken
> >>
> >> Bret
> >
> You were right.  Now I get the same problem because the makefile in the
> rpm rpm is looking in /usr/local/include for all the include files and
> the ImageMagick-devel installs to /usr/X11R6/include.

OK now I have dinked with Makefile.PL enought that the
-I/usr/X11R6/include/X11 option is added to the cc. magick.h is found but
defines.h is not.  Nor is it anywhere on my system.  What package is it
supposed to be in?

This is what I have with regards to perl and ImageMagick

# rpm -qa| egrep 'perl|Image'
perl-HTML-Parser-3.05-6
groff-perl-1.15-8
perl-Text-CSV-0.01-6
perl-libwww-perl-5.47-6
ImageMagick-devel-4.2.9-3
perl-libnet-1.0605-2
ImageMagick-4.2.9-3
perl-URI-1.05-6
perl-Text-CSV_XS-0.20-6
perl-5.00503-12

This is what the output of make all looks like:

[root@bretdell_linux PerlMagick-4.28]# make all
cc -c -I.. -I/usr/X11R6/include/X11 -I/usr/include -I/usr/openwin/include
-I/usr/openwin/include/X11 -Dbool=char -DHAS_BOOL -I/usr/local/include -O2
-m486 -fno-strength-reduce    -DVERSION=\"4.28\" -DXS_VERSION=\"4.28\"
-fpic -I/usr/lib/perl5/5.00503/i386-linux/CORE  Magick.c
In file included from /usr/X11R6/include/X11/magick/magick.h:43,
                 from Magick.xs:78:
/usr/include/assert.h:79: warning: `assert' redefined
/usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:1501: warning: this is the
location of the previous definition
Magick.xs:79: magick/defines.h: No such file or directory
make: *** [Magick.o] Error 1

There is no defines.h in the ImageMagick-devel-4.2.9-3 package according to
rpm -ql ImageMagick-devel and sure enough the file is not there,

I found references to defines.h and ImageMagic-devel in  a  google search
but am getting really bummed out here aince I can't find it.


Could this be a version mismatch?

Bret




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to