Closed rHermes closed 9 years ago
Thanks for the report. This should be fixed in the current head of the master
branch.
The problem is that I defined a Texinfo macro called stx
in the file doc/macros.texi
; the macro takes zero arguments, but I called it with one argument in the file doc/expander.texi
. This is my true fault: for speed of building, I am still using an old version of Texinfo, which does less input validations; the lastest releases of Texinfo catch this error.
Thank you :) I wish I could have been of more help, but TeX isn't my strong point :)
You are welcome. It is a significant help for me to get feedback on building development revisions every now and then.
I'm trying to compile the project from the git-repo using these steps:
The last command gives this ouput:
I tried googleing for macro "stx", but couldn't find anythong. Note that it is only the documentation part of the build that fails, if I run the process with make -j4 the documentation will still fail, but the vicare binary and co will compile just fine.
I hope I have provided enough information, please say if you need any more information on the system.