Page 1 of 1

Errors after 'make' during install

Posted: 2013-11-26T17:13:14-07:00
by openletter
I received the following warning messages during make process of installation to Ubuntu Server 12.04:

Code: Select all

wand/deprecate.c: In function 'MagickColorFloodfillImage':
wand/deprecate.c:1176:3: warning: 'ColorFloodfillImage' is deprecated (declared at ./magick/deprecate.h:178) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickFlattenImages':
wand/deprecate.c:1246:3: warning: 'FlattenImages' is deprecated (declared at ./magick/deprecate.h:136) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickMapImage':
wand/deprecate.c:1570:3: warning: 'MapImage' is deprecated (declared at ./magick/deprecate.h:201) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickMatteFloodfillImage':
wand/deprecate.c:1642:3: warning: 'MatteFloodfillImage' is deprecated (declared at ./magick/deprecate.h:205) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickMosaicImages':
wand/deprecate.c:1817:3: warning: 'MosaicImages' is deprecated (declared at ./magick/deprecate.h:141) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickOpaqueImage':
wand/deprecate.c:1863:3: warning: 'MagickPaintOpaqueImage' is deprecated (declared at ./wand/deprecate.h:102) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickPaintOpaqueImage':
wand/deprecate.c:1964:3: warning: 'MagickPaintOpaqueImageChannel' is deprecated (declared at ./wand/deprecate.h:104) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickRecolorImage':
wand/deprecate.c:2069:3: warning: 'RecolorImage' is deprecated (declared at ./magick/deprecate.h:143) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickTransparentImage':
wand/deprecate.c:2313:3: warning: 'MagickPaintTransparentImage' is deprecated (declared at wand/deprecate.c:2016) [-Wdeprecated-declarations]
I am using the Install from Unix instructions

Re: Errors after 'make' during install

Posted: 2013-11-26T18:22:23-07:00
by fmw42
what version of IM?

see my bug report at viewtopic.php?f=3&t=24508, though likely a different issue.

Re: Errors after 'make' during install

Posted: 2013-11-26T18:27:22-07:00
by openletter
Whoops, version 6.8.7.

Re: Errors after 'make' during install

Posted: 2013-11-26T18:35:35-07:00
by fmw42
openletter wrote:Whoops, version 6.8.7.

6.8.7.x what is x?

convert -version

will tell you.

Re: Errors after 'make' during install

Posted: 2013-11-26T18:44:02-07:00
by glennrp
They are just warnings. Don't worry about them. In particular, certain obsolete functions are
marked "deprecated" but are still maintained in case someone has an application that calls
them. It would be good if the warnings only appeared when compiling any function that
calls them, but warnings are also emitted while compiling the actual functions.

Re: Errors after 'make' during install

Posted: 2013-11-26T19:53:54-07:00
by openletter
@fmw42 6.8.7-7

@glennrp I installed and tested with make check and received the following error:

Code: Select all

FAIL: tests/wandtest.tap 1
I do not have Ghostscript installed. This is for an install of MediaWiki, which I'm not certain needs that additional package.

Re: Errors after 'make' during install

Posted: 2013-11-26T21:31:41-07:00
by glennrp
Does the file tests/wandtest.log have any useful information in it? On my
Ubuntu 12.04 platform with IM-6.8.7-7 the test passes so the log isn't very interesting.

Re: Errors after 'make' during install

Posted: 2013-11-26T22:01:24-07:00
by openletter
Where is tests/wandtest.log?