Changes between Initial Version and Version 1 of Ticket #38168


Ignore:
Timestamp:
Feb 22, 2013, 5:15:55 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38168

    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Port & removed
  • Ticket #38168 – Description

    initial v1  
    11Compiling a program (gmic from gmic.scourceforge.net) using libtiff AND opencv throws errors concerning conflicting declarations. The error occurs since upgrade to MacPorts 2.1.3 :
    22
    3 
     3{{{
    44In file included from /opt/local/include/tiffio.h:33,
    55                 from ./CImg.h:286,
     
    1010/opt/local/include/tiff.h:78: error: conflicting declaration ‘typedef long unsigned int uint64’
    1111/opt/local/include/opencv2/core/types_c.h:164: error: ‘uint64’ has a previous declaration as ‘typedef uint64_t uint64’
     12}}}
    1213
    1314A workaround would be helpful.