bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

ImageMagick built without JPEG support #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
http://build.chromium.org/p/client.nacl.ports/builders/linux-newlib-1/builds/296
2. ImageMagick is built at steo 11 
3. jpeg built at step 22

What is the expected output? What do you see instead?
ImageMagick C/C++ API with JPEG support

What version of the product are you using? On what operating system?
n/a

Please provide any additional information below.

Is it as simple as adding this line to the Makefile at 
http://naclports.googlecode.com/svn/trunk/src/Makefile ?

# packages with dependencies
$(SENT)/libraries/ImageMagick:    libraries/libpng libraries/jpeg

Original issue reported on code.google.com by swap...@gmail.com on 5 Jun 2013 at 7:56

GoogleCodeExporter commented 9 years ago
from the ImageMagick logfile, 
http://build.chromium.org/p/client.nacl.ports/builders/linux-newlib-1/builds/296
/steps/i686%20newlib%20ImageMagick/logs/stdio

checking for JPEG... 
checking jconfig.h usability... no
checking jconfig.h presence... no
checking for jconfig.h... no
checking jerror.h usability... no
checking jerror.h presence... no
checking for jerror.h... no
checking jmorecfg.h usability... no
checking jmorecfg.h presence... no
checking for jmorecfg.h... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for jpeg_read_header in -ljpeg... no
checking for JPEG library is version 6b or later... no
checking if JPEG package is complete... no

Original comment by swap...@gmail.com on 5 Jun 2013 at 8:01

GoogleCodeExporter commented 9 years ago
fixed in r781

Original comment by sbc@google.com on 12 Jun 2013 at 8:58