On 13 June 2014 22:29, Joel Sherrill wrote: > Hi > > I am trying to build a native GNAT from the head on Fedora 20. It has > makeinfo 5.1 which is causing gnat_rm.texi a lot of problems. This > is just the beginning of almost 200 error messages. > > ../../gcc/gcc/ada/gnat_rm.texi:4107: warning: @itemize has text but no @item > ../../gcc/gcc/ada/gnat_rm.texi:12057: @item outside of table or list > ../../gcc/gcc/ada/gnat_rm.texi:12068: @item outside of table or list > ../../gcc/gcc/ada/gnat_rm.texi:12080: @item outside of table or list > ../../gcc/gcc/ada/gnat_rm.texi:12091: @item outside of table or list > ../../gcc/gcc/ada/gnat_rm.texi:12101: @item outside of table or list > ../../gcc/gcc/ada/gnat_rm.texi:12112: @item outside of table or list > ../../gcc/gcc/ada/gnat_rm.texi:12121: @item outside of table or list > > cc'ing Eric B since I remember him mentioning that they autogenerated > texinfo from Sphinx and I am wondering if this is manual or autogenerated. > > Other than fixing the manual or downgrading makeinfo, any suggestions > or comments?
If you don't need the docs then add MAKEINFO=missing to the configure command, which will skip the step that fails.