ImageMagik with TexIndexNG
I am trying to build DocumentLibrary with wvware, which requires ImageMagik for wmf support. I am having trouble getting ImageMagik to compile. Some of the problems include it's refusal to recognize the installation of the Open Jpeg Groups jpeg-6b library (even with the --with-jpeg=../jpeg-6b) configure option. That may or may not be the root problem because the make fails with the problems: "undefined reference to 'png_permit_mng_features'" ...ditto... "'png_create_write_struct_2'" ...ditto... "'png_create_read_struct_2'" I am using Zope 2.5, standard gnu libraries, I have installed zlib, pnglib, libpdf, tifflib, jpeglib wv - all the latest releases as of this post. Any clues?
DocumentLibrary will work fine without ImageMagik. wvware just won't be able to convert wmf images to gifs, but DocumentLibrary does not care about images anyway. I would recommend just building wvware without wmf support, which is what is should do itself if configure doesn't find ImageMagik. hth, -Casey Matt Gregory wrote:
I am trying to build DocumentLibrary with wvware, which requires ImageMagik for wmf support. I am having trouble getting ImageMagik to compile. Some of the problems include it's refusal to recognize the installation of the Open Jpeg Groups jpeg-6b library (even with the --with-jpeg=../jpeg-6b) configure option. That may or may not be the root problem because the make fails with the problems:
"undefined reference to 'png_permit_mng_features'" ...ditto... "'png_create_write_struct_2'" ...ditto... "'png_create_read_struct_2'"
I am using Zope 2.5, standard gnu libraries, I have installed zlib, pnglib, libpdf, tifflib, jpeglib wv - all the latest releases as of this post.
Any clues?
Evidently the problem is with libpng. The compile returns the same errors as when I was attempting to build ImageMagick. ----- Original Message ----- From: "Casey Duncan" <casey@zope.com> To: "Matt Gregory" <matthew.gregory@skyleach.com> Cc: "Zope" <zope@zope.org> Sent: Tuesday, April 16, 2002 12:48 PM Subject: Re: [Zope] ImageMagik with TexIndexNG
DocumentLibrary will work fine without ImageMagik. wvware just won't be able to convert wmf images to gifs, but DocumentLibrary does not care about images anyway.
I would recommend just building wvware without wmf support, which is what is should do itself if configure doesn't find ImageMagik.
hth,
-Casey
Matt Gregory wrote:
I am trying to build DocumentLibrary with wvware, which requires ImageMagik for wmf support. I am having trouble getting ImageMagik to compile. Some of the problems include it's refusal to recognize the installation of the Open Jpeg Groups jpeg-6b library (even with the --with-jpeg=../jpeg-6b) configure option. That may or may not be the root problem because the make fails with the problems:
"undefined reference to 'png_permit_mng_features'" ...ditto... "'png_create_write_struct_2'" ...ditto... "'png_create_read_struct_2'"
I am using Zope 2.5, standard gnu libraries, I have installed zlib, pnglib, libpdf, tifflib, jpeglib wv - all the latest releases as of this post.
Any clues?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Casey Duncan -
Matt Gregory