Opened 2 years ago

Closed 11 months ago

#65101 closed defect (fixed)

xdmf @3.0.0: error: typedef redefinition with different types ('int' vs 'int64_t' (aka 'long long'))

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: xdmf

Description

https://build.macports.org/builders/ports-12_x86_64-builder/builds/27826/steps/install-port/logs/stdio

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_xdmf/xdmf/work/xdmf-3.0.0/core/XdmfHDF5Controller.hpp:36:17: error: typedef redefinition with different types ('int' vs 'int64_t' (aka 'long long'))
    typedef int hid_t;
                ^
/opt/local/include/H5Ipublic.h:61:17: note: previous definition is here
typedef int64_t hid_t;
                ^

Change History (2)

comment:2 Changed 11 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.