<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>Hi Ricardo,</p>
<p> </p>
<p>Thanks for the swift response!</p>
<p> </p>
<p>I tried all 3 lines in MinGW and the following result was printed in all cases:</p>
<p>"-I/usr/local/include/ImageMagick -D_DLL -D_MT"</p>
<p> </p>
<p>Is this OK? And what's the next step?</p>
<p> </p>
<p>Thanks for your help.</p>
<p> </p>
<p>Best regards,</p>
<p> </p>
<p>Peter</p>
<p> </p>
<p><br/>Op 16-10-2009 om 01:09, schreef Ricardo Fabbri <ricardofabbri@users.sourceforge.net>:<br/></p>
<blockquote>Hi,<br/><br/>can you run<br/><br/>Magick-config --cppflags<br/><br/>or<br/><br/>MagickWand-config --cppflags<br/><br/>or<br/><br/>MagickCore-config --cppflags<br/><br/>?<br/><br/>Ricardo<br/><br/><br/><br/>On Thu, Oct 15, 2009 at 5:47 AM, Peter Eshuis<br/><p.g.eshuis@alumnus.utwente.nl> wrote:<br/>
<blockquote>Dear Scilab Group,<br/><br/><br/><br/>I really appreciate Scilab very much and I think it is very powerful, but<br/>right now I'm experiencing problems installing the Scilab Image Processing<br/>(SIP) Toolbox on my Windows XP machine using MinGW.<br/><br/><br/><br/>I've tried several options, but they've all failed. It could have to do with<br/>the fact that I have almost no experience with UNIX, so MinGW is new for me.<br/>A friend who does have UNIX experience tried it as well, but without<br/>success.<br/><br/><br/><br/>To give you an idea what I've tried I give you a summary of my current<br/>installation following all the README's and INSTALL's:<br/><br/><br/><br/>Install SciLab:<br/><br/>-scilab-5.1.1.exe<br/><br/>-Install in "C:\scilab\"<br/><br/>-Choose "Full installation"<br/><br/><br/><br/>Install MKL (Math Kernel Library):<br/><br/>-MKL-for-scilab-5.1.1.exe<br/><br/>-Install in "C:\scilab\bin\"<br/><br/><br/><br/>Install FFTW Library (Fast Fourier Transform):<br/><br/>-FFTW-for-scilab-5.1.1.exe<br/><br/>-Install in "C:\scilab\bin\fftw\"<br/><br/><br/><br/>Install MinGW:<br/><br/>-MinGW-5.1.6.exe<br/><br/>-Choose "Full" installation<br/><br/>-Install in "C:\MinGW"<br/><br/>-Copy paste the folders of MinGW ImageMagick Delegates in "C:\MinGW"<br/><br/><br/><br/>Install MSYS:<br/><br/>-MSYS-1.0.11.exe<br/><br/>-Install in "C:\msys\1.0"<br/><br/>-msysDTK-1.0.1.exe in "C:\msys\1.0"<br/><br/>NOT PERFORMED: -Set the environment variable HOME to C:\msys\1.0\home (DON'T<br/>KNOW HOW)<br/><br/><br/><br/>Install ImageMagick-6.5.6-9 for Windows:<br/><br/>-Open Configure.sln --> Build Solution<br/><br/>-run configure.exe<br/><br/>-Choose "multi-threaded static build"<br/><br/>-Open VisualStaticMT.sln --> Build Solution<br/><br/>-Test on commandline in bin-folder: convert logo: image.jpg OK<br/><br/><br/><br/>Install AnImaL (An Imaging Library) version 0.15.3:<br/><br/>-./configure<br/><br/>-make --include-dir=/c/ImageMagick/magick (with and without include-dir does<br/>not make a difference, same errors are thrown)<br/><br/>
<blockquote>
<blockquote>img.c:30:59: magick/api.h: No such file or directory<br/></blockquote></blockquote><br/>
<blockquote>
<blockquote>Numerous errors and warnings are triggered regarding imagemagick... and in<br/>the end Error 1 is thrown<br/></blockquote></blockquote><br/>--> So somehow the api.h file is not found, allthough it is present in<br/>C:\ImageMagick\magick\<br/><br/>--> The AnImaL directory is currently located on D:\, so should I move it<br/>inside some folder of ImageMagick?<br/><br/>NOT PERFORMED: -make install (BECAUSE "make" WAS NOT COMPLETED SUCCESSFULLY)<br/><br/><br/><br/>Do you have any suggestions to help me install AnImaL and in the end SIP? Or<br/>when you have instructions to use a different compiler that would also be<br/>very welcom. Thanks!<br/><br/><br/><br/>Best regards,<br/><br/><br/><br/>Peter<br/><br/><br/></blockquote></blockquote><br/></body></html>