No, it does not work, cyw@ubuntu:/mnt/hgfs/E/code/libmesh-0.7.1/libmesh$ make doc ./doc/Doxyfile ./doc/Doxyfile: 23: DOXYFILE_ENCODING: not found ./doc/Doxyfile: 28: PROJECT_NAME: not found
It does not recognize $(doxygen) in the Makefile. But in version 0.7.2, it recognize $(doxygen), cyw@ubuntu:/mnt/hgfs/E/code/libmesh-0.7.2/libmesh$ make doc /usr/bin/doxygen ./doc/Doxyfile Searching for include files... Searching for example files... But still gives the same Error message like 0.7.1. Error: could not open user specified style sheet ./doc/stylesheet.css Could not open file /mnt/hgfs/E/code/libmesh-0.7.2/libmesh/doc/./html/doxygen/classstd_1_1forward__iteratorelse class_01variant__filter__iterator_01public_01std_1_1iterator_370c2144f8ef57299b725ada0e2665e62.php for writing make: *** [doxygen_doc] Error 1 There are also many Warnings, like /mnt/hgfs/E/code/libmesh-0.7.2/libmesh/include/solvers/petsc_linear_solver.h:371 Warning: no matching class member found for template < T > void libMesh::PetscLinearSolver< T >::_create_complement_is(const libMesh::NumericVector< T > &#if PETSC_VERSION_LESS_THAN(3, 0, 0)#else vec_in#endif) Possible candidates: void libMesh::PetscLinearSolver< T >::_create_complement_is(const NumericVector< T > &vec_in) /mnt/hgfs/E/code/libmesh-0.7.2/libmesh/include/utils/perf_log.h:384 Warning: no matching class member found for void libMesh::PerfLog::pop(const std::string &libmesh_dbg_varlabel, const std::string &libmesh_dbg_varheader) Possible candidates: void libMesh::PerfLog::pop(const std::string &label, const std::string &header="") 在 2012年2月22日 下午10:31,Roy Stogner <[email protected]>写道: > > On Wed, 22 Feb 2012, 蔡园武 wrote: > > I encontered error while compiling the doxygen files. I used command >> cyw@ubuntu:/mnt/hgfs/E/code/**libmesh-0.7.1/libmesh$ doxygen >> ./doc/Doxyfile >> > > Does "make doc" from the libmesh directory work for you? > --- > Roy -- Cai Yuanwu 蔡园武 Dept. of Engineering Mechanics, Dalian University of Technology, Dalian 116024, China ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
