Actions
Bug #941
closedDCMTK cannot be compiled on WSL2 (Windows Subsystem for Linux)
Start date:
2020-08-21
Due date:
% Done:
0%
Estimated time:
Module:
config
Operating System:
Compiler:
Description
On WSL2 (Windows Subsystem for Linux), which is available starting with Windows 10 2004,
the building of DCMTK using cmake and gcc 9.3.0 fails due to a runtime error in "arith.cc", which is compiled and executed during the cmake phase.
The problem is apparently located in function test_snan(). It seems that the signal raised in that function is not caught and leads to an abort of the program.
Issue reported 2020-08-10 by Arturas Aleksandrauskas <Arturas.Aleksandrauskas@contextvision.se>.
Updated by Michael Onken about 1 year ago
Meanwhile WSL2 can be used to compile DCMTK since the arith.h/cc has been removed with commit eeb7f7 (and last residuals with 867ec0).
Updated by Michael Onken about 1 year ago
- Status changed from New to Closed
- Assignee changed from Jan Schlamelcher to Michael Onken
Actions