| 15 | | Here's the configure and make output, seems to have an issue with a non-existant 'sys/errno.h' file |
| 16 | | |
| 17 | | {{{ |
| 18 | | ~/wput-0.6.1> ./configure |
| 19 | | Debug Information enabled |
| 20 | | checking for gcc... gcc |
| 21 | | checking for C compiler default output file name... conftest |
| 22 | | checking whether the C compiler works... yes |
| 23 | | checking whether we are cross compiling... no |
| 24 | | checking for suffix of executables... |
| 25 | | checking for suffix of object files... o |
| 26 | | checking whether we are using the GNU C compiler... yes |
| 27 | | checking whether gcc accepts -g... yes |
| 28 | | checking for gcc option to accept ISO C89... none needed |
| 29 | | checking how to run the C preprocessor... gcc -E |
| 30 | | checking for grep that handles long lines and -e... /bin/grep |
| 31 | | checking for egrep... /bin/grep -E |
| 32 | | checking for ANSI C header files... yes |
| 33 | | checking for sys/types.h... yes |
| 34 | | checking for sys/stat.h... yes |
| 35 | | checking for stdlib.h... yes |
| 36 | | checking for string.h... yes |
| 37 | | checking for memory.h... yes |
| 38 | | checking for strings.h... yes |
| 39 | | checking for inttypes.h... yes |
| 40 | | checking for stdint.h... yes |
| 41 | | checking for unistd.h... yes |
| 42 | | checking sys/ioctl.h usability... yes |
| 43 | | checking sys/ioctl.h presence... yes |
| 44 | | checking for sys/ioctl.h... yes |
| 45 | | checking sys/termio.h usability... no |
| 46 | | checking sys/termio.h presence... no |
| 47 | | checking for sys/termio.h... no |
| 48 | | checking termio.h usability... no |
| 49 | | checking termio.h presence... no |
| 50 | | checking for termio.h... no |
| 51 | | checking sys/winsize.h usability... no |
| 52 | | checking sys/winsize.h presence... no |
| 53 | | checking for sys/winsize.h... no |
| 54 | | checking locale.h usability... yes |
| 55 | | checking locale.h presence... yes |
| 56 | | checking for locale.h... yes |
| 57 | | checking libintl.h usability... no |
| 58 | | checking libintl.h presence... no |
| 59 | | checking for libintl.h... no |
| 60 | | checking getopt.h usability... yes |
| 61 | | checking getopt.h presence... yes |
| 62 | | checking for getopt.h... yes |
| 63 | | checking for library containing getopt_long... none required |
| 64 | | checking whether make sets $(MAKE)... yes |
| 65 | | checking for a BSD-compatible install... /bin/install -c |
| 66 | | checking whether NLS is requested... yes |
| 67 | | checking for msgfmt... no |
| 68 | | checking for gmsgfmt... : |
| 69 | | checking for xgettext... no |
| 70 | | checking for msgmerge... no |
| 71 | | checking build system type... i586-pc-haiku |
| 72 | | checking host system type... i586-pc-haiku |
| 73 | | checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| 74 | | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU |
| 75 | | ld... yes |
| 76 | | checking for shared library run path origin... done |
| 77 | | checking whether NLS is requested... yes |
| 78 | | checking for GNU gettext in libc... no |
| 79 | | checking for iconv... no, consider installing GNU libiconv |
| 80 | | checking for GNU gettext in libintl... no |
| 81 | | checking whether to use NLS... no |
| 82 | | checking for GNUTLS includes... "" |
| 83 | | checking gnutls/gnutls.h, usability... no |
| 84 | | checking gnutls/gnutls.h, presence... no |
| 85 | | checking for gnutls/gnutls.h,... no |
| 86 | | checking gnutls/openssl.h usability... no |
| 87 | | checking gnutls/openssl.h presence... no |
| 88 | | checking for gnutls/openssl.h... no |
| 89 | | checking for GNUTLS libraries... no |
| 90 | | checking for long long... yes |
| 91 | | checking for unsigned long long... yes |
| 92 | | checking for int... yes |
| 93 | | checking size of int... 4 |
| 94 | | checking for short... yes |
| 95 | | checking size of short... 2 |
| 96 | | configure: creating ./config.status |
| 97 | | config.status: creating Makefile |
| 98 | | config.status: creating src/Makefile |
| 99 | | config.status: creating po/Makefile.in |
| 100 | | config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir set |
| 101 | | ting |
| 102 | | config.status: creating src/config.h |
| 103 | | config.status: executing default-1 commands |
| 104 | | config.status: creating po/POTFILES |
| 105 | | config.status: creating po/Makefile |
| 106 | | ~/wput-0.6.1> make |
| 107 | | cd po && make all |
| 108 | | make[1]: Entering directory `/boot/home/wput-0.6.1/po' |
| 109 | | make[1]: Nothing to be done for `all'. |
| 110 | | make[1]: Leaving directory `/boot/home/wput-0.6.1/po' |
| 111 | | cd src && make all |
| 112 | | make[1]: Entering directory `/boot/home/wput-0.6.1/src' |
| 113 | | gcc -Wall -g -DLOCALEDIR=\"/usr/local/share/locale\" -c -o wput.o wput.c |
| 114 | | In file included from /boot/home/wput-0.6.1/src/wput.c:29: |
| 115 | | /boot/home/wput-0.6.1/src/wput.h:21: sys/errno.h: No such file or directory |
| 116 | | make[1]: *** [wput.o] Error 1 |
| 117 | | make[1]: Leaving directory `/boot/home/wput-0.6.1/src' |
| 118 | | make: *** [all] Error 2 |
| 119 | | ~/wput-0.6.1> |
| 120 | | }}} |
| | 19 | Apply patch (coming soon), then run: |
| | 20 | * aclocal |
| | 21 | * libtoolize --force |
| | 22 | * automake --add-missing |
| | 23 | * autoconf |
| | 24 | * ./configure --prefix=/boot/common |
| | 25 | * make |
| | 26 | * make install |