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

Help me! fatal error: 'driver_types.h' file not found #71

Open
a1197319946 opened this issue Nov 14, 2016 · 1 comment
Open

Help me! fatal error: 'driver_types.h' file not found #71

a1197319946 opened this issue Nov 14, 2016 · 1 comment

Comments

@a1197319946
Copy link

When i build package of cudarray, an error occurred :
./cudarray/wrap/cudart.cpp:414:10: fatal error: 'driver_types.h' file not found
#include "driver_types.h"
^
1 error generated.
error: command 'cc' failed with exit status 1

I download this pakcage on git.

@zhongning7924
Copy link

1 warning generated.
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.11-x86_64-2.7/cudarray/numpy_backend/nnet/lrnorm_bc01.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.11-x86_64-2.7/cudarray/numpy_backend/nnet/lrnorm_bc01.so
cythoning ./cudarray/wrap/cudart.pyx to ./cudarray/wrap/cudart.cpp
building 'cudarray.wrap.cudart' extension
creating build/temp.macosx-10.11-x86_64-2.7/cudarray/wrap
clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/cuda/include -I./include -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ./cudarray/wrap/cudart.cpp -o build/temp.macosx-10.11-x86_64-2.7/./cudarray/wrap/cudart.o -O3 -fPIC -Wall -Wfatal-errors
./cudarray/wrap/cudart.cpp:446:10: fatal error: 'driver_types.h' file not found
#include "driver_types.h"

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