-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
Storage - Ra 2022-01-24, Storage - Ra 2022-02-07
-
2
Context
The standalone autoconf and SCons build systems in WiredTiger are being removed, under WT-7598. The aforementioned ticket will be removing paths and scripts related to the old build systems, primarily being 'build_posix' and 'build_win'.
The servers SConscript file depends on accessing theĀ 'build_posix' and 'build_win' paths. This tickets intends to update the SConscript build to remove these dependencies.
Definition of Done
- Remove uses of the 'build_posix' path - Specifically remove the reading of the 'build_posix/aclocal/version-set.m4' version file and replace it with the CMake equivalent 'cmake/configs/version.cmake'.
- Remove 'build_win' from include path on Windows build - Specifically create a new include directory managed by the server.
- is depended on by
-
WT-7598 Remove autoconf & scons build systems
- Closed