Opened 2 years ago

Last modified 13 months ago

#64966 assigned defect

py38-pypostal @1.1: error: implicit declaration of function 'PyInt_FromLong' is invalid in C99

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: amake (Aaron Madlon-Kay)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: py-pypostal

Description

https://build.macports.org/builders/ports-11_arm64-builder/builds/50540/steps/install-port/logs/stdio

postal/pynormalize.c:99:35: error: implicit declaration of function 'PyInt_FromLong' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        PyObject *py_token_type = PyInt_FromLong(normalized_token.token.type);
                                  ^

Change History (1)

Note: See TracTickets for help on using tickets.