Yujie... My guess is that libMesh no longer works with GCC 3.2. That compiler is from 8 years ago! Which makes it ancient by open source standards.
Is there any chance of using a newer compiler? Derek On Jan 20, 2010, at 12:41 PM, Yujie wrote: > Dear Libmesh Developers, > > I download Libmesh via SVN and compile it. I get the following errors. The > version of GCC is 3.2. Could you give me some help? Thanks a lot. > > Compiling C++ (in debug mode) src/mesh/xdr_io.C... > In file included from > /home/yujie/codes/codes/libmesh/include/base/reference_counted_object.h:29, > from > /home/yujie/codes/codes/libmesh/include/base/dof_object.h:31, > from > /home/yujie/codes/codes/libmesh/include/mesh/mesh_base.h:40, > from > /home/yujie/codes/codes/libmesh/include/mesh/mesh_input.h:32, > from > /home/yujie/codes/codes/libmesh/include/mesh/xdr_io.h:32, > from src/mesh/xdr_io.C:30: > /home/yujie/codes/codes/libmesh/include/base/reference_counter.h: In member > function `void ReferenceCounter::increment_constructor_count(const > std::string&)': > /home/yujie/codes/codes/libmesh/include/base/reference_counter.h:151: > warning: unused > variable `Threads::spin_mutex::scoped_lock lock' > /home/yujie/codes/codes/libmesh/include/base/reference_counter.h: In member > function `void ReferenceCounter::increment_destructor_count(const > std::string&)': > /home/yujie/codes/codes/libmesh/include/base/reference_counter.h:169: > warning: unused > variable `Threads::spin_mutex::scoped_lock lock' > src/mesh/xdr_io.C: In member function `virtual void XdrIO::write(const > std::string&)': > src/mesh/xdr_io.C:152: syntax error before `,' token > src/mesh/xdr_io.C:154: confused by earlier errors, bailing out > mpiCC: No such file or directory > make: *** [src/mesh/xdr_io.i686-pc-linux-gnu.dbg.o] Error 1 > > > Regards, > Yujie > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
