<div>Yes, it is intended, and has to do with the dual nature of the ParaView Mac installation. (It&#39;s a bundle app, it&#39;s a unix command line tool, you decide...)</div><div><br></div>Use:<div>DESTDIR=blah make install<br>
</div><div><br></div><div>and it will end up in &quot;$blah/Applications&quot; instead of &quot;/Applications&quot;</div><div><br></div><div>If we put it where CMAKE_INSTALL_PREFIX points, it would end up in /usr/bin or /usr/local/bin for most people and they would never find it. Not what most people want...</div>
<div><br></div><div>If you use DESTDIR, the &quot;/Applications&quot; is prefixed with the DESTDIR value so that you can put it wherever you want.</div><div><br></div><div>On the other hand, &quot;make package&quot; should work and give you a *.dmg file that has the client app in it that you can drag-n-drop wherever you want, too.</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">On Wed, Aug 5, 2009 at 4:38 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have PV 3.6.1 from CVS and ran a &quot;make install&quot; and to my surprise I end up with &quot;ParaView3.6.1.app in /Applications which is NOT where CMAKE_INSTALL_PREFIX is set to. The rest of ParaView seems to have been installed into CMAKE_INSTALL_PREFIX but not the actual Application Bundle. If this was intended behavior, what is the reason? I would have expected everything to show where I set the CMAKE_INSTALL_PREFIX to.<br>

   What if I don&#39;t have write privileges to /Applications on my machine?<br>
<br>
<br>
_________________________________________________________<br>
Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer                  Dayton, Ohio<br>
<br>
<br>
<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>
</blockquote></div><br></div>