| | 1 | http://www.libtiff.org/ |
| | 2 | |
| | 3 | [[TOC]] |
| | 4 | |
| | 5 | = PortLog: [wiki:media-libs]/tiff = |
| | 6 | |
| | 7 | == version 3.8.2 == |
| | 8 | |
| | 9 | ||R5||untested|| |
| | 10 | ||BONE||untested|| |
| | 11 | ||Haiku||stable|| |
| | 12 | |
| | 13 | Included with Haiku (3.6.1) |
| | 14 | |
| | 15 | {{{ |
| | 16 | ./configure requires updated config.guess, then |
| | 17 | Make fails: |
| | 18 | ~/tiff-3.8.2> makeMaking all in port |
| | 19 | make[1]: Entering directory `/boot/home/tiff-3.8.2/port' |
| | 20 | source='dummy.c' object='dummy.lo' libtool=yes \ |
| | 21 | DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ |
| | 22 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -g -O2 -Wall -W -c -o dummy.lo dummy.c |
| | 23 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -g -O2-Wall -W -c dummy.c -Wp,-MD,.deps/dummy.TPlo -o dummy.o |
| | 24 | /boot/home/tiff-3.8.2/port/dummy.c:9: warning: `libport_dummy_function' definedbut not used |
| | 25 | source='lfind.c' object='lfind.lo' libtool=yes \ |
| | 26 | DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ |
| | 27 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -g -O2 -Wall -W -c -o lfind.lo lfind.c |
| | 28 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -g -O2-Wall -W -c lfind.c -Wp,-MD,.deps/lfind.TPlo -o lfind.o |
| | 29 | /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -o libport.la dummy.lo lfind.lo -lz |
| | 30 | libtool: link: ar cru .libs/libport.a dummy.o lfind.o |
| | 31 | libtool: link: ranlib .libs/libport.a |
| | 32 | libtool: link: creating libport.la |
| | 33 | libtool: link: ( cd ".libs" && rm -f "libport.la" && ln -s "../libport.la" "libport.la" ) |
| | 34 | make[1]: Leaving directory `/boot/home/tiff-3.8.2/port' |
| | 35 | Making all in libtiff |
| | 36 | make[1]: Entering directory `/boot/home/tiff-3.8.2/libtiff' |
| | 37 | /bin/make all-am |
| | 38 | make[2]: Entering directory `/boot/home/tiff-3.8.2/libtiff' |
| | 39 | source='tif_aux.c' object='tif_aux.lo' libtool=yes \ |
| | 40 | DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ |
| | 41 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -Wall -W -c -o tif_aux.lo tif_aux.c |
| | 42 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -Wall -W -c tif_aux.c -Wp,-MD,.deps/tif_aux.TPlo -o tif_aux.o |
| | 43 | In file included from /boot/home/tiff-3.8.2/libtiff/tiffiop.h:54, |
| | 44 | from /boot/home/tiff-3.8.2/libtiff/tif_aux.c:32: |
| | 45 | /boot/develop/headers/posix/search.h:35: conflicting types for `restrict' |
| | 46 | /boot/develop/headers/posix/search.h:35: previous declaration of `restrict' |
| | 47 | make[2]: *** [tif_aux.lo] Error 1 |
| | 48 | make[2]: Leaving directory `/boot/home/tiff-3.8.2/libtiff' |
| | 49 | make[1]: *** [all] Error 2 |
| | 50 | make[1]: Leaving directory `/boot/home/tiff-3.8.2/libtiff' |
| | 51 | make: *** [all-recursive] Error 1 |
| | 52 | ~/tiff-3.8.2> |
| | 53 | }}} |