-
Notifications
You must be signed in to change notification settings - Fork 60
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
undefined symbol: XRRQueryExtension #22
Comments
you sure? Make sure you do npm install . since I updated the code to NAN 1.2.0. and then node-gyp rebuild. I don't see any error with test.js or test_atb.js |
There was a problem with glew installation. Thank you. |
Could you explain how you solved it? Thank you. |
Same issue here , @msgoloborodov it would be really great if you shared how you solved this issue |
Be sure to install latest versions of glew, glfw3, ant tweakbar. A simple apt-get on linux, brew on mac and for Windows I provide the prebuilt binaries as a submodule just done 2 days ago. |
@mikeseven Thanks for the quick reply ! For the linux box (Ubuntu 14.04) I am testing it on, at least glw3 & tweakbar had to be compiled ,and the the error is exactly the same as this one . Thanks for creating prebuild binairies for Windows users btw, that is always a nice thing to have ! |
Ah I think I know what it might be. I'll try on 15.04 I use here. I think you need to add X11-dev libraries. Once it works I'll update the project and release a new minor version. --mike On Fri, Nov 27, 2015 at 11:32 AM -0800, "Mark Moissette" <[email protected]mailto:[email protected]> wrote: @mikesevenhttps://github.com/mikeseven Thanks for the quick reply ! For the linux box (Ubuntu 14.04) I am testing it on, at least glw3 & tweakbar had to be compiled ,and the the error is exactly the same as this one . Thanks for creating prebuild binairies for Windows users btw, that is always a nice thing to have ! Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-160194035. |
@mikeseven thanks for the extra effort !
EDIT:
based on the output of
but no luck |
Fixed in the last commits to node-glfw. As others mentioned, and I just went through it, it's a pain to install on linux. I'm thinking to have an automatic way to build and to install these libraries if not present on the system and thus to maintain clones on my github repo. Any thoughts? |
1 similar comment
Fixed in the last commits to node-glfw. As others mentioned, and I just went through it, it's a pain to install on linux. I'm thinking to have an automatic way to build and to install these libraries if not present on the system and thus to maintain clones on my github repo. Any thoughts? |
hi again @mikeseven ! thanks for the quick fix ! Unfortunately the new version will not even install :
|
Weird, I had no problem on 14.04. That would mean AntTweakBar and other dependencies are not retrieved as submodules. Follow the steps in my repo node-native-graphics-dep. |
@mikeseven my bad ! I double checked everything, and it turns out I had done a bad symlink for AntTweakBar ! I also had to add ,'-lXi', (for libxi-dev) to get it to "work" (I'll do a PR later on): Thanks for your patience and dedication ! |
humm, you don't seem to have an up-to-date system. GLEW is 1.13.0 since August. |
@mikeseven strange, I compiled glfw3 from source (not using the Ubuntu packages), using version 3.1.2. This is on a 14.04 LTS Ubuntu, just double checked, the system is up to date, I guess I'll have to build GLEW manually too :) |
GLEW shouldn't be the issue, nor AntTweakBar; they just rely on GL libraries. |
When try to run any test or example:
node: symbol lookup error: /usr/local/lib/node_modules/node-glfw/build/Release/glfw.node: undefined symbol: XRRQueryExtension
The text was updated successfully, but these errors were encountered: