| 1 | | |
| | 1 | * cp /boot/common/share/libtool/config/config.guess . |
| | 2 | * cp /boot/common/share/libtool/config/config.sub . |
| | 3 | * libtoolize --force --copy |
| | 4 | * aclocal |
| | 5 | * automake |
| | 6 | * add AC_CHECK_LIB(socket,network) after AC_CHECK_LIB(socket,socket) in configure.in |
| | 7 | * autoconf |
| | 8 | * ./configure --prefix=/boot/common |
| | 9 | * make |
| | 10 | |
| | 11 | make fails: |
| | 12 | |
| | 13 | {{{ |
| | 14 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `_dbus_init_system_log': |
| | 15 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: warning: implicit declaration of function `openlog' |
| | 16 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: `LOG_PID' undeclared (first use in this function) |
| | 17 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: (Each undeclared identifier is reported only once |
| | 18 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: for each function it appears in.) |
| | 19 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: `LOG_DAEMON' undeclared (first use in this function) |
| | 20 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `_dbus_log_info': |
| | 21 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:470: warning: implicit declaration of function `vsyslog' |
| | 22 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:470: `LOG_DAEMON' undeclared (first use in this function) |
| | 23 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:470: `LOG_NOTICE' undeclared (first use in this function) |
| | 24 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `_dbus_log_security': |
| | 25 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:483: `LOG_AUTH' undeclared (first use in this function) |
| | 26 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:483: `LOG_NOTICE' undeclared (first use in this function) |
| | 27 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `string_squash_nonprintable': |
| | 28 | /boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:1147: warning: comparison is always false due to limited range of data type |
| | 29 | make[3]: *** [dbus-sysdeps-util-unix.lo] Error 1 |
| | 30 | make[3]: Leaving directory `/boot/home/dbus-1.2.10/dbus' |
| | 31 | make[2]: *** [all] Error 2 |
| | 32 | make[2]: Leaving directory `/boot/home/dbus-1.2.10/dbus' |
| | 33 | make[1]: *** [all-recursive] Error 1 |
| | 34 | make[1]: Leaving directory `/boot/home/dbus-1.2.10' |
| | 35 | make: *** [all] Error 2 |
| | 36 | ~/dbus-1.2.10> |
| | 37 | |
| | 38 | }}}\ |