-
Notifications
You must be signed in to change notification settings - Fork 5
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
Errors building on Linux #5
Comments
Similar error here, on same platform (AMD64, Ubuntu 11.04). This is on Node 0.8.3. Results of
It would be really nice if this module worked :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to install on Linux (Ubuntu 11.04 AMD64). Node version 0.6.17 (downloaded from node website).
Did "npm install webcl".
Got the following errors:
make: Entering directory `/home/rahul/node_modules/webcl/src/wrapper/src'
g++ -MM -DCL_WRAPPER_CL_VERSION_SUPPORT=110 -I -I../include -fPIC -pipe -Wall -std=gnu++0x samplerwrapper.cpp > .deps/samplerwrapper.dep
samplerwrapper.cpp:35:29: fatal error: clwrappercommon.h: No such file or directory
compilation terminated.
Suggestions?
The text was updated successfully, but these errors were encountered: