Bug#637687: libdcmtk2-dev: Dcmtk headers cause compile failure

2021-11-22 Thread Mathieu Malaterre
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

2011-08-13 Thread Greg Sharp
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