On Wed, Mar 30, 2011 at 9:09 AM, <[email protected]> wrote: > Ok. Configure worked. Make on the new svn version ran about two minutes till > I got the following error: > > src/mesh/mesh_smoother_vsmoother.C: In member function 'double > libMesh::Variatio > nalMeshSmoother::smooth(unsigned int)': > src/mesh/mesh_smoother_vsmoother.C:117: error: 'clock' was not declared in > this > scope > src/mesh/mesh_smoother_vsmoother.C:121: error: 'CLOCKS_PER_SEC' was not > declared
Try #include <time.h> at the top of that C file. -- John ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
