Changes between Initial Version and Version 1 of Ticket #38168
- Timestamp:
- Feb 22, 2013, 5:15:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38168
- Property Owner changed from macports-tickets@… to stromnov@…
- Property Port & removed
-
Ticket #38168 – Description
initial v1 1 1 Compiling 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 : 2 2 3 3 {{{ 4 4 In file included from /opt/local/include/tiffio.h:33, 5 5 from ./CImg.h:286, … … 10 10 /opt/local/include/tiff.h:78: error: conflicting declaration ‘typedef long unsigned int uint64’ 11 11 /opt/local/include/opencv2/core/types_c.h:164: error: ‘uint64’ has a previous declaration as ‘typedef uint64_t uint64’ 12 }}} 12 13 13 14 A workaround would be helpful.