|
From: Antonio B. <bor...@gm...> - 2019-04-07 04:58:23
|
On Sun, Apr 7, 2019 at 5:25 AM David Uhen <da...@gm...> wrote: > > MacOS Mohave > Pulled the latest release. > > > ./bootstrap > > ./configure --enable-jlink --enable-maintainer-mode Actually don't need "--enable-mainteiner-mode" since ab90b8777855876f23c779ee2b25827a34f890c3, merged in 2013 > > make > > > Fails at two points in /doc/openocd.texi > > > /doc/openocd.texi:2517: warning: `.' or `,' must follow @xref, not `c'. > > Line 2517 - change the @ and braces in this comment line make it something like… > > Use the -xref|adapter_usb_location, adapter usb location| command instead.} > For this I have pushed a patch yesterday. Would you mind reviewing it? http://openocd.zylin.com/5045 > > ./doc/openocd.texi:3482: @anchor expected braces. > > ./doc/openocd.texi:3482: ` {reset_config} > > Line 3842 - remove the space between anchor and {reset-config}. Make it… > > anchor{reset-config} > This second part, I see it in the file, but I do not get any error nor warning. I also updated to latest texinfo 6.6, but no messages yet. What version of texinfo do you use? Antonio > > Now it compiles and installs without errors. > Cheers. |