Am Freitag, 23. März 2007 20:46 schrieb Bo Peng: > > When running make install, I run into the following error: > > > > make install-data-hook > > PYTHONPATH=../../lib/lyx2lyx python -tt ./doc_toc.py > > Traceback (most recent call last): > > File "./doc_toc.py", line 148, in ? > > main(sys.argv) > > File "./doc_toc.py", line 127, in main > > usage() > > TypeError: usage() takes exactly 1 argument (0 given) > > make[3]: *** [TOC.lyx] Error 1 > > make[2]: *** [install-data-am] Error 2 > > make[1]: *** [install-am] Error 2 > > make: *** [install-recursive] Error 1 > > I changed the interface of doc_toc.py and I was not able to test > autotools (due to a compiler bug with autotools). Georg fixed part of > it, but obviously not all of them.
I don't think so (at least I cannot find any call of doc_toc.py without arguments). I rather guess that Bennets needs to rerun autogen.sh and configure. Georg