Search found 2 matches

by Vivian_Li
Mon, 2017-09-11, 04:05
Forum: DCMTK - General
Topic: dcmtk 3.6.2 build error with AIX xlC 12
Replies: 4
Views: 3718

Re: dcmtk 3.6.2 build error with AIX xlC 12

Thank you for the replies. 1. xlc doesn't support C++11, so I disable it when do build configuration. 2. The error is xlc compiler issue, but AIX doesn't want to fix it. Besides, add “public:" doesn't make compile work. Is there any easy way to fix that error? Or any suggestion to bypass such p...
by Vivian_Li
Fri, 2017-09-08, 02:17
Forum: DCMTK - General
Topic: dcmtk 3.6.2 build error with AIX xlC 12
Replies: 4
Views: 3718

dcmtk 3.6.2 build error with AIX xlC 12

Hi, I'm migrating old dcmtk codes to the latest version 3.6.2. The old dcmtk can be built with xlC 12, but when build the new one, i got losts of error. Seems dcmtk 3.6.2 adds some new things to support C++11 which is not supported by xlC. And i have no clue how to avoid this error by changing dcmtk...