Changes between Initial Version and Version 1 of Ticket #31459


Ignore:
Timestamp:
Sep 29, 2011, 9:17:00 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31459 – Description

    initial v1  
    1 Installation of libffi via 'sudo port -svk install libffi +universal'
    2 creates a header file '/opt/local/lib/libffi-3.0.10/include/ffi.h' whose number of #if statements does not match the number of #endif's.
    3 For example, 'sudo port -svk install py27-gobject +universal' results in the following error code:
     1Installation of libffi via '`sudo port -svk install libffi +universal`'
     2creates a header file '/opt/local/lib/libffi-3.0.10/include/ffi.h' whose number of `#if` statements does not match the number of `#endif`'s.
     3For example, '`sudo port -svk install py27-gobject +universal`' results in the following error code:
     4{{{
    45In file included from ffi-marshaller.c:24:
    56/opt/local/lib/libffi-3.0.10/include/ffi.h:53:1: error: unterminated #ifndef
     7}}}
    68This looks very similar to Ticket #25439 concerning an older version of this library.