Re: [Paraview] Compiling ParaView 3.12 with OSMesa

2015-08-14 Thread Sujin Philip
Hi Andrew, I think you need to set the cmake cache variable -DVTK_USE_X=OFF. I recently did some work on compiling Paraview with osmesa for the Xeon Phi. You can find the details about it at: http://www.paraview.org/Wiki/ParaView_and_VTK_on_Xeon_Phi_%28KNC%29. You should be able to compile

Re: [Paraview] Compiling Paraview 3.12

2012-02-08 Thread Christian Wohlschlager
** Reply Requested When Convenient ** Dear Nikhil ! Just some additional Information . In the past ( about 2 weeks ago ) the system administrator told me he had some problems with the graphik card driver. /proc/drivers/version says: NVIDIA UNIX x86_64 Kernel Module 290.10 Wed Nov 16

Re: [Paraview] Compiling Paraview 3.12

2012-02-07 Thread Christian Wohlschlager
** Reply Requested When Convenient ** David ! YESSS that worket i can link now and open an display on all walls. But still there are things i dont understand Build_Shared_LIB gives me an error while BUILD_SHAERED_LIB OFF is ok seems there a a version of a library somewhere (but not in

Re: [Paraview] Compiling Paraview 3.12

2012-02-07 Thread Nikhil Shetty
Hi Christian, On Tue, Feb 7, 2012 at 9:24 AM, Christian Wohlschlager christian.wohlschla...@jku.at wrote: David ! YESSS that worket i can link now and open an display on all walls. But still there are things i dont understand Build_Shared_LIB gives me an error while BUILD_SHAERED_LIB

Re: [Paraview] Compiling Paraview 3.12

2012-02-06 Thread Christian Wohlschlager
** Reply Requested When Convenient ** Hey ! Just finished downloading from git . Put source directory and build directory onto one partion -- YE it works but i get a new problem at the end of make (i had to enable VRPlugin becouse i have cave environment) error was:

Re: [Paraview] Compiling Paraview 3.12

2012-02-06 Thread David E DeMarle
It looks like vtkSMProxyManager's API for GetProxy(name) was removed just before 3.12 in favor of the GetProxy(name, group) signature and the VR Plugin wasn't updated. Christian, will you please try this patch and see if it works for your setup? diff --git a/Plugins/VR/vtkVRInteractorStyle.cxx

[Paraview] Compiling Paraview 3.12

2012-02-03 Thread Christian Wohlschlager
** Reply Requested When Convenient ** Hello ! Just on Question to you, in the manual i read that for VRPlugin it's required to use BUILD_SHARED_LIB OFF but I use BUILD_SHARED_LIB ON . i tryed then to use shared lib but this gives me an error in the compiling procedure. (also i use QT 4.7

Re: [Paraview] Compiling Paraview 3.12

2012-02-03 Thread Nikhil Shetty
Hi Christian, Can you tell me what compilation errors you see? Are you fetching from git? -Nikhil On Fri, Feb 3, 2012 at 11:05 AM, Christian Wohlschlager christian.wohlschla...@jku.at wrote: Hello ! Just on Question to you, in the manual i read that for VRPlugin it's required to use