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

Reply via email to