Project

General

Profile

Actions

Bug #662

open

Inconsistent use of configure options/macros: with/without vs. enable/disable

Added by Jörg Riesmeier almost 10 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2015-09-17
Due date:
% Done:

0%

Estimated time:
Module:
Operating System:
Compiler:

Description

The following configure options (Autoconf), which enable/disable an optional feature

  --enable-threads=TYPE   compile with MT support (posix/solaris/auto=default)
  --disable-threads       compile without MT support

are mapped to the macro WITH_THREADS (instead of ENABLE_THREADS). The CMake option is even called DCMTK_WITH_THREADS (although it enables a feature and not an external package).

Also the naming convention of the C++11 option/macro is not consistent with the rest of the DCMTK: e.g. the CMake variable/option is called DCMTK_USE_CXX11_STL.


Related issues 1 (0 open1 closed)

Related to DCMTK - Support #629: Enhance documentation for DCMTK_USE_CXX11_STL in INSTALL and config/docs/macros.txtClosedJan Schlamelcher2015-04-16

Actions
Actions #1

Updated by Marco Eichelberg over 8 years ago

  • Target version changed from 3.6.1+ to 3.6.3
Actions #2

Updated by Jan Schlamelcher over 7 years ago

  • Target version changed from 3.6.3 to 3.6.6
Actions #3

Updated by Michael Onken over 5 years ago

  • Target version deleted (3.6.6)
Actions

Also available in: Atom PDF