On Tue, Jan 26, 2016 at 7:53 PM, Deepak Subramanian
<subudee...@gmail.com> wrote:
> Hi,
>
> I know this query is specific to me but I am breaking my head on what to do.
> I updated my gcc and v8 compilation has gone awry on my ubuntu
>
> In file included from ../src/allocation.cc:5:
> In file included from .././src/allocation.h:8:
> In file included from .././src/globals.h:13:
> .././src/base/macros.h:11:10: fatal error: 'cstring' file not found
> #include <cstring>
>
>
> I am able to gcc -c foobar.cc with a cstring header without errors.
>
> Please help me out.
>
> Thanks

<cstring> is a system header.  It's possible you updated gcc but not
g++, or that you need to install a matching libstdc++-dev package.

If it's not that, can you run `make V=1` (and whatever other options
and targets you pass it) and post its output?

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to