Status: New
Owner: ----
New issue 3110 by [email protected]: Fix compilation on x64
http://code.google.com/p/v8/issues/detail?id=3110
On an x64 architecture, `make native` fails with the following error:
CXX(target)
/Users/mathias/projects/v8/out/native/obj.target/v8_base.x64/src/x64/lithium-x64.o
In file included from ../src/x64/lithium-x64.cc:32:
In file included from ../src/lithium-allocator-inl.h:36:
../src/x64/lithium-x64.h:1810:34: error: private field 'descriptor_' is not
used
[-Werror,-Wunused-private-field]
const CallInterfaceDescriptor* descriptor_;
^
1 error generated.
make[1]: ***
[/Users/mathias/projects/v8/out/native/obj.target/v8_base.x64/src/x64/lithium-x64.o]
Error 1
make: *** [native] Error 2
Patch coming.
--
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.