GitHub user caguado opened a pull request: https://github.com/apache/trafficserver/pull/210
TS-3607: Fix ats_pagespeed to use stdint.h macros This commit adds _STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS to fix the missing macros defined in stdint.h when building a C++ source code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/caguado/trafficserver fix/pagespeed_build Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/210.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #210 ---- commit 6db71f944e3a2df660d0fd58b1bf5f7c793bf011 Author: Carlos Aguado <caguad...@gmail.com> Date: 2015-06-03T10:51:54Z TS-3607: Fix ats_pagespeed to use stdint.h macros This commit adds _STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS to fix the missing macros defined in stdint.h when building a C++ source code. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---