Thank you...much better. Maybe after I get this piece done, I could take a 
look at the build script.

On Friday, September 26, 2014 10:33:42 AM UTC-4, Ben Noordhuis wrote:
>
> On Fri, Sep 26, 2014 at 3:15 PM, Isiah Meadows <[email protected] 
> <javascript:>> wrote: 
> > 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 
> > ``` 
>
> You can tell the Makefile to run the tests for a specific arch/build 
> combo: `make x64.debug.check extrachecks=on` 
>

-- 
-- 
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