gtk-doc doesn't work with cmake
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gtk-doc (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I am using docker & ubuntu 16.04 and I got this error:
Scanning dependencies of target doc-raqm
[ 30%] Generating raqm/html_
[ 40%] Generating raqm/dir.stamp, raqm
[ 50%] Generating raqm/raqm-
/bin/sh: 1: /bin/gtkdoc-scan: not found
make[2]: *** [raqm/raqm-
CMakeFiles/
CMakeFiles/
make[1]: *** [CMakeFiles/
BTW, I test it with Fedora 25 and works fine but I need to get work under ubuntu for travis-ci.com
My cmake file here: https:/
I report this bug for upstream but got closed as "RESOLVED NOTGNOME "
: https:/
I do this workaround to get things work:
ln -s /usr/bin/ gtkdoc- scan /bin/ gtkdoc- fixxref /bin/ gtkdoc- scangobj /bin/ gtkdoc- mkhtml /bin/ gtkdoc- mkdb /bin/
ln -s /usr/bin/
ln -s /usr/bin/
ln -s /usr/bin/
ln -s /usr/bin/