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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 5 and Version 6 of media-libs/tiff


Ignore:
Timestamp:
06/16/08 14:38:30 (7 years ago)
Author:
scottmc
Comment:

update build notes after the haiku 2262 fix

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/tiff

    v5 v6  
    1111||Haiku||broken|| 
    1212 
    13 Fails to build, related to [http://dev.haiku-os.org/ticket/2262 Haiku ticket #2262] 
     13After [http://dev.haiku-os.org/ticket/2262 Haiku ticket #2262] was fixed, it now fails in make: 
     14{{{ 
     15~/tiff-4.0.0beta2> make 
     16Making all in port 
     17make[1]: Entering directory `/boot/home/tiff-4.0.0beta2/port' 
     18make[1]: Nothing to be done for `all'. 
     19make[1]: Leaving directory `/boot/home/tiff-4.0.0beta2/port' 
     20Making all in libtiff 
     21make[1]: Entering directory `/boot/home/tiff-4.0.0beta2/libtiff' 
     22/bin/make  all-am 
     23make[2]: Entering directory `/boot/home/tiff-4.0.0beta2/libtiff' 
     24source='tif_stream.cxx' object='tif_stream.lo' libtool=yes \ 
     25        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     26        /bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.     -g -O2 -c -o tif_stream.lo tif_stream.cxx 
     27libtool: compile:  g++ -DHAVE_CONFIG_H -I. -g -O2 -c tif_stream.cxx -Wp,-MD,.deps/tif_stream.TPlo -o tif_stream.o/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:101: syntax error before `;' 
     28/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:102: ANSI C++ forbids declaration `tiffis_data' with no type 
     29/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:107: syntax error before `;' 
     30/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:108: ANSI C++ forbids declaration `tiffos_data' with no type 
     31/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx: In function `tmsize_t _tiffosWriteProc(void *, void *, long int)': 
     32/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:136: `pos_type' is not a member of type `ios' 
     33/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:136: parse error before `=' 
     34/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:145: `pos' undeclared (first use this function) 
     35/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:145: (Each undeclared identifier is reported only once 
     36/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:145: for each function it appears in.) 
     37/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx: In function `uint64 _tiffosSeekProc(void *, long long unsigned int, int)': 
     38/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:168: `struct tiffos_data' has no member named `start_pos' 
     39/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:171: `off_type' is not a member of type `ios' 
     40/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:171: parse error before `=' 
     41/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:172: `offset' undeclared (first use this function) 
     42/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:181: `off_type' is not a member of type `ios' 
     43/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:181: parse error before `=' 
     44/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:191: `off_type' is not a member of type `ios' 
     45/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:191: parse error before `=' 
     46/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:210: `pos_type' is not a member of type `ios' 
     47/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:210: parse error before `;' 
     48/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:218: `origin' undeclared (first use this function) 
     49/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:218: `struct tiffos_data' has no member named `start_pos' 
     50/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:232: `struct tiffos_data' has no member named `start_pos' 
     51/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx: In function `uint64 _tiffisSeekProc(void *, long long unsigned int, int)': 
     52/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:261: `struct tiffis_data' has no member named `start_pos' 
     53/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:264: `off_type' is not a member of type `ios' 
     54/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:264: parse error before `=' 
     55/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:274: `off_type' is not a member of type `ios' 
     56/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:274: parse error before `=' 
     57/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:284: `off_type' is not a member of type `ios' 
     58/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:284: parse error before `=' 
     59/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:293: `struct tiffis_data' has no member named `start_pos' 
     60/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx: In function `uint64 _tiffosSizeProc(void *)': 
     61/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:301: `pos_type' is not a member of type `ios' 
     62/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:301: parse error before `=' 
     63/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:302: `pos_type' is not a member of type `ios' 
     64/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:302: parse error before `;' 
     65/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:305: `len' undeclared (first use this function) 
     66/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx: In function `uint64 _tiffisSizeProc(void *)': 
     67/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:315: `pos_type' is not a member of type `ios' 
     68/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:315: parse error before `=' 
     69/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:316: `pos_type' is not a member of type `ios' 
     70/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:316: parse error before `;' 
     71/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx: In function `struct TIFF * _tiffStreamOpen(const char *, const char *, void *)': 
     72/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:363: `struct tiffos_data' has no member named `start_pos' 
     73/boot/home/tiff-4.0.0beta2/libtiff/tif_stream.cxx:378: `struct tiffis_data' has no member named `start_pos' 
     74make[2]: *** [tif_stream.lo] Error 1 
     75make[2]: Leaving directory `/boot/home/tiff-4.0.0beta2/libtiff' 
     76make[1]: *** [all] Error 2 
     77make[1]: Leaving directory `/boot/home/tiff-4.0.0beta2/libtiff' 
     78make: *** [all-recursive] Error 1 
     79~/tiff-4.0.0beta2>   
     80}}} 
     81 
    1482 
    1583== version 3.8.2 == 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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