Bilal Arif <billal.ar...@gmail.com> writes: > hackingnerd@ubuntu:~/qebek$ sudo make > GEN i386-softmmu/config-devices.mak > GEN config-all-devices.mak > GEN qemu-options.texi > GEN qemu-monitor.texi > GEN qemu-img-cmds.texi > GEN qemu-doc.html > ./qemu-options.texi:1538: warning: @table should not appear in @end > ./qemu-options.texi:1538: table requires an argument: the formatter for > @item > ./qemu-options.texi:1538: no matching `@end table' > ./qemu-options.texi:1538: warning: @end missing argument > qemu-doc.texi:276: @node seen before @end table > make: *** [qemu-doc.html] Error 1 > > I would be greatly thankful for any kind of help.
There probably is an error in the qemu-options.texi file, as indicated by the error messages. Unfortunately, the makefile that controls "make" is preventing the commands from showing, so you don't see the exact command that is finding the error, and thus can't manually re-execute it. You may be able to avoid that by adding "-d" or "--debug=j" to "sudo make". Have you looked at qemu-options.texi at line 1538 to determine if there is an error there? Have you inquired on the Qebek mailing list to see if they know of this problem? This doesn't look like a problem that involves Qemu itself. Dale