[Paraview] MacOSX Linking problems

2012-10-11 Thread Brickle Macho
Hi, I am trying to build ParaView on my MacBook and I am getting a list of undefined symbols. Below is the first of about 35+ similar errors. For info all of the required supporting packages were installed by Macports. I downloaded ParaView-3.14.1-Source from the website and created a sep

Re: [Paraview] MacOSX Linking problems

2012-10-11 Thread Brickle Macho
built for 32 bit intel or another arch (ppc). Are you trying to build a universal (32 bit/ 64 bit) ParaView? HDF5 will pretty much stop this from happening. Just my thoughts Mike On Oct 11, 2012, at 3:46 PM, Brickle Macho wrote: Hi, I am trying to build ParaView on my MacBook and I am

Re: [Paraview] MacOSX Linking problems

2012-10-11 Thread Brickle Macho
ed by a tricky a bug in VTK's cmake scripts. I guess CMake would need to add -IVTK/Utilities/vtkhdf5 before -I/opt/local/include when system hdf5 is off. Pat On Thu, Oct 11, 2012 at 3:46 PM, Brickle Macho mailto:bricklema...@gmail.com>> wrote: Hi,

Re: [Paraview] MacOSX Linking problems

2012-10-11 Thread Brickle Macho
artz.net <mailto:mike.jack...@bluequartz.net> www.bluequartz.net <http://www.bluequartz.net> On Oct 11, 2012, at 7:50 PM, Brickle Macho wrote: > Thanks to both for your quick response. > > From a clean/new build directory I tried your suggestion of -D