Hi,
System: PowerMac G5, OS X 10.3.9, Xcode 1.2, Apple's X11, CVS update
I changed to the CVS update to get the latest version of libbonoboui2 as I had been having trouble with "undefined _". That problem seems to be solved (for me) with version 2.10.0-1. Thanks to the development team and people at Fink Beginners.
However, I still have a problem with the source build of vte 0.11.10-9 .
creating vte-scan
cd . && \
gtkdoc-scan --module=vte --source-dir=../../src --ignore-headers=""
touch scan-build.stamp
*** Rebuilding template files ***
cd . && gtkdoc-mktmpl --module=vte
WARNING: No declaration found for: vte_ring_remove
WARNING: No declaration found for: vte_ring_next
WARNING: No declaration found for: vte_ring_at
WARNING: No declaration found for: vte_ring_length
WARNING: No declaration found for: vte_ring_new
WARNING: No declaration found for: vte_ring_contains
WARNING: No declaration found for: vte_ring_index
WARNING: No declaration found for: vte_ring_insert
WARNING: No declaration found for: vte_ring_free
WARNING: No declaration found for: vte_ring_append
WARNING: No declaration found for: vte_ring_delta
=============================================================================
WARNING: 37 unused declarations.
These can be found in vte-unused.txt.
They should be added to vte-sections.txt in the appropriate place.
=============================================================================
touch tmpl-build.stamp
*** Building SGML ***
cd . && \
gtkdoc-mkdb --module=vte --source-dir=../../src --main-sgml-file=vte-docs.sgml
97% symbol docs coverage (98 symbols documented, 3 not documented)
See vte-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
touch sgml-build.stamp
*** Building HTML ***
test -d ./html || mkdir ./html
cd ./html && gtkdoc-mkhtml vte ../vte-docs.sgml
/sw/bin/openjade:../sgml/vte.sgml:532:86:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:545:64:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:559:84:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:572:62:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:575:36:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:836:68:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:839:68:E: character ":" is not allowed in the value of attribute "LINKEND"
/sw/bin/openjade:../sgml/vte.sgml:879:108:E: character ":" is not allowed in the value of attribute "LINKEND"
make[3]: *** [html-build.stamp] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-vte-0.11.10-9
(Reading database ... 77606 files and directories currently installed.)
Removing fink-buildlock-vte-0.11.10-9 ...
Failed: phase compiling: vte-0.11.10-9 failed
Any suggestions please ?
Roger