[Paraview] [Paraview Help] error in building

2011-06-15 Thread le Anh Dung
Hello everybody, I'm trying to compile paraview to a sever without an X server, so the configuration is VTK_OPENGL_HAS_OSMESA = ON, VTK_USE_OFFSCREEN=ON and VTK_USE_X=OFF then I get this error: [ 97%] Built target vtkPVServerManagerPython Linking CXX executable ../../bin/vtkSMExtractDocumenta

Re: [Paraview] [Paraview Help] error in building

2011-06-15 Thread Karl König
Hi, In addition to VTK_OPENGL_HAS_OSMESA, VTK_USE_OFFSCREEN, and VTK_USE_X what are the settings you used for OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY OPENGL_glu_LIBRARY OSMESA_INCLUDE_DIR OSMESA_LIBRARY ? You might want to attach your CMakeCache.txt, makes it easier in

Re: [Paraview] [Paraview Help] error in building

2011-06-15 Thread Karl König
Hi, I'm not perfectly sure the error you're seeing is caused by it, but there is at least the following error in your setup: It's been recently discussed on this mailing list that with newer versions of Mesa (> 7.5 or 7.7, I don't recall this right now) the OSMesa library does not depend on GL (or

Re: [Paraview] [Paraview Help] error in building

2011-06-15 Thread le Anh Dung
Hi, Thank you so much, you're great! Remove the OPENGL_gl_LIBRARY solved the problème. Thanks again, have a great day! Anh Dung LE. INSA de Lyon - Télécommunications, Services & Usages Karl König a écrit : Hi, I'm not perfectly sure the e