as a IM newbee it seems I have a problem to get FFTW correctly running with IM under Windows. I followed all the instructions given in
viewtopic.php?f=4&t=14251#p56836
C:\_ImageMagick.SOURCE\ImageMagick-6.6.3\VisualMagick\bin is the folder with all the newly compiled exe's. From there executing the command
convert -list configure
results in the following:
Code: Select all
C:\_ImageMagick.SOURCE\ImageMagick-6.6.3\VisualMagick\bin>convert -list configure
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
NAME ImageMagick
Path: C:\_ImageMagick.SOURCE\ImageMagick-6.6.3\VisualMagick\bin\configure.xml
Name Value
-------------------------------------------------------------------------------
CC vs8
CC vs8
COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC
COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
HOST windows-unknown-linux-gnu
HOST windows-unknown-linux-gnu
LIB_VERSION 0x663
LIB_VERSION 0x663
LIB_VERSION_NUMBER 6,6,3,10
LIB_VERSION_NUMBER 6,6,3,10
NAME ImageMagick
NAME ImageMagick
RELEASE_DATE 2010-07-15
RELEASE_DATE 2010-07-15
VERSION 6.6.3
VERSION 6.6.3
WEBSITE http://www.imagemagick.org
WEBSITE http://www.imagemagick.org
Path: configure.xml
Name Value
-------------------------------------------------------------------------------
CC vs8
CC vs8
COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC
COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
HOST windows-unknown-linux-gnu
HOST windows-unknown-linux-gnu
LIB_VERSION 0x663
LIB_VERSION 0x663
LIB_VERSION_NUMBER 6,6,3,10
LIB_VERSION_NUMBER 6,6,3,10
NAME ImageMagick
NAME ImageMagick
RELEASE_DATE 2010-07-15
RELEASE_DATE 2010-07-15
VERSION 6.6.3
VERSION 6.6.3
WEBSITE http://www.imagemagick.org
WEBSITE http://www.imagemagick.org
First of all, this output is strange. Where do the multiple lines and even the multiple "configure"-versions come from? (Perhaps important: I used Windows-installer-version to install IM, but then uninstalled it).
More important (but perhaps the point above and this one are linked together), there is no fftw in the DELEGATES section to find. Do I have to set fftw in the DELEGATES section in "configure.xml" on my own?
I am very thankful for any help to get FFTW running with IM.
Conrad