Errors after 'make' during install

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
openletter
Posts: 6
Joined: 2013-11-10T16:51:20-07:00
Authentication code: 6789

Errors after 'make' during install

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Errors after 'make' during install

Post by fmw42 »

what version of IM?

see my bug report at viewtopic.php?f=3&t=24508, though likely a different issue.
openletter
Posts: 6
Joined: 2013-11-10T16:51:20-07:00
Authentication code: 6789

Re: Errors after 'make' during install

Post by openletter »

Whoops, version 6.8.7.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Errors after 'make' during install

Post by fmw42 »

openletter wrote:Whoops, version 6.8.7.

6.8.7.x what is x?

convert -version

will tell you.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Errors after 'make' during install

Post 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.
openletter
Posts: 6
Joined: 2013-11-10T16:51:20-07:00
Authentication code: 6789

Re: Errors after 'make' during install

Post 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.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Errors after 'make' during install

Post 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.
openletter
Posts: 6
Joined: 2013-11-10T16:51:20-07:00
Authentication code: 6789

Re: Errors after 'make' during install

Post by openletter »

Where is tests/wandtest.log?
Post Reply