Changes between Initial Version and Version 2 of Ticket #69928
- Timestamp:
- May 6, 2024, 9:50:41 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69928
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
Compiling hdf5 with gcc13
tohdf5 @1.14.4.2_1+cxx+fortran+gcc13+hl: error: 'PATH_MAX' undeclared (first use in this function)
-
Property
Version
changed from
to
2.9.3
- Property Owner set to eborisch
- Property Port hdf5 added
-
Property
Status
changed from
-
Ticket #69928 – Description
initial v2 2 2 3 3 I tried to install hdf5 port with: 4 {{{ 4 5 sudo port -v install hdf5 +gcc13 6 }}} 5 7 6 8 And it aborts with an error: … … 13 15 make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdf5/hdf5/work/hdf5-1.14.4.2/src' 14 16 make[1]: *** [all] Error 2 15 16 17 }}} 17 18 … … 21 22 moving to the directory: 22 23 24 {{{ 23 25 cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdf5/hdf5/work/hdf5-1.14.4.2 26 }}} 24 27 25 28 and trying to compile: 26 29 30 {{{ 27 31 make 28 32 }}} 33 29 34 Give-me the error: 30 35 … … 58 63 59 64 60 If complaints about this PATH_MAXdefinition.65 If complaints about this `PATH_MAX` definition. 61 66 Do you have any suggestions? I was able to compile it with gcc12 62 67