Yesterday I ran svn update in my deal.ii working directory (which apparently I hadn't done since my initial install last November). Now when I run make in some examples (e.g. 21, 22), I get the following error:
deal.II/examples/step-22$ make ============================ Remaking Makefile.dep ==============debug========= step-22.cc ============================ Linking step-22 step-22.g.o: In function `StokesProblem': deal.II/examples/step-22/step-22.cc:466: undefined reference to `dealii::Triangulation<2, 2>::Triangulation(dealii::Triangulation<2, 2>::MeshSmoothing, bool)' collect2: ld returned 1 exit status make: *** [step-22] Error 1 The error is the same for step-21. Is there another command I needed to run along with svn update? Or did I mess something up by waiting so long between updates? Thanks, Jennifer _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
