HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of media-libs/tiff


Ignore:
Timestamp:
05/02/08 16:05:19 (7 years ago)
Author:
scottmc
Comment:

intial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/tiff

    v1 v1  
     1http://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 
     13Included with Haiku (3.6.1) 
     14 
     15{{{  
     16./configure requires updated config.guess, then 
     17Make fails: 
     18~/tiff-3.8.2> makeMaking all in port 
     19make[1]: Entering directory `/boot/home/tiff-3.8.2/port' 
     20source='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 
     23libtool: 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 
     25source='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 
     28libtool: 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  
     30libtool: link: ar cru .libs/libport.a  dummy.o lfind.o 
     31libtool: link: ranlib .libs/libport.a 
     32libtool: link: creating libport.la 
     33libtool: link: ( cd ".libs" && rm -f "libport.la" && ln -s "../libport.la" "libport.la" ) 
     34make[1]: Leaving directory `/boot/home/tiff-3.8.2/port' 
     35Making all in libtiff 
     36make[1]: Entering directory `/boot/home/tiff-3.8.2/libtiff' 
     37/bin/make  all-am 
     38make[2]: Entering directory `/boot/home/tiff-3.8.2/libtiff' 
     39source='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 
     42libtool: 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 
     43In 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' 
     47make[2]: *** [tif_aux.lo] Error 1 
     48make[2]: Leaving directory `/boot/home/tiff-3.8.2/libtiff' 
     49make[1]: *** [all] Error 2 
     50make[1]: Leaving directory `/boot/home/tiff-3.8.2/libtiff' 
     51make: *** [all-recursive] Error 1 
     52~/tiff-3.8.2> 
     53}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/