#68393 closed defect (worksforme)

py311-netcdf4: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]

Reported by: mf2k (Frank Schima) Owned by: jswhit (Jeff Whitaker)
Priority: Normal Milestone:
Component: ports Version: 2.8.99
Keywords: Cc: Dave-Allured (Dave Allured)
Port: py-netcdf4

Description

Running Xcode 15.

Error appears to be:

:info:build src/netCDF4/_netCDF4.c:87082:3: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
:info:build   import_array();
:info:build   ^~~~~~~~~~~~~~

Attachments (1)

main.log (113.4 KB) - added by mf2k (Frank Schima) 12 months ago.

Download all attachments as: .zip

Change History (4)

Changed 12 months ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 12 months ago by mf2k (Frank Schima)

This builds just fine with Xcode 15.1 beta and fixing gcc13 to use ld instead of ld_classic.

comment:2 Changed 11 months ago by Dave-Allured (Dave Allured)

Cc: Dave-Allured added

comment:3 Changed 10 months ago by mf2k (Frank Schima)

Resolution: worksforme
Status: assignedclosed

Builds fine with Xcode 15.1 release.

Note: See TracTickets for help on using tickets.