Status: New
Owner: ----
New issue 3030 by [email protected]: 3.23.15 build failed on Mac OS 10.9
http://code.google.com/p/v8/issues/detail?id=3030
Hi.
I try to upgrade my golang v8 engine binding to version 3.23.15.
The make command it:
```
make i18nsupport=off native
```
Then I got this error message:
```
CXX(target)
/Users/dada/Dropbox/Labs/GO/v8/src/github.com/realint/go-v8/v8-3.23.15/out/native/obj.target/v8_base.x64/src/hydrogen-check-elimination.o
In file included from ../src/hydrogen-check-elimination.cc:28:
../src/hydrogen-check-elimination.h:61:7: error: private field 'redundant_'
is not used [-Werror,-Wunused-private-field]
int redundant_;
^
../src/hydrogen-check-elimination.h:62:7: error: private field 'removed_'
is not used [-Werror,-Wunused-private-field]
int removed_;
^
../src/hydrogen-check-elimination.h:63:7: error: private field 'narrowed_'
is not used [-Werror,-Wunused-private-field]
int narrowed_;
^
../src/hydrogen-check-elimination.h:64:7: error: private field 'loads_' is
not used [-Werror,-Wunused-private-field]
int loads_;
^
../src/hydrogen-check-elimination.h:65:7: error: private field 'empty_' is
not used [-Werror,-Wunused-private-field]
int empty_;
^
../src/hydrogen-check-elimination.h:66:7: error: private
field 'compares_true_' is not used [-Werror,-Wunused-private-field]
int compares_true_;
^
../src/hydrogen-check-elimination.h:67:7: error: private
field 'compares_false_' is not used [-Werror,-Wunused-private-field]
int compares_false_;
^
../src/hydrogen-check-elimination.h:68:7: error: private
field 'transitions_' is not used [-Werror,-Wunused-private-field]
int transitions_;
^
8 errors generated.
make[1]: ***
[/Users/dada/Dropbox/Labs/GO/v8/src/github.com/realint/go-v8/v8-3.23.15/out/native/obj.target/v8_base.x64/src/hydrogen-check-elimination.o]
Error 1
make: *** [native] Error 2
```
--
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/groups/opt_out.