[SOLVED] IM7 won't compile since approximately svn 9251?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

[SOLVED] IM7 won't compile since approximately svn 9251?

Post by NicolasRobidoux »

Not totally sure it's not me doing something funny, but I think the bleeding edge svn IM7 is broken. Error message:

Code: Select all

make[1]: *** No rule to make target `MagickWand/MagickWand-config.1', needed by `all-am'.  Stop.
I can compile after doing

Code: Select all

svn merge -r 9272:9250 .
Post Reply