Search found 6 matches
- Tue, 2025-01-14, 14:38
- Forum: DCMTK - Installation
- Topic: DCMTK Configuration & Generation on Android
- Replies: 5
- Views: 2157
Re: DCMTK Configuration & Generation on Android
Thank you for quick reply. Ok, good to know that "arith.h" file is not required anymore for the current DCMTK 3.6.9. I will try approach to cross-compile DCMTK without an emulator and let you know. Also, will give it a try on win OS. But to understand, do you have any command you can prov...
- Fri, 2024-10-18, 19:56
- Forum: DCMTK - Installation
- Topic: DCMTK 3.6.8 Debug storescp fail
- Replies: 4
- Views: 3872
Re: DCMTK 3.6.8 Debug storescp fail
Thanks!Marco Eichelberg wrote: ↑Fri, 2024-10-18, 16:39 Ah, that is another error. I tracked this in DCMTK issue #1141 and fixed it right away (the fix is, of course, trivial).
The commit should be visible in the public git in a few days.
- Thu, 2024-10-17, 23:22
- Forum: DCMTK - Installation
- Topic: DCMTK 3.6.8 Debug storescp fail
- Replies: 4
- Views: 3872
Re: DCMTK 3.6.8 Debug storescp fail
Thank you for the bug report. This bug has been reported before and has been fixed with commit #169030f5a in May 2024, which is publicly available via our Git server or the Github mirror. Thanks! https://github.com/DCMTK/dcmtk/blob/451803239509f022bc407bc64c21ddc42efcf81f/dcmnet/libsrc/scpcfg.cc#L5...
- Wed, 2024-10-16, 23:03
- Forum: DCMTK - Installation
- Topic: DCMTK 3.6.8 Debug storescp fail
- Replies: 4
- Views: 3872
DCMTK 3.6.8 Debug storescp fail
Windows 10 DCMTK 3.6.8 DCMTK_ENABLE_STL=ON The problem is in the functions: void DcmTLSCiphersuiteHandler::getListOfCipherSuitesForOpenSSL(OFString& cslist, OFBool isServer) const void DcmTLSCiphersuiteHandler::getListOfTLS13CipherSuitesForOpenSSL(OFString& cslist, OFBool isServer) const -->...
- Tue, 2023-12-12, 21:59
- Forum: DCMTK - Installation
- Topic: Error configuring DCMTK for Android
- Replies: 4
- Views: 18635
Re: Error configuring DCMTK for Android
Hi, I'm trying to build dcmtk on Android and I keep failing. This post might be a bit lengthy and I'm sorry for that. But I hope someone finds time for this ^_^' I have cloned dcmtk 3.6.7 from Github just a few days ago. I have followed the topic https://forum.dcmtk.org/viewtopic.php?f=3&t=4781...
- Tue, 2023-12-12, 21:26
- Forum: DCMTK - Installation
- Topic: Issues running CMake generation for android toolchain
- Replies: 2
- Views: 14022
Re: Issues running CMake generation for android toolchain
It is suspected that the path to MSYS is not specified in the PATH variable and sh.exe was not found. Next problem will be that "-pro pro.emu.uuid=..." will be ignored. UUID can be passed through "-prop qemu.uuid=...". It is necessary to replace ro.emu.uuid with qemu.uuid in thre...