Search found 50 matches

by gzhang
Mon, 2016-02-08, 14:42
Forum: DCMTK - Installation
Topic: External libs with mingw
Replies: 6
Views: 8424

External libs with mingw

Hi, I am using a MinGW compiler suite on Windows with prepared external libs (OpenSSL, zlib, libtiff, libpng and libxml2) in place. However, CMake wasn't able to pick them up even if they are on the system search paths (CPATH, LIBRARY_PATH, etc). Even more, if I chose to specify the paths explicitly...
by gzhang
Wed, 2015-09-02, 13:52
Forum: DCMTK - Installation
Topic: Install/compile with mingw32
Replies: 6
Views: 9236

Re: Install/compile with mingw32

thanks Jan for sharing your "experiences" :) It confirms my feeling as well. Here's another piece of information if useful: the current release dcmtk-3.6.0 as well as the snapshot dated on 20140731 have no problem with the classical MinGW at the step of CMake, but still have problems durin...
by gzhang
Wed, 2015-09-02, 12:27
Forum: DCMTK - Installation
Topic: Install/compile with mingw32
Replies: 6
Views: 9236

Re: Install/compile with mingw32

Adding "#include <float.h>" to the very beginning of the file doesn't really help :( I've checked the "mingw". The "_fpreset" is indeed defined in "mingw/include/float.h" as void __cdecl __MINGW_NOTHROW _fpreset (void); void __cdecl __MINGW_NOTHROW fpreset (vo...
by gzhang
Wed, 2015-09-02, 11:08
Forum: DCMTK - Installation
Topic: Install/compile with mingw32
Replies: 6
Views: 9236

Re: Install/compile with mingw32

Hi Jan, I have tried a couple of things according to your suggestion: (1) the snapshot dcmtk-3.6.1-20150629 does NOT contain this file "ofstd/libsrc/ofmath.cc". Instead, I added "#include <float.h>" in a similar place in "config/arith.cc". However, the same error occurs...
by gzhang
Wed, 2015-09-02, 09:52
Forum: DCMTK - Installation
Topic: Install/compile with mingw32
Replies: 6
Views: 9236

Install/compile with mingw32

Hi, I have a problem installing the lastest snapshot dcmtk-3.6.1-20150629 with mingw32. My system is Window 7 64-bit; mingw thread model: win32; gcc version 4.8.1; CMake 3.3.1 I got the following errors in the step of "configure" already: CMake Error at CMake/GenerateDCMTKConfigure.cmake:7...