#47498: gpsd @3.14: error: redefinition of typedef 'clockid_t' ------------------------+-------------------------- Reporter: valerio@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: snowleopard Port: gpsd | ------------------------+-------------------------- Comment (by ryandesign@…): I suspect the old version of clang included in Xcode 3.2.6 does not know C11 either. You could try installing a newer version of clang from MacPorts (clang-3.4 for example), then building with that: {{{ sudo port install clang-3.4 sudo port clean gpsd sudo port upgrade gpsd configure.compiler=macports-clang-3.4 }}} If you already have a different version of clang installed with MacPorts you could try that. -- Ticket URL: <https://trac.macports.org/ticket/47498#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X