imfft and Fedora 8 compile issue.
Posted: 2008-05-05T13:12:11-07:00
I have been using Fedora 8 with ImageMagick-6.3.5.9-1.fc8 rpms.
I have installed fftw-3.1.2-5.fc8 rpms.
I have also installed all the devel libs and associated dependencies.
When I try to compile any of the IMFFT applications, I get the same errors.
gcc-4.1.2-33
I am not familiar enough with programming to figure out where and what this error means.
I suspect that the error is related to Fedora libs but I don't know how I can submit a bug error on this.
I look forward to any response. Thank you.
I have installed fftw-3.1.2-5.fc8 rpms.
I have also installed all the devel libs and associated dependencies.
When I try to compile any of the IMFFT applications, I get the same errors.
Code: Select all
[rlaing@eagle1 trunk]$ make fft
gcc -Wall -pedantic -g -O2 -fPIC -I. `Magick-config --cflags` -c fft.c -L. -o fft.o
In file included from /usr/include/magick/delegate.h:26,
from /usr/include/magick/MagickCore.h:141,
from fft.c:14:
/usr/include/ghostscript/iapi.h:252: error: expected ‘)’ before ‘__extension__’
/usr/include/ghostscript/iapi.h:289: error: expected ‘)’ before ‘__extension__’
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:667:5: warning: imaginary constants are a GCC extension
make: *** [fft] Error 1
[rlaing@eagle1 trunk]$ make demo
gcc -Wall -pedantic -g -O2 -fPIC -I. `Magick-config --cflags` -c fft.c -L. -o fft.o
In file included from /usr/include/magick/delegate.h:26,
from /usr/include/magick/MagickCore.h:141,
from fft.c:14:
/usr/include/ghostscript/iapi.h:252: error: expected ‘)’ before ‘__extension__’
/usr/include/ghostscript/iapi.h:289: error: expected ‘)’ before ‘__extension__’
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:667:5: warning: imaginary constants are a GCC extension
make: *** [fft] Error 1
[rlaing@eagle1 trunk]$
I am not familiar enough with programming to figure out where and what this error means.
I suspect that the error is related to Fedora libs but I don't know how I can submit a bug error on this.
I look forward to any response. Thank you.