Search found 4 matches

by sandres
Thu, 2004-12-23, 20:08
Forum: DCMTK - Installation
Topic: compilation with dcmtk
Replies: 10
Views: 15709

I tested your code, and it compiles. The problem is when I use the Makefile generated by CMake. In this file the dcmtk include dirs are defined as: SET(DCMTK_INCLUDE_DIRECTORIES ${DCMTK_PATH}/config/include ${DCMTK_PATH}/dcmdata/include ${DCMTK_PATH}/dcmimgle/include ${DCMTK_PATH}/ofstd/include ) IN...
by sandres
Thu, 2004-12-23, 13:02
Forum: DCMTK - Installation
Topic: compilation with dcmtk
Replies: 10
Views: 15709

compilation with dcmtk

Do you have a minimum example (source file plus makefile) that reproduces the error? The makefile for my library is generated by CMake program. It is included at the end. Thanks! Sergio. The source code where the error occurs is: #include <itksys/Directory.hxx> #include <itksys/SystemTools.hxx> #in...
by sandres
Thu, 2004-12-23, 11:11
Forum: DCMTK - Installation
Topic: compilation with dcmtk
Replies: 10
Views: 15709

compilation with dcmtk

My compiler version is gcc 3.3.3. These errors occur when I compile my own library, which uses dcmtk. I set --enable-std-includes for configure. I added #include <osconfig.h> in my .cpp file, but the same errors come up. The first message is the following (as an example): /home/cv/sordas/sandres/dcm...
by sandres
Wed, 2004-12-22, 18:30
Forum: DCMTK - Installation
Topic: compilation with dcmtk
Replies: 10
Views: 15709

compilation with dcmtk

Hi all, I am trying to compile my own library, which uses dcmtk, on Linux. I got the following error message and I do not understand what it means: "/home/cv/sordas/sandres/dcmtk-3.5.3/ofstd/include/ofstream.h:76:2: #error DCMTK needs stringstream or strstream type" I built the dcmtk libra...