#41280: tiff @4.0.3_1: redefinition of uint64 ----------------------+-------------------------------- Reporter: mojca@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: tiff | ----------------------+-------------------------------- Comment (by mojca@…): Here's a minimal example to reproduce the problem: {{{ #include <ApplicationServices/ApplicationServices.h> #include <tiffio.h> int main() { return 0; } }}} which fails to compile in the same way: {{{
g++ test.cpp -o test -I/opt/local/include In file included from /opt/local/include/tiffio.h:33, from test.cpp:2: /opt/local/include/tiff.h:78: error: conflicting declaration ‘typedef long unsigned int uint64’ /System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:53: error: ‘uint64’ has a previous declaration as ‘typedef uint64_t uint64’ }}}
-- Ticket URL: <https://trac.macports.org/ticket/41280#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X