Build error

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
jianwu_chen

Build error

Post by jianwu_chen »

I downloaded the latest source package (ImageMagick-6.3.2) from link in following page
http://www.imagemagick.org/script/insta ... hp#windows

Then follow the instruction to build it in Linux system. (x86_64 GNU/Linux)

I got the following error

coders/djvu.c:596: error: `ddjvu_pageinfo_t' undeclared (first use in this function)
coders/djvu.c:596: error: (Each undeclared identifier is reported only once
coders/djvu.c:596: error: for each function it appears in.)
coders/djvu.c:596: error: parse error before "info"
coders/djvu.c:597: warning: implicit declaration of function `ddjvu_document_get_pageinfo'
coders/djvu.c:597: error: `info' undeclared (first use in this function)
jianwu_chen

Re: Build error

Post by jianwu_chen »

i maybe found the problem. Because the system has an older version. Maybe this is the reason why compilation fail.
Post Reply