Thread: [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: DRUEL J. <joc...@li...> - 2004-06-11 19:27:02
|
Hi, 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.) So I downloaded ImageMagick6 and found the UndefinedCompressionQuality. Compilation of SIP went allright, excepted that man pages are not built (I have a Scilab prompt on the console). Best regards Jocelyn -- Powered by Linux |
From: Ricardo F. <rf...@if...> - 2004-06-14 15:41:30
|
Hi, Jocelyn, > After problems compiling the development version, I investigated to find that > ImageMagick-5.5.7 is not enough for it: On the contrary.. it had been written so that it will now work with virtually any version of imagemagick. I just compiled it with ImageMagick 5.5.7 without problems. Please make sure you are really using the 20040527-2 version. If you are, please send me your configure.log and configure.ac files. > > man pages are not built (I have a Scilab prompt on the console). This happened with me because I installed a new animal library and _uninstalled_ the old one, but the old one is required by the old toolbox. You may just remove your previous "exec loader.sce" from ~/.scilab and re-run "make" inside the sip source dir. Sorry, I must find a way to not require the user to do this. Suggestions are welcome. best, Ricardo. -- Ricardo Fabbri, Cybernetic Vision Research Group, USP, Brazil. TEL: +55 016 273.9882 CEL: +55 016 9121.9046 ICQ: 208974212 |
From: DRUEL J. <joc...@li...> - 2004-06-14 17:54:13
Attachments:
configure.ac
config.log
|
Le Lundi 14 Juin 2004 17:02, vous avez écrit : > Hi, Jocelyn, > > > After problems compiling the development version, I investigated to find > > that ImageMagick-5.5.7 is not enough for it: > > On the contrary.. it had been written so that it will now work with > virtually any version of imagemagick. I just compiled it with > ImageMagick 5.5.7 without problems. > > Please make sure you are really using the 20040527-2 version. > If you are, please send me your configure.log and configure.ac files. > Here they are. best Jocelyn -- Powered by Linux |
From: Ricardo F. <rf...@if...> - 2004-06-14 21:19:06
|
Hi, Jocelyn, your problem with ImageMagick 5.5.7 seems very strange. I checked you log files and the tests on your system went correctly, except that the configure script didn't do what it was programmed to. I'm a bit clueless. Lets track down the problem by steps. First, tell me your system specs: Whats your Linux distro? You are using the ImageMagick 5.5.7 that came with it? Second, try to download SIP again, maybe you have a slightly older version that I had uploaded by mistake at release time. Please send me the file "configure". Anyway, the problem is still very strange, I just can't figure out why the configure script (which is exactly the same as mine) didn't work. BTW, did the manpage build with the workaround I proposed in the last email? kind regards, Ricardo. |
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.) > |