Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Need to define __STDC_FORMAT_MACROS for some glibc versions #9

Merged
merged 1 commit into from
Nov 1, 2016
Merged

Need to define __STDC_FORMAT_MACROS for some glibc versions #9

merged 1 commit into from
Nov 1, 2016

Conversation

rnchamberlain
Copy link
Contributor

Fix for #4. The compilation failure was caused by undefined macro PRIu64. This macro is defined in the include file inttypes.h, but some levels of glibc required that #define __STDC_FORMAT_MACROS is also set, eg see http://en.cppreference.com/w/cpp/types/integer

@sam-github
Copy link
Contributor

LGTM

@sam-github
Copy link
Contributor

@nodejs/post-mortem A post-mortem collaborator is required to give a LGTM for this PR, could one of you look at it?

@mhdawson
Copy link
Member

mhdawson commented Nov 1, 2016

LGTM

@rnchamberlain rnchamberlain merged commit b5ed0b2 into nodejs:master Nov 1, 2016
@rnchamberlain rnchamberlain deleted the stdc_format_macros branch November 1, 2016 09:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants