Due to a missing definition with the Xenial Qt version, ordering of the
headers in apptests.cpp end up being significant.
This only occurs when building with autotools, as CMake does adds the
missing definition (on the command line on through a generated header,
depending on the version).
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING3e0aed9fe2ee: Fix apptest build failure on Xenial
rABC3e0aed9fe2ee: Fix apptest build failure on Xenial
On Ubuntu Xenial:
make
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Note to reviewers: I tested reversing the ordering on core and they exhibit the same issue.