Search found 1 match

by SWSWDCM
Tue, 2022-11-08, 13:06
Forum: DCMTK - Installation
Topic: #define ssize_t long causes error with other library - how to proceed safely?
Replies: 2
Views: 5619

#define ssize_t long causes error with other library - how to proceed safely?

I am using dcmtk 3.6.7 in combination with another library called hdf5. I describe my problem here: https://stackoverflow.com/q/74337792/8735401 . TLDR: because of #define ssize_t long in /include/dcmtk/config/osconfig.h, the following typedef inside hdf5: typedef long long ssize_t; fails. Thus my q...