Qt 4.6.3 built by hand with cocoa, the binary is x64 only targeting 10.5. I am building from the tip of the &#39;release&#39; branch.<div><br></div><div>Qt Configure command:</div><div><br></div><div>export QMAKE_MACOSX_DEPLOYMENT_TARGET=10.5<br>

<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">./configure --prefix=/Users/partyd/</span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "></span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Dashboards/Support/qt-4.6.3-</span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "></span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">MacOSX10.5/bin -nomake demos -nomake examples -arch x86_64 -opensource -release -cocoa -shared</span></div>

<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>

</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">I also pass these in as -D arguments on initial configure with cmake.</span></font></div>

<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; "><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><span class="Apple-style-span" style="font-size: 13px; "><div>

set(CMAKE_OSX_ARCHITECTURES &quot;x86_64&quot; CACHE STRING &quot;force build for 64-bit Leopard&quot; FORCE)</div><div>set(CMAKE_OSX_DEPLOYMENT_TARGET &quot;10.5&quot; CACHE STRING &quot;force build for 64-bit Leopard&quot; FORCE)</div>

<div>set(CMAKE_OSX_SYSROOT &quot;/Developer/SDKs/MacOSX10.5.sdk&quot; CACHE PATH &quot;force build for 64-bit Leopard&quot; FORCE)</div></span></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>

</span></font><div class="gmail_quote">On Mon, May 23, 2011 at 10:30 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">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">Dave,<br>
  What is the configuration you are using? Qt Version? As Carbon or Cocoa? Universal Binaries or x64 only? Self build or download from Nokia?<br>
<br>
  What tag from paraview git repository are you using? I may be able to get my environment going like yours.<br>
<br>
  I also tried the latest ParaView master from head and my plugins need to be updated for that to work so using that is out of the question at this point.<br>
<br>
 This is what I have tried and have not worked:<br>
    Qt 4.6.2 Self built with NO custom plugins<br>
    Qt 4.7.2 Self built with NO custom plugins<br>
    &quot;make install&quot; of both of the above.<br>
    using sudo for everything to avoid possible permissions issues.<br>
<br>
I&#39;ll download the prebuilt Qt libraries from Nokia and try those. I guess I could also try CMake 2.8.4<br>
<div>___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software               Dayton, Ohio<br>
<br>
<br>
<br>
</div><div>On May 23, 2011, at 6:33 PM, David Partyka wrote:<br>
<br>
</div><div><div></div><div>&gt; Can you provide the initial cmake configuration details of your vanila paraview build?<br>
&gt;<br>
&gt; On Mon, May 23, 2011 at 6:02 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; I tried this also:<br>
&gt;<br>
&gt; 562:[mjackson@ferb2:4.6.2]$ sudo rm -rf _CPack_Packages/; sudo cpack -G ZIP --config Applications/ParaView/CPackParaViewConfig.cmake<br>
&gt; CPack: Create package using ZIP<br>
&gt; CPack: Install projects<br>
&gt; CPack: - Run preinstall target for: ParaView Runtime Libs<br>
&gt; CPack: - Install project: ParaView Runtime Libs<br>
&gt; CPack: - Run preinstall target for: HDF5 Core Library<br>
&gt; CPack: - Install project: HDF5 Core Library<br>
&gt; CPack: - Run preinstall target for: VTK Runtime Libs<br>
&gt; CPack: - Install project: VTK Runtime Libs<br>
&gt; CPack: - Run preinstall target for: ParaView Components<br>
&gt; CPack: - Install project: ParaView Components<br>
&gt; CPack: Create package<br>
&gt; CPack Error: Problem while adding file&lt; /Users/Shared/OpenSource/ParaView-<a href="tel:3.10.1%2F4.6.2" value="+13101462" target="_blank">3.10.1/4.6.2</a>/_CPack_Packages/Darwin-i386/ZIP/ParaView-3.10.1-Darwin-i386/lib/paraview-3.10/libCosmo.dylib&gt; to archive &lt;/Users/Shared/OpenSource/ParaView-<a href="tel:3.10.1%2F4.6.2" value="+13101462" target="_blank">3.10.1/4.6.2</a>/_CPack_Packages/Darwin-i386/ZIP/ParaView-3.10.1-Darwin-i386.zip&gt; .ERROR =archive_write_header: Filetype not supported<br>



&gt; CPack Error: Problem compressing the directory<br>
&gt; CPack Error: Error when generating package: ParaView<br>
&gt;<br>
&gt;<br>
&gt; And that was built against Qt 4.6.2.<br>
&gt; ___________________________________________________________<br>
&gt; Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt; BlueQuartz Software               Dayton, Ohio<br>
&gt;<br>
&gt; On May 23, 2011, at 5:56 PM, David Partyka wrote:<br>
&gt;<br>
&gt; &gt; I am really unsure, I haven&#39;t ever seen these kinds of errors before and I am unable to reproduce this. sla.r on my system appears to just contain license information. Have you tried manually removeing the _CPack_Packages directory in your build tree to see if for some reason cpack isn&#39;t able to blow it away entirely?<br>



&gt; &gt;<br>
&gt; &gt; On Mon, May 23, 2011 at 5:24 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; &gt; When running CPack on a &quot;clean&quot; paraview build directory where NONE of my plugins are being build I get the following after trying to run CPack:<br>
&gt; &gt;<br>
&gt; &gt; cpack -G DragNDrop --config Applications/ParaView/CPackParaViewConfig.cmake<br>
&gt; &gt; .....<br>
&gt; &gt;<br>
&gt; &gt; /Users/Shared/OpenSource/ParaView-3.10.1/Build/_CPack_Packages/Darwin-i386/DragNDrop/sla.r:522: ### /usr/bin/Rez - String spans lines.<br>
&gt; &gt; /Users/Shared/OpenSource/ParaView-3.10.1/Build/_CPack_Packages/Darwin-i386/DragNDrop/sla.r: ### /usr/bin/Rez - Since errors occurred, /Users/Shared/OpenSource/ParaView-3.10.1/Build/_CPack_Packages/Darwin-i386/DragNDrop/temp-udco.dmg&#39;s resource fork was not completely updated.<br>



&gt; &gt; /Users/Shared/OpenSource/ParaView-3.10.1/Build/_CPack_Packages/Darwin-i386/DragNDrop/sla.r: ### /usr/bin/Rez - SysError -37 during set file info.<br>
&gt; &gt;<br>
&gt; &gt; CPack Error: Problem compressing the directory<br>
&gt; &gt; CPack Error: Error when generating package: ParaView<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ___________________________________________________________<br>
&gt; &gt; Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; &gt; Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt; &gt; BlueQuartz Software               Dayton, Ohio<br>
&gt; &gt;<br>
&gt; &gt; On May 23, 2011, at 4:32 PM, David Partyka wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; I&#39;ve never seen anything like that, as that is the same process I used to make the 3.10.1 binaries. Though I did use cmake 2.8.4. Are you using a really new Qt or something along those lines?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Mon, May 23, 2011 at 4:19 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; &gt; &gt; I followed the directions on the wiki page to compile my own ParaView 3.10.1 because I have some custom plugins that I compile. The .dmg image was created just fine but the contained &quot;ParaView.app&quot; when launched only has a menu bar that has &quot;New Application&quot; menu. Nothing else. Yet when I run it from the Build folder everything works just fine. Is there something in the cmake configuration of ParaView that I need to set that tells CMake that I am going to making a redistributable package? The same thing happens if I try a &quot;make install&quot; from the command line. This is on OS X 10.6.8 with CMake 2.8.3 and the ParaView 3.10.1 sources from the web site.<br>



&gt; &gt; &gt; ___________________________________________________________<br>
&gt; &gt; &gt; Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; &gt; &gt; Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt; &gt; &gt; BlueQuartz Software               Dayton, Ohio<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; 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>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; 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>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt; &gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>