On Wed, 2011-06-08 at 18:11 -0400, Hongsheng Zhao wrote: > Thanks for your explains. When I issue the > "make cvsinit" command, I'll meet some error messages as follows: > > werner at debian:~/GUI/PWgui$ make cvsinit > cd doc/pwdocs; make > make[1]: Entering directory `/home/werner/GUI/PWgui/doc/pwdocs' > ( cd ../../../..; make doc ) > make[2]: Entering directory `/home/werner' > make[2]: *** No rule to make target `doc'. Stop. > make[2]: Leaving directory `/home/werner' > make[1]: *** [links] Error 2 > make[1]: Leaving directory `/home/werner/GUI/PWgui/doc/pwdocs' > make: [cvsinit] Error 2 (ignored) > if test ! -d lib; then mkdir lib; fi > cd lib/; rm -f Guib-*; > cd lib/; ln -sf /home/werner/GUI/Guib Guib-0.5
Apparently you svn-downloaded only a GUI/ directory of the whole espresso distribution. You need to svn-checkout the whole espresso, because the pwgui depends on the espresso documentation. Actually the "make cvinit" (now the "make svninit") merely builds the QE documentation that the PWgui uses + makes a few links. Regards, Tone -- Anton Kokalj J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax:+386-1-477-3822) Please, if possible, avoid sending me Word or PowerPoint attachments. See: http://www.gnu.org/philosophy/no-word-attachments.html
