I updated and the vtkConfigure.h check works fine with VTK v5.4.2. The examples build and run okay. One thing to note is that successful linking required VTK with shared libraries, otherwise there are numerous unresolved dependencies during linking.
As it turns out, the vtkCommonInstantiator.h file was located in the vtk build & install directories (not in the source path). The failure to find this file was initially my fault. Thanks for your help. ~Tim Roy Stogner wrote: > > On Tue, 14 Jul 2009, Tim Campbell wrote: > >> I am trying to configure libMesh (trunk:r3417) with VTK support (VTK >> v5.4.2). The configure script looks for the vtkCommonInstantiator.h >> include file. However, this file does not exist in the VTK source >> distribution. Do I need to switch to an older version of VTK? > > We need to switch to a configure test that checks for a header we're > actually using (but one that doesn't include anything else, to keep > the test less fragile. vtkConfigure.h, I suppose? That works on vtk > 5.2.1, so I'll commit it now. Would you try that out on 5.4.2 and let > us know if there have been any other API changes that break our VTKIO > build? > > Thanks, > --- > Roy ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
