For some reason, `make native.check` is trying to compile for IA32 
architecture on my system (and thus is running into errors). I'm not set up 
for cross-compilation on my system, so I'm getting errors. Here's the 
message I'm getting:

```
make[1]: Entering directory `<dir>/v8/out'
  CXX(target) <dir>/v8/out/ia32.release/obj.target/v8_base/src/accessors.o
In file included from /usr/include/stdio.h:27:0,
                 from .././include/v8stdint.h:11,
                 from .././include/v8.h:18,
                 from .././src/v8.h:29,
                 from ../src/accessors.cc:5:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or 
directory
 #  include <sys/cdefs.h>
                         ^
compilation terminated.
make[1]: *** [<dir>/v8/out/ia32.release/obj.target/v8_base/src/accessors.o] 
Error 1
make[1]: Leaving directory `<dir>/v8/out'
make: *** [ia32.release] Error 2
```

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" 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