Ahh, I don&#39;t think I was ever able to build 32bit+64bit universal because of hdf5 build errors even with version 1.6. I thought you meant you were building ppc;i386 and that was crashing. Testing out a ppc;i386 binary right now seems to work fine. <div>

<br></div><div>There are new CMake feature in CheckTypeSize that &quot;should&quot; let you build 32bit+64bit binaries. It will produce #ifdef &lt;arch&gt; #else pragmas in your configured header to define both sets of type sizes. I am guessing you guys are now using that in svn HDF5?<br>

<br><div class="gmail_quote">On Wed, Aug 25, 2010 at 10:06 AM, 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;">

   So the basics would be if you build HDF5 with &quot;i386;x86_64&quot; as the archs to build then use the &quot;arch -arch [i386|x86_64] SomeProgram/That/Creates/HDF5/Files&quot; and you should crash out pretty quickly when it is trying to initialize the HDF5 library. If you build the HDF5 project and one of the example hdf5 programs like &quot;h5_group&quot; the error will happen. It is very repeatable. There is a long private discussion going on currently with the HDF5 developers to try and figure out a way forward.<br>


   I just committed some CMake code to the HDF5 SVN Cmake branch to basically throw a CMake FATAL_ERROR if more than 1 OS X arch is detected during the CMake process.<div class="im"><br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br></div>
Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software               Dayton, Ohio<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Aug 25, 2010, at 9:58 AM, Dave Partyka wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey Mike, I just did a universal build now. What specifically were you doing to get the runtime errors?<br>
<br>
On Tue, Aug 24, 2010 at 2:50 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
So can I back that back off to hdf5 version 1.6.9? There are SERIOUS issues with HDF5 version 1.8 being built as a universal binary on OS X. One arch will work just fine, the other will give runtime errors. So for instance if someone is going to build both ppc and i386 binaries depending which one they list first the other will not work. I can demonstrate this with the latest HDF5 1.8.5 sources.<br>


<br>
<br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<br>
<br>
On Aug 23, 2010, at 10:53 AM, Dave Partyka wrote:<br>
<br>
Hi All,<br>
<br>
Late last week we updated ParaView&#39;s hdf5 from 1.6.2 to 1.8.5. In addition to the traditional C library we have also brought in the C++ version of the library (hdf5_cpp). The high level versions of the library are also available (hdf5_hl &amp; hdf5_hl_cpp). This should provide ParaView developers a number of avenues to use the latest HDF5 in their readers/writes.<br>


<br>
The HDF5 group has has started using CMake as a build system for HDF5. Using the new build system John Biddiscombe and Brad King were able to create a slimmed down version of HDF5 that just builds the core libraries and easily integrates into ParaView. Many thanks to them for their efforts!<br>


<br>
See here for the release notes for HDF5 1.8.x.<br>
<br>
<a href="http://www.hdfgroup.org/HDF5/doc/ADGuide/WhatsNew180.html" target="_blank">http://www.hdfgroup.org/HDF5/doc/ADGuide/WhatsNew180.html</a><br>
<br>
 As always, we value feedback from the community. Feel free to report any issues. In the mean time I will be monitoring the dashboards.<br>
<br>
Thanks!<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>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>