在 2012年2月28日 下午10:35,Cody Permann <[email protected]>写道:
> > > 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 > > Thank you very much for your help! I tried "cat" and "touch", but there is not any I/O issues. I checked the file name given Error again and find that there is a "line break" in the middle of file name, so the file name is classstd_1_1forward__iteratorelse"LINE BREAK" class_01variant__filter__iterator_01public_01std_1_1iterator_370c2144f8ef57299b725ada0e2665e62.php So if use "touch filename", it will only create a file named "classstd_1_1forward__iteratorelse". I think this may be the problem? But why does this strange problem happen? 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 >> >> > -- 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
