> What do the EGL settings in your CMakeCache look like? You can find them > from the build directory:
Here is what I have: $ grep '^EGL[^-]*=' CMakeCache.txt EGL_INCLUDE_DIR:PATH=/usr/include EGL_LIBRARY:FILEPATH=/usr/lib64/libEGL.so EGL_gldispatch_LIBRARY:FILEPATH=/usr/lib64/libGLdispatch.so EGL_opengl_LIBRARY:FILEPATH=/usr/lib64/libOpenGL.so $ ls /usr/include/EGL/ eglextchromium.h eglext.h egl.h eglmesaext.h eglplatform.h The EGL library has been installed by the nvidia package: $ pacman -Qo /usr/lib64/libEGL.so /usr/lib/libEGL.so is owned by nvidia-libgl 361.28-5 > > $ grep '^EGL[^-]*=' CMakeCache.txt > EGL_INCLUDE_DIR:PATH=/usr/include > EGL_LIBRARY:FILEPATH=/usr/lib64/libEGL.so > EGL_gldispatch_LIBRARY:FILEPATH=/usr/lib64/libGLdispatch.so > EGL_opengl_LIBRARY:FILEPATH=/usr/lib64/libOpenGL.so > > Your output will likely use different paths as this is from a Fedora > installation. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
