Some symbols are missing from the libbitcoinconsensus DLL, because it
expects the preprocessor DLL_EXPORT symbol to be defined, but it is
defined by libtool only.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING99c02dd8892d: [CMAKE] Fix DLL exports
rABC99c02dd8892d: [CMAKE] Fix DLL exports
cmake -GNinja .. \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win64.cmake \ -DBUILD_BITCOIN_SEEDER=OFF ninja
Use a DLL inspection tool to verify that the bitcoinconsensus_*
symbols are exported (checked with Dependency Walker
http://www.dependencywalker.com/ on windows).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_dll_export
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8745 Build 15474: Default Diff Build & Tests Build 15473: arc lint + arc unit