Opened 2 years ago

Last modified 2 years ago

#65265 closed defect

lowdown @1.0.0: error: use of undeclared identifier 'AT_FDCWD' — at Initial Version

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: judaew (Vadym-Valdis Yudaiev)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: lowdown

Description

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

compats.c:2033:12: error: use of undeclared identifier 'AT_FDCWD'
        if (fd != AT_FDCWD) {
                  ^
compats.c:2079:12: error: use of undeclared identifier 'AT_FDCWD'
        if (fd != AT_FDCWD) {
                  ^

The legacysupport 1.1 portgroup can be used to provide the definition of AT_FDCWD.

Change History (0)

Note: See TracTickets for help on using tickets.