Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: 'cstdint' file not found #28

Closed
filipefox opened this issue May 10, 2017 · 2 comments
Closed

fatal error: 'cstdint' file not found #28

filipefox opened this issue May 10, 2017 · 2 comments

Comments

@filipefox
Copy link

Hi,

I'm trying to install node-parquet, using "npm install node-parquet" on my macOS Sierra.
I installed all the dependencies, but i'm getting this error:

[100%] Built target parquet_static

node-parquet@0.2.4 install /Volumes/Data/Desenvolvimento/repositories/web/parquet_reader/node_modules/node-parquet
node-gyp rebuild

CXX(target) Release/obj.target/parquet/src/parquet_binding.o
In file included from ../src/parquet_binding.cc:3:
In file included from ../src/parquet_reader.h:8:
In file included from ../deps/parquet-cpp/src/parquet/api/reader.h:22:
../deps/parquet-cpp/src/parquet/column/reader.h:22:10: fatal error: 'cstdint' file not found
#include
^
1 error generated.
make: *** [Release/obj.target/parquet/src/parquet_binding.o] Error 1
gyp ERR! build error

@mvertes
Copy link
Collaborator

mvertes commented May 10, 2017

cstdint refers to a missing C++ standard library header. It seems that your C++ toolchain is not properly installed.

@filipefox
Copy link
Author

filipefox commented May 12, 2017

Thanks, i will try to solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants