Status: New
Owner: ----

New issue 3729 by [email protected]: icui18n fails to build on mac (missing libc headers)
https://code.google.com/p/v8/issues/detail?id=3729

There are a number of files in icui18n which fail to build, due to trying to include libc headers (<string.h>), which cannot be found.

I don't understand gyp enough to really figure out why, but it seems like the system libc include directories are not being used. We're probably using the bundled llvm-build binaries and paths instead, which does not seem to include libc headers at all.

I think this can be worked around via $CPPFLAGS or something, but it's probably something that should work by default on mainstream platforms

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to