Changes between Initial Version and Version 1 of Ticket #26151, comment 37
- Timestamp:
- Feb 27, 2015, 12:37:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26151, comment 37
initial v1 1 1 I have found several dupped issues related to the same problem, and its something that it's been buggy since the begining and the bugs get opened again and again. This is the solution I did to solve the same problem I was able to reproduce right now. 2 2 3 ``` 3 {{{ 4 4 $ cat xml-catalog.sh 5 5 #!/bin/sh … … 12 12 done 13 13 echo '</catalog>' 14 ``` 14 }}} 15 15 16 16 17 This script will generate the /opt/local/etc/xml/catalog. the gtk-doc program fails if this file contain entries that point to outdated or non-existent versions of those catalogs.