Re: [SIP-devel] sip-dev-20040527-2 and imagemagick
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <rf...@if...> - 2004-07-12 22:10:51
|
Hi, Jocelyn, remember that nasty problem about ImageMagick and the latest SIP-devel? The reason is that you have two conflicting ImageMagick installations. Check your include directories for conflicting "includes". I ran into the same problem. I had wrong magick/*.h files in /usr/local/include Perhaps you have wrong magick/*.h in /usr/include or in some other place. hope you can now compile the new SIP. PS: new Linux binaries should be under way. I succeeded building windows toolboxes. The SIP windows version is now under way, if nothing too much hairy gets on the way. Ricardo. On Fri, 11 Jun 2004, DRUEL Jocelyn wrote: > After problems compiling the development version, I investigated to find that > ImageMagick-5.5.7 is not enough for it: > I have the following error: > > mogrify_int.c: In function `check_argv_validity': > mogrify_int.c:1302: `UndefinedCompressionQuality' undeclared (first use in > this > function) > mogrify_int.c:1302: (Each undeclared identifier is reported only once > mogrify_int.c:1302: for each function it appears in.) > |