[MacPorts] #38168: Conflicting declarations in tiff and opencv

MacPorts noreply at macports.org
Wed Mar 20 04:57:49 PDT 2013


#38168: Conflicting declarations in tiff and opencv
--------------------------+------------------------
  Reporter:  karo03de@…   |      Owner:  stromnov@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.1.3
Resolution:               |   Keywords:
      Port:  tiff opencv  |
--------------------------+------------------------

Comment (by stromnov@…):

 Changing
 {{{
 typedef int64_t int64;
 typedef uint64_t uint64;
 }}}
 to
 {{{
 typedef long int int64;
 typedef long unsigned int uint64;
 }}}
 is a very bad idea (exceptionally for non-64bit platform).

-- 
Ticket URL: <https://trac.macports.org/ticket/38168#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list