<div dir="ltr"><div style>To bring the next branch into your source directory.</div><div style>cd $your_source_directory</div>git fetch<div>git checkout -b trying_it origin/next<br></div><div><div style>git submodule update<br>

</div><div style><br></div><div style>Then make and make install as usual.<br></div><div style><br></div><div style>To get back to master.</div><div style>git checkout master</div><div style>git reset --hard origin/master</div>

<div style>git submodule update</div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style><br></div></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>

R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Mon, Sep 16, 2013 at 3:11 PM, Scott, W Alan <span dir="ltr">&lt;<a href="mailto:wascott@sandia.gov" target="_blank">wascott@sandia.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">








<div>
<font face="Calibri"><span style="font-size:11pt">
<div><font color="#1F497D">I believe that here is the problem file – Build/Applications/ParaView/cmake_install.cmake.  </font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D">Notice the area around line 46.  It basically says that if .../lib/paraview-4.0/paraview exists (it does, as a file), and this is not a symlink (it is not – make install just copied it in here as a file), then change RPATH (which
must be a directory) to be the executable .../lib/paraview_4.0/paraview.</font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D">Obviously, this dies.  Short term, where should I hack this to install, and long term, it needs to be fixed.</font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D">Thanks,</font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D">Alan</font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D"> </font></div>
<div><font color="#1F497D"> </font></div>
<div style="padding-left:36pt"><font face="Tahoma"><span style="font-size:10pt">_____________________________________________<br>

<b>From:</b> Scott, W Alan <br>

<b>Sent:</b> Monday, September 16, 2013 12:30 PM<br>

<b>To:</b> <a href="mailto:paraview-developers@paraview.org" target="_blank">paraview-developers@paraview.org</a><br>

<b>Subject:</b> make install still fails</span></font></div><div class="im">
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt">Make install still fails for me.  This is on Linux, LAN (i.e., non cluster), master.  I did not do a build from scratch, but can if desired.  Error is as follows:</div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt">-- Up-to-date: /projects/viz/paraview/ParaView/4.1.0-alan/Linux-eng-sci-rhel6-x86_64/lib/paraview-4.0/paraview</div>
<div style="padding-left:36pt">CMake Error at Applications/ParaView/cmake_install.cmake:45 (FILE):</div>
<div style="padding-left:36pt">  file RPATH_CHANGE given FILE</div>
<div style="padding-left:36pt">  &quot;/projects/viz/paraview/ParaView/4.1.0-alan/Linux-eng-sci-rhel6-x86_64/lib/paraview-4.0/paraview&quot;</div>
<div style="padding-left:36pt">  that does not exist.</div>
<div style="padding-left:36pt">Call Stack (most recent call first):</div>
<div style="padding-left:36pt">  Applications/cmake_install.cmake:37 (INCLUDE)</div>
<div style="padding-left:36pt">  cmake_install.cmake:99 (INCLUDE)</div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt">make: *** [install] Error 1</div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt">Thanks,</div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt">Alan</div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt"> </div>
<div style="padding-left:36pt"> </div>
</div></span></font>
</div>

<br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div>