I just discovered that it is impossible to "make install" successfully if one compiles under separate user account. It's because install script tries to overwrite/create files in source tree, specifically prebuilt help files.
Vadim, before I start working it around, can you explain why exactly is it needed? Maybe there is a better solution. Would it be possible to build into separate folder and then only optionally copy files? Anyway, I am at least going to add configure option that disables it. I played with access rights, but I still have some problems and it looks ugly anyway. I don't quite understand the error messages, but I am pasting them here just in case. I am getting these even if build user owns HtmlHlp folder. make -C HtmlHlp install make[3]: Entering directory `/home/build/mahogany/fresh/doc/HtmlHlp' This is LaTeX2HTML Version 2K.1beta (1.48) by Nikos Drakos, Computer Based Learning Unit, University of Leeds. Revised and extended by: Marcus Hennecke, Ross Moore, Herb Swan and others ...producing markup for HTML version 3.2 Loading /usr/share/latex2html/versions/html3_2.pl *** processing declarations *** Loading /usr/share/latex2html/versions/latin1.pl OPENING /home/main/store/cvs-track/mahogany/source/doc/HtmlHlp/Manual.tex Cannot create directory Manual/: File exists, reusing it. Note: Working directory is /home/main/store/cvs-track/mahogany/source/doc/HtmlHlp/Manual Note: Images will be generated in /tmp/l2h16634 texexpand V2K.1beta (Revision 1.11) Loading /usr/share/latex2html/styles/texdefs.perl... Reading ... ++ Failed to read in document parts (out of memory?). mv: cannot stat `Manual/Manual.html': No such file or directory make[3]: *** [.src/Manual.html] Error 1 make[3]: Leaving directory `/home/build/mahogany/fresh/doc/HtmlHlp' make[2]: *** [install2] Error 2 make[2]: Leaving directory `/home/build/mahogany/fresh/doc' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/build/mahogany/fresh/doc' make: *** [install_doc] Error 2 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers