Thanks for your help. I have now gretl running OK.
Getting a fresh CVS tree did not fix the crash.
- Update the dependencies gretl pages (please have a separator for gretlcli/gretllib and gretl_x11)
Now I am having problems with make pdfdocs. (I still have plans for the PT translation in a long term schedule)
Now type 'make' to build gretl.
You can also do 'make pdfdocs' to build the PDF documentation.
helio@linux-techno:~/gretl> make pdfdocs
make -C doc
make[1]: Entering directory `/home/helio/gretl/doc'
make -C tex
make[2]: Entering directory `/home/helio/gretl/doc/tex'
rm -f gretl.sty && ln -s ../gretl.sty ./gretl.sty
rm -f figures && ln -s ../../doc/figures ./figures
for f in cli.tex criteria.tex graphs.tex modes.tex persistent.tex sampling.tex trouble.tex looping.tex starting.tex discrete.tex appendices.tex matrices.tex introduction.tex datafiles.tex robust_vcv.tex panel.tex dpanel.tex genr.tex biblio.tex mle.tex gmm.tex probit.tex nls.tex timeseries.tex forecast.tex vecm.tex kalman.tex functions.tex gretltex.tex cheatsheet.tex reftables.tex cmdref.tex funcref.tex comments.tex optarg.tex quantreg.tex odbc.tex gretlR.tex gretlOx.tex gretlOctave.tex datatypes.tex df.tex var.tex ; do \
if [ ! -f $f ] ; then ln -sf ../../doc/tex/$f . ; fi ; done
for f in gretl.bib gretl.bst ; do \
if [ ! -f $f ] ; then ln -sf ../../doc/tex/$f . ; fi ; done
make -C ../commands textables
make[3]: Entering directory `/home/helio/gretl/doc/commands'
make[3]: `textables' is up to date.
make[3]: Leaving directory `/home/helio/gretl/doc/commands'
pdflatex gretl-guide.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/openSUSE)
entering extended mode
(./gretl-guide.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk10.clo))
(/usr/share/texmf/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf/tex/latex/tools/verbatim.sty)
(/usr/share/texmf/tex/latex/fancyvrb/fancyvrb.sty
Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix
<2008/02/07> (tvz) (/usr/share/texmf/tex/latex/graphics/keyval.sty))
(/usr/share/texmf/tex/latex/appendix/appendix.sty)
(/usr/share/texmf/tex/latex/psnfss/pifont.sty
(/usr/share/texmf/tex/latex/psnfss/upzd.fd)
(/usr/share/texmf/tex/latex/psnfss/upsy.fd))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/latin1.def))
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/latexconfig/graphics.cfg)
(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/graphics/color.sty
(/usr/share/texmf/tex/latex/latexconfig/color.cfg)) (./gretl.sty
(/usr/share/texmf/tex/latex/ae/ae.sty
(/usr/share/texmf/tex/latex/base/fontenc.sty
(/usr/share/texmf/tex/latex/base/t1enc.def)
(/usr/share/texmf/tex/latex/ae/t1aer.fd))))
(/usr/share/texmf/tex/latex/geometry/geometry.sty
(/usr/share/texmf/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf/tex/generic/oberdiek/ifvtex.sty)
! Package keyval Error: compat2 undefined.
See the keyval package documentation for explanation.
Type H <return> for immediate help.
...
l.983 \ProcessOptionsKV[p]{Gm}
%
? q
OK, entering \batchmodemake[2]: *** [gretl-guide.pdf] Error 1
make[2]: Leaving directory `/home/helio/gretl/doc/tex'
make[1]: *** [tex] Error 2
make[1]: Leaving directory `/home/helio/gretl/doc'
make: *** [pdfdocs] Error 2