Dear all, I recently install on my laptop (Intel M520 with Integrated Graphics Controller and Ubuntu 10.04.2 LTS) Paraview 3.10.1 pre-compiled binaries. Nevertheless, I had some problems with that version, it crashes when saving screenshot, the error is : ---- X Error: GLXBadContextTag 170 Extension: 153 (Uknown extension) Minor opcode: 142 (Unknown request) Resource id: 0x1 paraview: ../../src/xcb_io.c :183 : process_responses: L'assertion « !(req && current_request && !(((long) (req->sequence) - (long) (current_request)) <= 0)) » a échoué. ----
Therfore, I decided to compile the source but I also had an error when I built Paraview. My configuration file is : ---- BUILD_SHARED_LIBS ON CMAKE_BUILD_TYPE Debug CMAKE_INSTALL_PREFIX /usr/local PARAVIEW_BUILD_QT_GUI ON PARAVIEW_DATA_ROOT PARAVIEW_DATA_ROOT-NOTFOUND PARAVIEW_ENABLE_PYTHON OFF PARAVIEW_USE_MPI OFF PARAVIEW_USE_VISITBRIDGE OFF QT_QMAKE_EXECUTABLE /usr/bin/qmake QT_TESTING_INSTALL_DEVELOPMENT OFF VTK_EXTRA_COMPILER_WARNINGS OFF VTK_WRAP_PYTHON_SIP OFF ---- and the error is : ---- [ 20%] Generating vtkgl.cxx USAGE: ../../bin/vtkParseOGLExt<output dir> <header files> make[2]: *** [VTK/Rendering/vtkgl.cxx] Erreur 1 make[1]: *** [VTK/Rendering/CMakeFiles/vtkRendering.dir/all] Erreur 2 make: *** [all] Erreur 2 ---- If anyone has any suggestions, I would be happy to hear them. Thanks a lot Boris
_______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
