ROCm / ROCgdb

This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.
https://rocm.docs.amd.com/projects/ROCgdb/en/latest/
GNU General Public License v2.0
50 stars 9 forks source link

Doc doesn't build on Ubuntu 18.04 #2

Closed simark closed 3 weeks ago

simark commented 4 years ago

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.

simark commented 4 years ago

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

https://github.com/doxygen/doxygen/issues/6456

simark commented 3 weeks ago

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.