Comment #1 on issue 4068 by [email protected]: The intended use of libplatform.h is very confusing
https://code.google.com/p/v8/issues/detail?id=4068

I don't think homebrew is to blame here, just v8 and gyp. FWIW, here is the io.js commit where we moved over to libplatform: https://github.com/iojs/io.js/commit/4a801c2

gyp names the library based on the target name (i.e. v8_libplatform becomes libv8_libplatform.a) and we had to add deps/v8 to include_dirs because of the include/v8-platform.h you mention.

I thought about reporting that issue but the choice was between adding a five second hack or an hour writing/testing/uploading a patch.

--
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