Search found 3 matches

by jap1968
Fri, 2005-07-08, 13:09
Forum: DCMTK - Installation
Topic: Compiling DCMTK on x86_64
Replies: 11
Views: 18423

HAVE_POINTER_TYPE_PTHREAD_T

Hi again, I have just compiled the cvs version (20050707) with this modification, according to Jörg proposal. It compiles ok with gcc4. There are something wrong in the makefile and the compilation process gets caught on a infinite loop (but this is a different problem). ofthread.cc, lines 226 to 23...
by jap1968
Thu, 2005-07-07, 13:29
Forum: DCMTK - Installation
Topic: Compiling DCMTK on x86_64
Replies: 11
Views: 18423

Found a temporal solution

The origin of the problem seems to be a 64bit size of pointer on x86_64 architecture. The error is due to a macro related to type casting: OFreinterpret_cast(...) This macro is defined in 'ofstd/include/ofcast.h' And in particular those lines (lines 51 to 55) #ifdef HAVE_REINTERPRET_CAST #define OFr...
by jap1968
Thu, 2005-07-07, 10:39
Forum: DCMTK - Installation
Topic: Compiling DCMTK on x86_64
Replies: 11
Views: 18423

Compiling DCMTK on x86_64

Hi there, I am having problems when trying to compile DCMTK on a new machine. I have compiled previously on several other machines with no (or almost no) problems, but this time, there are a lot of new things, and I am unable to solve the problem. My environment: OS: Linux Fedora Core 4 - x86_64 gcc...