I just svn upped and I got a bunch of compilation errors with the new getpot.h, e.g.
In file included from src/base/libmesh.C:29: libmesh/include/base/getpot.h: In member function ‘const char* GetPot::__internal_managed_copy(const std::string&) const’: libmesh/include/base/getpot.h:883: error: ‘strncpy’ was not declared in this scope Changing #include <string> to #include <string.h> fixed it for me. - Dave Roy Stogner wrote: > On Thu, 17 Dec 2009, Derek Gaston wrote: > > >> Roy... do you want to move that new getpot over now? >> > > Just did it 5 seconds before I got this email. :-D > > Sorry, I meant to do it last night, but I had to leave before my last > set of tests finished. > --- > Roy > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Libmesh-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-devel > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
