Skip to content

Build failures when running electron-rebuild #301

Description

@jlao

I'm getting the following build errors when I attempt to run electron-rebuild with grpc.

../deps/grpc/third_party/boringssl/crypto/curve25519/spake25519.c:26:10: fatal error: '../../third_party/fiat/internal.h' file not found
#include "../../third_party/fiat/internal.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Here are the versions I'm using:

  "dependencies": {
    "grpc": "^1.11.0"
  },
  "devDependencies": {
    "electron": "^1.8.6",
    "electron-rebuild": "^1.7.3"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions