Bug#637687: libdcmtk2-dev: Dcmtk headers cause compile failure
Control: fixed -1 3.6.6-2 A side effect of compiling DCMTK with:DCMTK_ENABLE_STL:BOOL=ON seems to have solved that issue. Closing a 10 years old bug :)
Bug#637687: libdcmtk2-dev: Dcmtk headers cause compile failure
Package: libdcmtk2-dev Version: 3.6.0-7 Severity: normal This possibly my misunderstanding, but it seems that DCMTK headers in debian cannot easily be used for development. The following test program fails: #include "dcmtk/config/osconfig.h" #include "dcmtk/ofstd/ofstream.h" int main () { } Wit