2013/8/5 Chandan Choudhury <[email protected]>: > Dear Christoph, > > Thanks for the reply. > > I could not compile the manual 1.3-dev. If there is any change in it with > respect to the 1.2.3 manual, then please provide me. I have downloaded the > 1.3-dev using build.sh. There are a lot of changes to due to xml option renaming and relative entropy methods:
Here are some things you could try: 0.) Check that the tools, csg and csg_manual are in the default branch (1.3) $ hg branch -R csg default (check the same for tools and csg, csg-manual) 1.) source VOTCARC.bash from 1.3 before you build the manual 2.) make should start with the sub-directories make -C fig make[1]: Entering directory `/home/christoph/votca/src/csg-manual/fig' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/christoph/votca/src/csg-manual/fig' make -C functionality make[1]: Entering directory `/home/christoph/votca/src/csg-manual/functionality' make -w -C fig make[2]: Entering directory `/home/christoph/votca/src/csg-manual/functionality/fig' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/christoph/votca/src/csg-manual/functionality/fig' make[1]: Leaving directory `/home/christoph/votca/src/csg-manual/functionality' make -C reference make[1]: Entering directory `/home/christoph/votca/src/csg-manual/reference' .... 3.) Try to build the manual in one go with csg and tools ./build.sh --prefix=some/path -DSOME_OPTION tools csg csg-manual > > Chandan > > > -- > Chandan kumar Choudhury > NCL, Pune > INDIA > > > On Sat, Aug 3, 2013 at 11:03 PM, Christoph Junghans <[email protected]> > wrote: >> >> 2013/8/3 Chandan Choudhury <[email protected]>: >> > Dear votca users, >> > >> > When I try to compile the csg-manual 1.3-dev, I get the following >> > message: >> > >> > Package hyperref Message: Driver: hdvips. >> > >> > (/usr/share/texmf/tex/latex/hyperref/hdvips.def >> > (/usr/share/texmf/tex/latex/hyperref/pdfmark.def)) >> > (/usr/share/texmf/tex/latex/base/fontenc.sty >> > (/usr/share/texmf/tex/latex/base/t1enc.def)) >> > (/usr/share/texmf/tex/latex/type1cm/type1cm.sty) (./newcommands.tex >> > (./hgid.tex >> > ) (./reference/hgid.tex) >> > (/usr/share/texmf/tex/latex/listings/lstlang1.sty) >> > (/usr/share/texmf/tex/latex/listings/lstmisc.sty)) (./manual.aux) >> > (/usr/share/texmf/tex/latex/hyperref/nameref.sty >> > (/usr/share/texmf/tex/generic/oberdiek/gettitlestring.sty)) >> > >> > Package hyperref Warning: Rerun to get /PageLabels entry. >> > >> > (./titlepage.tex >> > >> > LaTeX Font Warning: Font shape `T1/cmr/m/n' in size <113.81102> not >> > available >> > (Font) size <35.83> substituted on input line 3. >> > >> > >> > LaTeX Font Warning: Font shape `T1/cmr/m/n' in size <42.67912> not >> > available >> > (Font) size <35.83> substituted on input line 4. >> > >> > <fig/logo.eps> >> > ! Undefined control sequence. >> > l.14 ...r{\footnotesize{Programs version: \refhgid >> > }} >> This command get auto-generated: >> >> $ cat reference/hgid.tex >> \newcommand{\refhgid}{d8ff5b538018} >> >> It might be that csg_call in your path is not of version 1.3-dev, so >> the command HGID comannd in the makefile fails: >> $ grep HGID reference/Makefile >> HGID:=$(shell csg_call --help | sed -n 's/.*hgid: >> \(.*\)/\\newcommand{\\refhgid}{\1}/p') >> echo '$(HGID)' | cmp -s hgid.tex - || echo '$(HGID)' > hgid.tex >> >> > No pages of output. >> > Transcript written on manual.log. >> > Latexmk: References changed. >> > Latexmk: Log file says no output from latex >> > Latexmk: For rule 'latex', no output was made >> > Rule 'latex': File changes, etc: >> > Changed files, or newly in use since previous run(s): >> > 'manual.aux' >> > Failure to make 'manual.dvi' >> > Latexmk: Errors, so I did not complete making targets >> > Collected error summary (may duplicate other messages): >> > latex: Command for 'latex' gave return code 256 >> > Latexmk: Use the -f option to force complete processing. >> > make: *** [manual.dvi] Error 1 >> The build system of the manual is very fragile and not really made for >> users. >> >> Christoph >> >> PS: Did you solve the other build problems you had? If so, please post >> the solutions on the mailing list, so that others can learn from it! >> >> > >> > >> > >> > Kindly suggest me how to I get rid of the error. >> > >> > -- >> > Chandan kumar Choudhury >> > NCL, Pune >> > INDIA >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "votca" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at http://groups.google.com/group/votca. >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > >> >> >> >> -- >> Christoph Junghans >> Web: http://www.compphys.de >> >> -- >> You received this message because you are subscribed to the Google Groups >> "votca" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/votca. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/votca. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/votca. For more options, visit https://groups.google.com/groups/opt_out.
