Actions
Bug #4296
closedXcode >= 9.0 triggers -Wundefined-func-template warnings/errors in boost headers
Start date:
Due date:
% Done:
100%
Estimated time:
Description
It can cause spurious failures.
Updated by Davide Pesavento about 7 years ago
- Related to Bug #4157: ndnsec-export: confusing error message when getpass is unavailable added
Updated by Davide Pesavento about 7 years ago
- Related to Bug #2419: wscript misdetects availability of functions for conditional compilation (getpass, setegid, ...) added
Updated by Davide Pesavento about 7 years ago
- Related to Bug #3494: Detection of privilege drop/elevation is broken added
Updated by Alex Afanasyev about 7 years ago
Hmm... I though this has been fixed long ago. At least I remember I was fighting this in some of the wscript (may be NFD?).
Updated by Davide Pesavento about 7 years ago
Alex Afanasyev wrote:
Hmm... I though this has been fixed long ago. At least I remember I was fighting this in some of the wscript (may be NFD?).
It is definitely still a problem in ndn-cxx, the combination of -Werror
and -Wundefined-func-template
is causing a configure error on macOS with the newly-released Xcode 9.0.
Updated by Alex Afanasyev about 7 years ago
- Status changed from New to Code review
- Assignee set to Alex Afanasyev
Updated by Davide Pesavento about 7 years ago
- Status changed from Code review to Closed
- Target version set to v0.6
- % Done changed from 0 to 100
Updated by Davide Pesavento almost 6 years ago
- Related to deleted (Bug #4157: ndnsec-export: confusing error message when getpass is unavailable)
Updated by Davide Pesavento almost 6 years ago
- Subject changed from Don't pass -Werror to the compiler when checking dependencies to Xcode >= 9.0 triggers -Wundefined-func-template warnings/errors in boost headers
Updated by Davide Pesavento almost 6 years ago
- Related to Bug #4790: -Wextra-semi and -Wundefined-func-template cause build warnings/errors on FreeBSD added
Actions