HEllo,

I managed to download the FFT code which apparently is not in a final
version..

>
> I get the following error when I try to compile by typing : "make fft"

I am running Ubuntu 7.10 gutsy (2.6 kernel)

*gcc -Wall -pedantic -g -O2 -fPIC -I. `Magick-config --cflags` -c fft.c -L.
-o fft.o
fft.c:14:31: error: magick/MagickCore.h: No such file or directory
In file included from fft.c:15:
./fft.h:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
./fft.h:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
./fft.h:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
./fft.h:4: error: expected ')' before '*' token
./fft.h:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
./fft.h:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
fft.c:22: error: expected ')' before '*' token
fft.c: In function 'snap':
fft.c:33: error: 'ExceptionInfo' undeclared (first use in this function)
fft.c:33: error: (Each undeclared identifier is reported only once
fft.c:33: error: for each function it appears in.)
fft.c:34: error: 'exception' undeclared (first use in this function)
fft.c:34: warning: implicit declaration of function 'AcquireExceptionInfo'
fft.c:35: error: 'Image' undeclared (first use in this function)
fft.c:36: error: 'image' undeclared (first use in this function)
fft.c:38: warning: implicit declaration of function 'ConstituteImage'
fft.c:38: error: 'DoublePixel' undeclared (first use in this function)
fft.c:40: warning: implicit declaration of function 'printImage'
fft.c: At top level:
fft.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*'
token
fft.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*'
token
fft.c:196: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
fft.c:266:38: warning: C++ style comments are not allowed in ISO C90
fft.c:266:38: warning: (this will be reported only once per input file)
fft.c:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
fft.c:522: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
fft.c:554: error: expected ')' before '*' token
fft.c:667:5: warning: imaginary constants are a GCC extension
make: *** [fft] Error 1
*

Does anyone possibly know where the problem could be ??

Thanks in advance

-- 
Mattia
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to