Changes between Initial Version and Version 1 of Ticket #43939
- Timestamp:
- Jun 7, 2014, 8:12:50 PM (10 years ago)
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
togegl @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 5 5 6 6 I receive four log file errors of the form: 7 8 {{{ 7 9 /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 }}} 9 12 10 The other three tokens reported are PNG_NORETURN, PNG_ALLOCATED, and PNG_DEPRECATEDwith appropriate text in the11 __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.13 The 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. 12 15 13 16 There are also numerous warnings generated that appear to be of a similar form. … … 18 21 The errors could have crept in over the interval without weekly "selfupdate" executions. 19 22 20 I did run a " port clean gegl gimp2" and tried the gimp2 install again, but the error is repeated.23 I did run a "`port clean gegl gimp2`" and tried the gimp2 install again, but the error is repeated. 21 24 22 25 The log file generated will be attached to this ticket.