Search found 2 matches

by krebs
Fri, 2006-09-08, 11:21
Forum: DCMTK - General
Topic: Error: DCMTK needs stringstream or strstream type
Replies: 7
Views: 11082

Thanks for your advices, but they did not change the error messages of the compiler indicating problems with osconfig.h .

What really made the difference was adding

-DHAVE_CONFIG_H

into the compiler options. Then worked and works.
by krebs
Wed, 2006-09-06, 12:12
Forum: DCMTK - General
Topic: Error: DCMTK needs stringstream or strstream type
Replies: 7
Views: 11082

#error DCMTK needs stringstream or strstream type

The error message you see indicates that neither HAVE_SSTREAM nor HAVE_STRSTREAM are defined in cfunix.h, which would mean that something has gone severely wrong with the configure process. Re-run DCMTK's configure script, check for errors and inspect the cfunix.h header file that is produces by th...