Changes between Initial Version and Version 9 of Ticket #13576


Ignore:
Timestamp:
Jan 16, 2009, 12:25:37 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13576

    • Property Cc ryandesign@… mww@… added
    • Property Summary changed from camlimages fails to compile to camlimages 2.2_2 fails to build: 'JCS_RGB' undeclared (first use in this function)
    • Property Milestone changed from to Port Bugs
    • Property Owner changed from macports-tickets@… to reilles@…
    • Property Port camlimages added
  • Ticket #13576 – Description

    initial v9  
    1 For some time now I have not been able to compile camlimages. Under Leopard (installed as upgrade from Tiger) the error shows like this:[[BR]]
     1For some time now I have not been able to compile camlimages. Under Leopard (installed as upgrade from Tiger) the error shows like this:
    22
     3{{{
     4newhost71-069:~ hepi$ sudo port install camlimages
     5--->  Fetching camlimages
     6--->  Verifying checksum(s) for camlimages
     7--->  Extracting camlimages
     8--->  Applying patches to camlimages
     9--->  Configuring camlimages
     10--->  Building camlimages with target all opt
     11Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_camlimages/work/camlimages-2.2" && make all opt " returned error 2
     12Command output: jpegread.c:145: error: 'JCS_RGB' undeclared (first use in this function)
     13jpegread.c:149: warning: implicit declaration of function 'jpeg_start_decompress'
     14jpegread.c:165: error: 'buffer' undeclared (first use in this function)
     15jpegread.c:166: error: 'j_common_ptr' undeclared (first use in this function)
     16jpegread.c:166: error: 'JPOOL_IMAGE' undeclared (first use in this function)
     17jpegread.c:180: warning: implicit declaration of function 'jpeg_read_scanlines'
     18jpegread.c:198: warning: implicit declaration of function 'jpeg_finish_decompress'
     19jpegread.c:81: warning: unused variable 'cinfo'
     20jpegread.c: In function 'jpeg_set_scale_denom':
     21jpegread.c:231: error: dereferencing pointer to incomplete type
     22jpegread.c: In function 'open_jpeg_file_for_read':
     23jpegread.c:261: error: invalid application of 'sizeof' to incomplete type 'struct jpeg_decompress_struct'
     24jpegread.c:274: error: dereferencing pointer to incomplete type
     25jpegread.c:295: error: 'TRUE' undeclared (first use in this function)
     26jpegread.c:299: error: dereferencing pointer to incomplete type
     27jpegread.c:300: error: dereferencing pointer to incomplete type
     28jpegread.c: In function 'open_jpeg_file_for_read_start':
     29jpegread.c:337: error: dereferencing pointer to incomplete type
     30jpegread.c:337: error: 'JCS_RGB' undeclared (first use in this function)
     31jpegread.c:358: error: dereferencing pointer to incomplete type
     32jpegread.c:359: error: dereferencing pointer to incomplete type
     33jpegread.c: In function 'read_jpeg_scanline':
     34jpegread.c:380: error: 'JSAMPROW' undeclared (first use in this function)
     35jpegread.c:380: error: syntax error before 'row'
     36jpegread.c:384: error: 'row' undeclared (first use in this function)
     37jpegread.c: In function 'close_jpeg_file_for_read':
     38jpegread.c:416: error: dereferencing pointer to incomplete type
     39jpegread.c:416: error: dereferencing pointer to incomplete type
     40make[1]: *** [jpegread.o] Error 2
     41make: *** [byt] Error 2
    342
    4 newhost71-069:~ hepi$ sudo port install camlimages[[BR]]
    5 --->  Fetching camlimages[[BR]]
    6 --->  Verifying checksum(s) for camlimages[[BR]]
    7 --->  Extracting camlimages[[BR]]
    8 --->  Applying patches to camlimages[[BR]]
    9 --->  Configuring camlimages[[BR]]
    10 --->  Building camlimages with target all opt[[BR]]
    11 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_camlimages/work/camlimages-2.2" && make all opt " returned error 2[[BR]]
    12 Command output: jpegread.c:145: error: 'JCS_RGB' undeclared (first use in this function)[[BR]]
    13 jpegread.c:149: warning: implicit declaration of function 'jpeg_start_decompress'
    14 jpegread.c:165: error: 'buffer' undeclared (first use in this function)[[BR]]
    15 jpegread.c:166: error: 'j_common_ptr' undeclared (first use in this function)[[BR]]
    16 jpegread.c:166: error: 'JPOOL_IMAGE' undeclared (first use in this function)[[BR]]
    17 jpegread.c:180: warning: implicit declaration of function 'jpeg_read_scanlines'[[BR]]
    18 jpegread.c:198: warning: implicit declaration of function 'jpeg_finish_decompress'[[BR]]
    19 jpegread.c:81: warning: unused variable 'cinfo'[[BR]]
    20 jpegread.c: In function 'jpeg_set_scale_denom':[[BR]]
    21 jpegread.c:231: error: dereferencing pointer to incomplete type[[BR]]
    22 jpegread.c: In function 'open_jpeg_file_for_read':[[BR]]
    23 jpegread.c:261: error: invalid application of 'sizeof' to incomplete type 'struct jpeg_decompress_struct' [[BR]]
    24 jpegread.c:274: error: dereferencing pointer to incomplete type[[BR]]
    25 jpegread.c:295: error: 'TRUE' undeclared (first use in this function)[[BR]]
    26 jpegread.c:299: error: dereferencing pointer to incomplete type[[BR]]
    27 jpegread.c:300: error: dereferencing pointer to incomplete type[[BR]]
    28 jpegread.c: In function 'open_jpeg_file_for_read_start':[[BR]]
    29 jpegread.c:337: error: dereferencing pointer to incomplete type[[BR]]
    30 jpegread.c:337: error: 'JCS_RGB' undeclared (first use in this function)[[BR]]
    31 jpegread.c:358: error: dereferencing pointer to incomplete type[[BR]]
    32 jpegread.c:359: error: dereferencing pointer to incomplete type[[BR]]
    33 jpegread.c: In function 'read_jpeg_scanline':[[BR]]
    34 jpegread.c:380: error: 'JSAMPROW' undeclared (first use in this function)[[BR]]
    35 jpegread.c:380: error: syntax error before 'row'[[BR]]
    36 jpegread.c:384: error: 'row' undeclared (first use in this function)[[BR]]
    37 jpegread.c: In function 'close_jpeg_file_for_read':[[BR]]
    38 jpegread.c:416: error: dereferencing pointer to incomplete type[[BR]]
    39 jpegread.c:416: error: dereferencing pointer to incomplete type[[BR]]
    40 make[1]: *** [jpegread.o] Error 2[[BR]]
    41 make: *** [byt] Error 2[[BR]]
    42 
    43 Error: Status 1 encountered during processing.[[BR]]
     43Error: Status 1 encountered during processing.
     44}}}