Changes between Initial Version and Version 1 of Ticket #42990


Ignore:
Timestamp:
Mar 23, 2014, 5:02:46 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:build magick/fourier.c:895:29: warning: implicitly declaring library function 'cabs' with type 'double (_Complex double)'
:info:build         magnitude_pixels[i]=cabs(forward_pixels[i]);
:info:build                             ^
:info:build magick/fourier.c:895:29: note: please include the header <complex.h> or explicitly provide a declaration for 'cabs'
:info:build magick/fourier.c:895:34: error: passing 'fftw_complex' (aka 'double [2]') to parameter of incompatible type '_Complex double'
:info:build         magnitude_pixels[i]=cabs(forward_pixels[i]);
:info:build                                  ^~~~~~~~~~~~~~~~~

fftw-3 was just updated to version 3.3.4. Maybe this version of ImageMagick is not compatible with that version of fftw-3.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42990

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords mavericks added; ImageMagick Mavericks 10.9.2 removed
  • Ticket #42990 – Description

    initial v1  
    1 Have followed migration instructions [http://trac.macports.org/wiki/Migration], and most packages now build.
     1Have followed migration instructions wiki:Migration, and most packages now build.
    22
    33Log attached. Errors in configure, then fails to build.