Status: New
Owner: ----
New issue 3423 by [email protected]: V8 fails to build with gcc-4.8
http://code.google.com/p/v8/issues/detail?id=3423
Error message:
make[1]: Entering directory `/home/user/work/v8/out'
CXX(target)
/home/user/work/v8/out/ia32.release/obj.target/v8_libbase/src/base/platform/time.o
../src/base/platform/time.cc: In destructor 'virtual
v8::base::KernelTimestampClock::~KernelTimestampClock()':
../src/base/platform/time.cc:590:22: error: 'close' was not declared in
this scope
close(clock_fd_);
^
make[1]: ***
[/home/user/work/v8/out/ia32.release/obj.target/v8_libbase/src/base/platform/time.o]
Error 1
make[1]: Leaving directory `/home/user/work/v8/out'
make: *** [ia32.release] Error 2
I guess this is the issue described in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49745.
For GCC >= 4.7, we need to explicitly include unistd.h
--
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.