| 13 | | === work-in-progress (scottmc) - [Haiku] === |
| 14 | | |
| 15 | | {{{ |
| 16 | | Fails make: |
| 17 | | ~/libpng-1.2.28> make/bin/make all-am |
| 18 | | make[1]: Entering directory `/boot/home/libpng-1.2.28' |
| 19 | | source='png.c' object='libpng12_la-png.lo' libtool=yes \ |
| 20 | | DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \ |
| 21 | | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -g -O2 -c -o libpng12_la-png.lo `test -f 'png.c' || echo './'`png.c |
| 22 | | ./libtool: line 1: X--tag=CC: command not found |
| 23 | | ./libtool: line 869: libtool: ignoring unknown tag : command not found |
| 24 | | ./libtool: line 1: X--mode=compile: command not found |
| 25 | | ./libtool: line 1002: *** Warning: inferring the mode of operation is deprecated.: command not found |
| 26 | | ./libtool: line 1003: *** Future versions of Libtool will require --mode=MODE be specified.: command not found |
| 27 | | ./libtool: line 1: Xgcc: command not found |
| 28 | | ./libtool: line 1: X-DHAVE_CONFIG_H: command not found |
| 29 | | ./libtool: line 1: X-I.: command not found |
| 30 | | ./libtool: line 1: X-DPNG_CONFIGURE_LIBPNG: command not found |
| 31 | | ./libtool: line 1: X-g: command not found |
| 32 | | ./libtool: line 1: X-O2: command not found |
| 33 | | ./libtool: line 1: X-c: command not found |
| 34 | | ./libtool: line 1: Xpng.c: command not found |
| 35 | | ./libtool: line 1: Xlibpng12_la-png.lo: command not found |
| 36 | | ./libtool: line 1202: libtool: compile: cannot determine name of library object from `': command not found |
| 37 | | make[1]: *** [libpng12_la-png.lo] Error 1 |
| 38 | | make[1]: Leaving directory `/boot/home/libpng-1.2.28' |
| 39 | | make: *** [all] Error 2 |
| 40 | | ~/libpng-1.2.28> |
| 41 | | }}} |
| 42 | | |
| 43 | | Running {{{./autogen.sh}}} fixes this. Compiles and installs okay, passes all tests. --andreasf |
| | 13 | Need to run ./autogen.sh. Compiles and installs okay, passes all tests. --andreasf |