ROCm / ROCgdb

This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.

Home Page:https://rocm.docs.amd.com/projects/ROCgdb/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc doesn't build on Ubuntu 18.04

simark opened this issue · comments

I have installed doxygen, graphviz and texlive-full. The command make doc stops with:

[16]
! Illegal parameter number in definition of \Hy@tempa.
<to be read again> 
                   h
l.133 \end{DoxyEnumFields}
                          
? 

The same in Ubuntu 16.04 works fine.

It looks very similar to the problem reported in this thread:

doxygen/doxygen#6456

It wasn't clear from my original post, but this was an error in the dbgapi repository, not gdb itself. It seems to work fine now, closing.