Hi Christian,<br><br><div class="gmail_quote">On Tue, Feb 7, 2012 at 9:24 AM, Christian Wohlschlager <span dir="ltr">&lt;<a href="mailto:Christian.Wohlschlager@jku.at">Christian.Wohlschlager@jku.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

  
  <div 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">David !</font>    </p>
<br>      <br>
    <p style="margin-bottom:0;margin-top:0">
      <font face="Dialog">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">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 LD_LIBRARY_PATH)</font>    </p>

    <p style="margin-bottom:0;margin-top:0">
      <font face="Dialog">is taken but wrong .Have to find out whats the name of this library.</font>    </p>
<br></div></blockquote><div>What kind of errors are you getting? Also can you tell what display configuration you are using.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div 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">The Display is OK with small amount of Data if i try a bigger than standard sources (arror line etc)  i get only half of the dataset displayed without any warning of Memory failuere etc ?</font>    </p>

    <p style="margin-bottom:0;margin-top:0">
      <font face="Dialog">Do you now what is maybe the case ???</font>    </p>
<br>      <br></div></blockquote><div>Do you have any pictures? It could be that the scale on the data is very large.  We assume the display to be provided in meters and so the default unit of the scene is also in meters. Does scaling our base transform (GUI:Display Tab=&gt;Transformation=&gt;Scale) make any difference?</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div 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">thank you</font>    </p>
<br>      
    <p style="margin-bottom:0;margin-top:0">
      <font face="Dialog">Christian</font>    </p>
<br>      <br><br>
    <p style="margin-bottom:0;margin-top:0"></p><div class="im">
      <br>
      <br>
      <br>Christian Wohlschlager<br>JKU Universität Linz<br>Altenbergerstr.69<br>4040 Linz<br>Austria<br><br><br><br></div>&gt;&gt;&gt; David E DeMarle &lt;<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>&gt; 2/6/2012 3:40 PM &gt;&gt;&gt;<div>
<div class="h5"><br>It looks like vtkSMProxyManager&#39;s API for GetProxy(&quot;name&quot;) was removed<br>just before 3.12 in favor of the GetProxy(&quot;name&quot;, &quot;group&quot;) signature<br>and the VR Plugin wasn&#39;t updated.<br>
<br>Christian, will you please try this patch and see if it works for your setup?<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>
+++ b/Plugins/VR/vtkVRInteractorStyle.cxx<br>@@ -175,7 +175,7 @@ bool vtkVRInteractorStyle::update()<br>bool vtkVRInteractorStyle::GetProxy( std::string name, vtkSMProxy ** proxy )<br>{<br>   vtkSMProxy *p =0;<br>-  p = vtkSMProxyManager::GetProxyManager()-&gt;GetProxy( name.c_str() );<br>
+  p = vtkSMProxyManager::GetProxyManager()-&gt;GetProxy( name.c_str(),<br>&quot;interactorstyles&quot;);<br>   if( p )<br>     {<br>     *proxy = p;<br><br>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a><br><br><br><br>On Mon, Feb 6, 2012 at 6:14 AM, Christian Wohlschlager<br>&lt;<a href="mailto:Christian.Wohlschlager@jku.at" target="_blank">Christian.Wohlschlager@jku.at</a>&gt; wrote:<br>
&gt; Hey !<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  i get a new problem at the end of make (i had to enable VRPlugin<br>
&gt; becouse i have cave environment)<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(std::string,<br>
&gt; vtkSMProxy**)&#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(const<br>
&gt; char*)&#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* vtkSMProxyManager::GetProxy(const char*,<br>
&gt; const char*)<br>&gt;<br>&gt; make[2]: *** [Plugins/VR/CMakeFiles/VRPlugin.dir/vtkVRInteractorStyle.o]<br>&gt; Error 1<br>&gt;<br>&gt; make[1]: *** [Plugins/VR/CMakeFiles/VRPlugin.dir/all] Error 2<br>&gt;<br>&gt; make: *** [all] 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ä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;<a href="mailto:sven.buijssen@tu-dortmund.de" target="_blank">sven.buijssen@tu-dortmund.de</a>&gt; 2/6/2012 8:56 AM &gt;&gt;&gt;<br>
&gt; Christian,<br>&gt;<br>&gt; Christian Wohlschlager wrote, 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; [ 89%] Built target pqCore<br>&gt;&gt;<br>&gt;&gt; make[2]: *** No rule to make target<br>
&gt;&gt;<br>&gt;&gt; `Qt/Components/../../../../../home/edvz/k00018j/apps/ParaView-3.12.0/Qt/Components/Resources/XML/Placeholder.xml&#39;,<br>&gt;&gt; needed by `Qt/Components/qrc_pqExtraResources.cxx&#39;.  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 <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">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" target="_blank">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" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">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" target="_blank">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" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
    </div></div><p></p>
  </div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>