Skip to content

Not copying some required header files #1

@nicole-mcg

Description

@nicole-mcg

I'm getting this error when running ./build.sh

file included from /Users/connor/code/libv8/v8/src/zone/accounting-allocator.h:17:
/Users/connor/code/libv8/v8/testing/gtest/include/gtest/gtest_prod.h:10:10: fatal error:
      'third_party/googletest/src/googletest/include/gtest/gtest_prod.h' file
      not found
#include "third_party/googletest/src/googletest/include/gtest/gtest_prod.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/connor/code/libv8/v8/src/address-map.cc:6:
In file included from /Users/connor/code/libv8/v8/src/heap/heap.h:25:
In file included from /Users/connor/code/libv8/v8/src/objects/fixed-array.h:8:
In file included from /Users/connor/code/libv8/v8/src/maybe-handles.h:10:
In file included from /Users/connor/code/libv8/v8/src/handles.h:21:
In file included from /Users/connor/code/libv8/v8/src/zone/zone.h:16:
In file included from /Users/connor/code/libv8/v8/src/zone/accounting-allocator.h:17:
/Users/connor/code/libv8/v8/testing/gtest/include/gtest/gtest_prod.h:10:10: fatal error:
      'third_party/googletest/src/googletest/include/gtest/gtest_prod.h' file
      not found
#include "third_party/googletest/src/googletest/include/gtest/gtest_prod.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

I am looking into how to fix this, I'm not sure what the cause of this problem is

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions