Comment #7 on issue 3107 by [email protected]: Fails to build V8
3.24.14 with snapshot on OSX, when compiling as shared libraries
https://code.google.com/p/v8/issues/detail?id=3107
I worked around it temporarily by passing i18nsupport=off to make. I also
used following patch to allow me to fix the install_name of libv8.dylib
after install:
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -108,7 +108,7 @@
'conditions': [
['OS=="mac"', {
'xcode_settings': {
- 'OTHER_LDFLAGS': ['-dynamiclib', '-all_load']
+ 'OTHER_LDFLAGS':
['-dynamiclib', '-all_load', '-headerpad_max_install_names']
},
}],
['soname_version!=""', {
--
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.