2012/2/28 蔡园武 <[email protected]> > Hello, guys, sorry to bother again, > I have tried "make doc" in the libmesh directory for many times, but still > got Error: > > Generating docs for compound std::forward_iteratorelse > class variant_filter_iterator public std::iterator< > std::forward_iterator_tag, Elem * >endif... > 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 > Exiting... > make: *** [doxygen_doc] Error 1 > > This error message indicates that it can't write to that area of the filesystem. You may want to investigate and rule out any file system permission issues. See if you can run "cat" to or "touch" the file listed. We need to rule out any I/O issues.
Cody > Any ideas? > P.S. "make" and "make run_examples" are all right. > > > The following info may be useful: > > My system is > Ubuntu > Release 11.10 (oneiric) > Kernel Linux 3.0.0-16-generic > GNOME 3.2.1 > > gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) > > doxygen --version > 1.8.0 > > apache2 -v > Server version: Apache/2.2.20 (Ubuntu) > > The attachment is my Make.common generated by ./configure. > > Thanks for all your help! > > -- > Cai Yuanwu 蔡园武 > Dept. of Engineering Mechanics, > Dalian University of Technology, > Dalian 116024, China > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
