<html>
  <head>

  </head>
  <body style="line-height: normal; margin-right: 4px; font-weight: normal; margin-bottom: 1px; margin-top: 4px; font-style: normal; font-size: 10pt; font-variant: normal; margin-left: 4px; font-family: Dialog">
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">David &#33;</font>    </p>
<br>      <br>
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">YESSS that worket i can link now and open an display on all walls. </font>    </p>
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">But still there are things i dont understand Build_Shared_LIB &nbsp;gives me an error while BUILD_SHAERED_LIB OFF is ok seems there a a version of a library &nbsp;somewhere &#40;but not in LD_LIBRARY_PATH&#41;</font>    </p>
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">is taken but wrong .Have to find out whats the name of this library.</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">The Display is OK with small amount of Data if i try a bigger than standard sources &#40;arror line etc&#41; &nbsp;i get only half of the dataset displayed without any warning of Memory failuere etc &#63;</font>    </p>
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">Do you now what is maybe the case &#63;&#63;&#63;</font>    </p>
<br>      <br>
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">thank you</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Dialog" size="2">Christian</font>    </p>
<br>      <br><br>
    <p style="margin-bottom: 0; margin-top: 0">
      <br>
      <br>
      <br>Christian&nbsp;Wohlschlager<BR>JKU&nbsp;Universit&#228;t&nbsp;Linz<BR>Altenbergerstr.69<BR>4040&nbsp;Linz<BR>Austria<BR><BR><br><br>&gt;&gt;&gt; David E DeMarle &lt;dave.demarle@kitware.com&gt; 2/6/2012 3:40 PM &gt;&gt;&gt;<br>It looks like vtkSMProxyManager&#39;s API for GetProxy&#40;&quot;name&quot;&#41; was removed<br>just before 3.12 in favor of the GetProxy&#40;&quot;name&quot;&#44; &quot;group&quot;&#41; signature<br>and the VR Plugin wasn&#39;t updated.<br><br>Christian&#44; will you please try this patch and see if it works for your setup&#63;<br><br>diff --git a/Plugins/VR/vtkVRInteractorStyle.cxx<br>b/Plugins/VR/vtkVRInteractorStyl<br>index 513cd53..dcad3ca 100644<br>--- a/Plugins/VR/vtkVRInteractorStyle.cxx<br>&#43;&#43;&#43; b/Plugins/VR/vtkVRInteractorStyle.cxx<br>@@ -175&#44;7 &#43;175&#44;7 @@ bool vtkVRInteractorStyle::update&#40;&#41;<br>bool vtkVRInteractorStyle::GetProxy&#40; std::string name&#44; vtkSMProxy &#42;&#42; proxy &#41;<br>&#123;<br>&#160;&#160;&#32;vtkSMProxy &#42;p &#61;0&#59;<br>-&#160;&#32;p &#61; vtkSMProxyManager::GetProxyManager&#40;&#41;-&gt;GetProxy&#40; name.c_str&#40;&#41; &#41;&#59;<br>&#43;&#160;&#32;p &#61; vtkSMProxyManager::GetProxyManager&#40;&#41;-&gt;GetProxy&#40; name.c_str&#40;&#41;&#44;<br>&quot;interactorstyles&quot;&#41;&#59;<br>&#160;&#160;&#32;if&#40; p &#41;<br>&#160;&#160;&#160;&#160;&#32;&#123;<br>&#160;&#160;&#160;&#160;&#32;&#42;proxy &#61; p&#59;<br><br>David E DeMarle<br>Kitware&#44; Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park&#44; NY 12065-8662<br>Phone: 518-881-4909<br><br><br><br>On Mon&#44; Feb 6&#44; 2012 at 6:14 AM&#44; Christian Wohlschlager<br>&lt;Christian.Wohlschlager@jku.at&gt; wrote:<br>&gt; Hey &#33;<br>&gt;<br>&gt; Just finished downloading from git . Put source directory and build<br>&gt; directory onto one partion --&gt; YESSSS it works<br>&gt;<br>&gt;<br>&gt; but&#160;&#32;i get a new problem at the end of make &#40;i had to enable VRPlugin<br>&gt; becouse i have cave environment&#41;<br>&gt;<br>&gt;<br>&gt; error was:<br>&gt;<br>&gt;<br>&gt; /jkudv/packages/ParaView-3.12_compiled/ParaView_from_git/ParaView/Plugins/VR/vtkVRInteractorStyle.cxx:<br>&gt; In member function &#39;bool vtkVRInteractorStyle::GetProxy&#40;std::string&#44;<br>&gt; vtkSMProxy&#42;&#42;&#41;&#39;:<br>&gt;<br>&gt; /jkudv/packages/ParaView-3.12_compiled/ParaView_from_git/ParaView/Plugins/VR/vtkVRInteractorStyle.cxx:178:<br>&gt; error: no matching function for call to &#39;vtkSMProxyManager::GetProxy&#40;const<br>&gt; char&#42;&#41;&#39;<br>&gt;<br>&gt; /jkudv/packages/ParaView-3.12_compiled/ParaView_from_git/ParaView/ParaViewCore/ServerManager/vtkSMProxyManager.h:112:<br>&gt; note: candidates are: vtkSMProxy&#42; vtkSMProxyManager::GetProxy&#40;const char&#42;&#44;<br>&gt; const char&#42;&#41;<br>&gt;<br>&gt; make&#91;2&#93;: &#42;&#42;&#42; &#91;Plugins/VR/CMakeFiles/VRPlugin.dir/vtkVRInteractorStyle.o&#93;<br>&gt; Error 1<br>&gt;<br>&gt; make&#91;1&#93;: &#42;&#42;&#42; &#91;Plugins/VR/CMakeFiles/VRPlugin.dir/all&#93; Error 2<br>&gt;<br>&gt; make: &#42;&#42;&#42; &#91;all&#93; Error 2<br>&gt;<br>&gt;<br>&gt;<br>&gt; Any Idea<br>&gt;<br>&gt;<br>&gt;<br>&gt; mfg<br>&gt;<br>&gt;<br>&gt; Christian<br>&gt;<br>&gt;<br>&gt;<br>&gt; Christian Wohlschlager<br>&gt; JKU Universit&#228;t Linz<br>&gt; Altenbergerstr.69<br>&gt; 4040 Linz<br>&gt; Austria<br>&gt;<br>&gt;<br>&gt;<br>&gt;&gt;&gt;&gt; Sven Buijssen &lt;sven.buijssen@tu-dortmund.de&gt; 2/6/2012 8:56 AM &gt;&gt;&gt;<br>&gt; Christian&#44;<br>&gt;<br>&gt; Christian Wohlschlager wrote&#44; On 06.02.2012 08:36:<br>&gt;&gt; this is the error message i got:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; &#91; 89&#37;&#93; Built target pqCore<br>&gt;&gt;<br>&gt;&gt; make&#91;2&#93;: &#42;&#42;&#42; No rule to make target<br>&gt;&gt;<br>&gt;&gt; &#96;Qt/Components/../../../../../home/edvz/k00018j/apps/ParaView-3.12.0/Qt/Components/Resources/XML/Placeholder.xml&#39;&#44;<br>&gt;&gt; needed by &#96;Qt/Components/qrc_pqExtraResources.cxx&#39;.&#160;&#32;Stop.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; this path is ok --&gt;<br>&gt;&gt;<br>&gt;&gt; /home/edvz/k00018j/apps/ParaView-3.12.0/Qt/Components/Resources/XML/Placeholder.xml<br>&gt;<br>&gt; Try putting both the ParaView source and build directory into the same<br>&gt; partition. I&#39;ve seen errors like this in the past which were caused by a<br>&gt; build directory whose path involved a symbolic link to a different mount<br>&gt; point.<br>&gt;<br>&gt; Sven<br>&gt; _______________________________________________<br>&gt; Powered by www.kitware.com<br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>&gt;<br>&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Powered by www.kitware.com<br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>&gt;<br>&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br>
    </p>
  </body>
</html>