Closed GoogleCodeExporter closed 9 years ago
I fixed it by adding a few lines in build.sh.
if [ "${NACL_LIBC}" = "newlib" ]; then
NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat"
fi
Original comment by ImSk...@gmail.com
on 28 Aug 2014 at 3:40
This header was added to the SDK in pepper_36. In future we hope to support
older SDK versions via branches (once we switch to git as the source of truth).
For now if you want to use anything but pepper_canary you can run into issues
like this (although hopefully not too often).
Original comment by sbc@google.com
on 28 Aug 2014 at 1:09
Original issue reported on code.google.com by
ImSk...@gmail.com
on 28 Aug 2014 at 1:26