| 1 | | |
| | 1 | * cp /boot/common/share/libtool/config/config.guess . |
| | 2 | * cp /boot/common/share/libtool/config/config.sub . |
| | 3 | * libtoolize --force --copy |
| | 4 | * ./autogen.sh |
| | 5 | * ./configure --prefix=/boot/common |
| | 6 | * make |
| | 7 | |
| | 8 | make fails: |
| | 9 | |
| | 10 | {{{ |
| | 11 | In file included from /boot/home/libgpg-error-1.6/src/code-from-errno.c:32: |
| | 12 | /boot/home/libgpg-error-1.6/src/code-from-errno.h:22: parse error before `-' |
| | 13 | /boot/home/libgpg-error-1.6/src/code-from-errno.h:22: warning: decimal constant is so large that it is unsigned |
| | 14 | /boot/home/libgpg-error-1.6/src/code-from-errno.h:109: warning: This file contains more `}'s than `{'s. |
| | 15 | /boot/home/libgpg-error-1.6/src/code-from-errno.c: In function `gpg_err_code_from_errno': |
| | 16 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:68: parse error before `)' |
| | 17 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:68: parse error before `)' |
| | 18 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:68: parse error before `)' |
| | 19 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:79: `err_code_from_index' undeclared (first use in this function) |
| | 20 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:79: (Each undeclared identifier is reported only once |
| | 21 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:79: for each function it appears in.) |
| | 22 | /boot/home/libgpg-error-1.6/src/code-from-errno.c: In function `gpg_err_code_from_syserror': |
| | 23 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:95: parse error before `)' |
| | 24 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:95: parse error before `)' |
| | 25 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:95: parse error before `)' |
| | 26 | /boot/home/libgpg-error-1.6/src/code-from-errno.c:106: `err_code_from_index' undeclared (first use in this function) |
| | 27 | make[3]: *** [libgpg_error_la-code-from-errno.lo] Error 1 |
| | 28 | make[3]: Leaving directory `/boot/home/libgpg-error-1.6/src' |
| | 29 | make[2]: *** [all] Error 2 |
| | 30 | make[2]: Leaving directory `/boot/home/libgpg-error-1.6/src' |
| | 31 | make[1]: *** [all-recursive] Error 1 |
| | 32 | make[1]: Leaving directory `/boot/home/libgpg-error-1.6' |
| | 33 | make: *** [all] Error 2 |
| | 34 | ~/libgpg-error-1.6> |
| | 35 | }}} |