Changes between Initial Version and Version 1 of Ticket #43939


Ignore:
Timestamp:
Jun 7, 2014, 8:12:50 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43939

    • Property Cc devans@… removed
    • Property Summary changed from gegl @0.2.0_12 - OSX 10.6.8 - build fails to gegl @0.2.0_12: error: token is not a valid binary operator in a preprocessor subexpression
    • Property Owner changed from macports-tickets@… to devans@…
    • Property Keywords gegl 10.6.8 webkit_gtk_2.0 removed
    • Property Port @0.2.0_12 removed
  • Ticket #43939 – Description

    initial v1  
    55
    66I receive four log file errors of the form:
     7
     8{{{
    79/opt/local/include/pngconf.h:366:52: error: token is not a valid binary operator in a preprocessor subexpression
    8 [[br]]"#                       if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)"
     10#                       if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
     11}}}
    912
    10 The other three tokens reported are PNG_NORETURN, PNG_ALLOCATED, and PNG_DEPRECATED with appropriate text in the
    11 __has_attribute( <VALUE> ) portion of the four lines. Each error also has a text pattern under the error with a circumflex pointing to the left-paren after the "__has_attribute" token.
     13The other three tokens reported are `PNG_NORETURN`, `PNG_ALLOCATED`, and `PNG_DEPRECATED` with appropriate text in the
     14`__has_attribute( <VALUE> )` portion of the four lines. Each error also has a text pattern under the error with a circumflex pointing to the left-paren after the "`__has_attribute`" token.
    1215
    1316There are also numerous warnings generated that appear to be of a similar form.
     
    1821The errors could have crept in over the interval without weekly "selfupdate" executions.
    1922
    20 I did run a "port clean gegl gimp2" and tried the gimp2 install again, but the error is repeated.
     23I did run a "`port clean gegl gimp2`" and tried the gimp2 install again, but the error is repeated.
    2124
    2225The log file generated will be attached to this ticket.