Search found 85 matches

by ali.m.habib
Sun, 2011-02-20, 09:34
Forum: DCMTK - General
Topic: edit the corresponding definition in HAVE_LIBC_H in "dcmtk/config/osconfig.h"
Replies: 0
Views: 15972

edit the corresponding definition in HAVE_LIBC_H in "dcmtk/config/osconfig.h"

Hi all ,

do any one have any idea in how to edit the corresponding definition in HAVE_LIBC_H in "dcmtk/config/osconfig.h"

because it always give error libc.h no such file or directory , I asked this before , but I think if I can change the definition I can overcome this


Best regards
by ali.m.habib
Thu, 2011-02-17, 19:50
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242720

ali.m.habib wrote:
omarelgazzar wrote:You should include <dcmtk/config/osconfig.h> first before any other included files.
the same error
any help please
by ali.m.habib
Thu, 2011-02-17, 11:54
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242720

omarelgazzar wrote:You should include <dcmtk/config/osconfig.h> first before any other included files.
the same error
by ali.m.habib
Thu, 2011-02-17, 10:58
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242720

Hi, 1. before install you should remember to fix bug with dicom dictionary (in file dcdict.cc). Fix can be find in this forum. 2. all you need to do is configure dcmtk with these options (64 bits for Mac OS X and 32 for iOS): env ARCH='-arch i386 -arch x86_64' CFLAGS='-D_DARWIN_C_SOURCE -arch i386 ...
by ali.m.habib
Wed, 2011-02-16, 18:18
Forum: DCMTK - General
Topic: error: libc.h: No such file or directory
Replies: 10
Views: 12388

So, according to your follow-up mail you are actually trying to cross-compile DCMTK for iOS. That is a operating system platform not supported by DCMTK. While porting the toolkit to iOS may be possible, it requires a good understanding of the underlying operating system, development toolchain, avai...
by ali.m.habib
Wed, 2011-02-16, 18:16
Forum: DCMTK - General
Topic: error: libc.h: No such file or directory
Replies: 10
Views: 12388

Make sure that MacOS X version that you are using is supported as mentioned in the INSTALL File. I guess your problem is platform specific. So, if the file is not located somewhere in your system, you might for example need to reinstall your MacOS which might solve the problem. You can also edit th...
by ali.m.habib
Wed, 2011-02-16, 15:03
Forum: DCMTK - General
Topic: error: libc.h: No such file or directory
Replies: 10
Views: 12388

which developing package I use mac osx and xcode what else should I need Unfortunately, I have no idea ... did u used DCMTK in mac ?? ... because I personally never used/compiled DCMTK on a MacOS X system. so do u have any suggestion to compile the DCMTK for i32 or IOS , I am totally beginner to do...
by ali.m.habib
Wed, 2011-02-16, 12:29
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242720

Hi, that's an error on the mac caused by the CMake configuration.. You can ignore it and go ahead anyway,i.e. hit configure again and go on. If you want to fix it instead, unselect any boxes on the screen where the description contains the word TIFF ;) Best regards, Michael when compile for ios 4.2...
by ali.m.habib
Wed, 2011-02-16, 10:41
Forum: DCMTK - General
Topic: error: libc.h: No such file or directory
Replies: 10
Views: 12388

I can only repeat: Have you checked already that the header file "libc.h" can be located somewhere on your system? If not, you need to install the required development package ... I searched for libc in my mac but nothing was appeared which developing package I use mac osx and xcode what ...
by ali.m.habib
Wed, 2011-02-16, 10:35
Forum: DCMTK - General
Topic: error: libc.h: No such file or directory
Replies: 10
Views: 12388

I'm sorry to say that but it seems that most of your problems are related to fact that you are very well versed in your development environment. Maybe, you should first start with solving this problem ... Anyway, have you checked already that the header file "libc.h" can be located somewh...
by ali.m.habib
Mon, 2011-02-14, 11:24
Forum: DCMTK - General
Topic: error: libc.h: No such file or directory
Replies: 10
Views: 12388

error: libc.h: No such file or directory

Hi all,

I am trying to write simple dcmtk application I adeed the following header

Code: Select all


#include <dcmtk/config/osconfig.h>
#include <dcmtk/dcmimgle/dcmimage.h> 


it give the error error: libc.h: No such file or directory

I use xcode and mac os snow leopard

any suggestin please
by ali.m.habib
Sun, 2011-02-06, 12:09
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242720

Hi, 1. before install you should remember to fix bug with dicom dictionary (in file dcdict.cc). Fix can be find in this forum. 2. all you need to do is configure dcmtk with these options (64 bits for Mac OS X and 32 for iOS): env ARCH='-arch i386 -arch x86_64' CFLAGS='-D_DARWIN_C_SOURCE -arch i386 ...
by ali.m.habib
Sun, 2011-02-06, 11:37
Forum: DCMTK - General
Topic: SIMPLE DCMTK program
Replies: 1
Views: 3475

SIMPLE DCMTK program

I compiled DCMTK to be used in Xcode , using env ARCH='-arch i386 -arch x86_64' CFLAGS='-D_DARWIN_C_SOURCE -arch i386 -arch x86_64' CXXFLAGS='-D_DARWIN_C_SOURCE -arch i386 -arch x86_64' ./configure --prefix=/Users/bartek/full-dcmtk --disable-threads --with-libzlibinc=/Users/bartek/Desktop/dcmtk-3.5....
by ali.m.habib
Thu, 2011-02-03, 11:46
Forum: DCMTK - General
Topic: DICOM for iphone questions
Replies: 8
Views: 11722

Re: DCMTK on iphone

ali.m.habib - did you manage to get the DCMTK library into xcode for use on the iPhone/iPad? I too am having similar problems... Did you ever find a good step by step guide on how to use it? Kindest regards, Rick I did what in the link http://forum.dcmtk.org/viewtopic.php?t=2759&sid=d6704678b50...
by ali.m.habib
Thu, 2011-01-27, 15:00
Forum: DCMTK - General
Topic: how to get bitsPerPixel
Replies: 2
Views: 3447

how to get bitsPerPixel

Hi all, I want to get some information and use image data I used dicomimage , but I need to get bitsPerPixel , does dicomimage can give me this information or I should use DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("test.dcm"); size_t bitsPerPixel ; fileformat.getDa...