[
https://issues.apache.org/jira/browse/GEODE-9401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369488#comment-17369488
]
ASF GitHub Bot commented on GEODE-9401:
---------------------------------------
mmartell opened a new pull request #825:
URL: https://github.com/apache/geode-native/pull/825
Recent changes to system headers causes compile errors on OSX due to
variable names that collide with these predefined macros:
BYTE_SIZE
PAGE_SIZE
This PR fixes the issue by renaming the variables, and others in the same
file for consistency.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix Duplicate Defines on OSX
> ----------------------------
>
> Key: GEODE-9401
> URL: https://issues.apache.org/jira/browse/GEODE-9401
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Michael Martell
> Priority: Major
>
> Recent changes to system headers causes compile errors on OSX due to
> redefinition of:
> * BYTE_SIZE
> * PAGE_SIZE
--
This message was sent by Atlassian Jira
(v8.3.4#803005)