Nobody would like to even say something about this error? Is the ‘make check’ of this program ok on your machines?
On 16 Nov 2013, at 23:10, Hui Zhang <[email protected]> wrote: > I use Xcode 5 on Mac OS X Mavericks with mpich-clang. When ‘make check’, I > got the following error. > Any comments? > > Making check in systems_of_equations/systems_of_equations_ex6 > /Applications/Xcode.app/Contents/Developer/usr/bin/make example-dbg > example-devel example-opt run.sh > CXX example_dbg-systems_of_equations_ex6.o > systems_of_equations_ex6.C:293:44: error: no viable conversion from 'const > vector<vector<OutputShape>>' to 'const vector<vector<Number>>' > const std::vector<std::vector<Number> >& phi = fe->get_phi(); > ^ ~~~~~~~~~~~~~ > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:550:5: > note: candidate constructor not viable: no known conversion > from 'const std::vector<std::vector<OutputShape> >' to 'const > std::__1::vector<std::__1::vector<std::__1::complex<double>, > std::__1::allocator<std::__1::complex<double> > >> , std::__1::allocator<std::__1::vector<std::__1::complex<double>, >> std::__1::allocator<std::__1::complex<double> > > > > &' for 1st argument > vector(const vector& __x); > ^ > 1 error generated. > make[3]: *** [example_dbg-systems_of_equations_ex6.o] Error 1 > make[2]: *** [check-am] Error 2 > make[1]: *** [check-recursive] Error 1 > make: *** [check-recursive] Error 1 > ------------------------------------------------------------------------------ > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
