Changes between Initial Version and Version 2 of Ticket #72693
- Timestamp:
- Jul 15, 2025, 7:21:29 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72693 – Description
initial v2 2 2 3 3 I'm not sure what is the root cause. There are some warnings which may be contributing: 4 4 {{{ 5 5 :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gdb/gdb/work/gdb-15.1/zlib/gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 6 6 :info:build 534 | const char * ZEXPORT gzerror(file, errnum) 7 7 :info:build | ^ 8 8 }}} 9 {{{ 9 10 :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gdb/gdb/work/gdb-15.1/zlib/zutil.c:10: 10 11 :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gdb/gdb/work/gdb-15.1/zlib/gzguts.h:21: … … 13 14 :info:build 318 | FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); 14 15 :info:build | ^ 16 }}}
