You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, the 20220402 snapshots crashes in the linux - HPC system I deploy my apps ( using vnc ) . it doesnt happen with 20190928.
This is the log:
CMakeFiles/glewinfo.dir/users/cdiaz8/data/cdiaz8/VR-Volumeviewer/superbuild/glew/glew/source/src/glewinfo.c.o: In function `glewCreateContext':
glewinfo.c:(.text+0x1df8b): undefined reference to `glXQueryExtension'
glewinfo.c:(.text+0x1e03d): undefined reference to `glXCreateContext'
glewinfo.c:(.text+0x1e102): undefined reference to `glXMakeCurrent'
glewinfo.c:(.text+0x1e27a): undefined reference to `glXMakeCurrent'
glewinfo.c:(.text+0x1e291): undefined reference to `glXDestroyContext'
glewinfo.c:(.text+0x1e2b4): undefined reference to `glXChooseVisual'
I appreciate the help.
The text was updated successfully, but these errors were encountered:
Hello @kmilo9999 . The shapshots are not releases, there is little record keeping for those. I'd suggest you use the current release, or master branch, and we can evaluate if there are any issues there.
Hello,
I have been using the snapshots in the web page https://sourceforge.net/projects/glew/files/glew/snapshots/ , and I would like to know what changed from glew-20190928.zip to glew-20220402.tgz.
I feel my applications that use the 20220402 version are slower than using 20190928 when I build them in debug mode. (Release has no issues).
Also, the 20220402 snapshots crashes in the linux - HPC system I deploy my apps ( using vnc ) . it doesnt happen with 20190928.
This is the log:
I appreciate the help.
The text was updated successfully, but these errors were encountered: