Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#603 - gtkspell build error
Attached to Project:
Arch Linux
Opened by LavaPunk (LavaPunk) - Monday, 22 March 2004, 03:23 GMT
Last edited by Dale Blount (dale) - Monday, 22 March 2004, 03:32 GMT
Opened by LavaPunk (LavaPunk) - Monday, 22 March 2004, 03:23 GMT
Last edited by Dale Blount (dale) - Monday, 22 March 2004, 03:32 GMT
|
Details*** Scanning header files ***
if grep -l '^..*$' ./gtkspell.types > /dev/null ; then \ CC="/bin/sh ../libtool --mode=compile gcc" LD="/bin/sh ../libtool --mode=link gcc" CFLAGS="" LDFLAGS="" gtkdoc-scanobj --module=gtkspell --output-dir=. ; \ else \ cd . ; \ for i in gtkspell.args gtkspell.hierarchy gtkspell.interfaces gtkspell.prerequisites gtkspell.signals ; do \ test -f $i || touch $i ; \ done \ fi cd . && \ gtkdoc-scan --module=gtkspell --source-dir=../gtkspell --ignore-headers="" /bin/sh: line 1: gtkdoc-scan: command not found make[2]: *** [scan-build.stamp] Error 127 make[2]: Leaving directory `/home/lavapunk/arch/working/gtkspell/src/gtkspell-2.0.5/docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/lavapunk/arch/working/gtkspell/src/gtkspell-2.0.5' make: *** [all] Error 2 ==> ERROR: Build Failed. Aborting... Hope this isn't my fault... |
This task depends upon
makedepends=('gtk-doc')