Page 1 of 1

Build error

Posted: 2007-02-24T23:17:12-07:00
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)

Re: Build error

Posted: 2007-02-25T01:08:42-07:00
by jianwu_chen
i maybe found the problem. Because the system has an older version. Maybe this is the reason why compilation fail.