Hi. I am trying to begin with Imagemagick on C. Recently I have installed Codeblocks and configure the libs but when try to compile any imagemagick program for C it gives me te next error:
c:\mingw\bin\..\lib\gcc\mingw32\4.6.2\..\..\..\..\include\math.h 675 error: expected ')' before '(' token
This error doesn't appear when I use the math.h library in other programs. What could be the problem and how fix it?