DCMTK for iOS

Compilation and installation of DCMTK

Moderator: Moderator Team

Message
Author
tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

DCMTK for iOS

#1 Post by tumbalam »

Hi,

I am trying to implement DCMTK for iOS. I tried all the points which is mentioned in this forum. But i couldn't get success.

Can any one let me know how to compile and use DCMTK on iOS.

I am using
DCMTK : 3.6.0
XCode : 4.xx

Regards,

Michael Onken
DCMTK Developer
Posts: 2048
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#2 Post by Michael Onken »

Hi,

I want to play piano but it doesnt work. What am I doing wrong?

Michael :)

tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

#3 Post by tumbalam »

Hi Michael,

I am sorry. i didnt understand.

Regards,

Michael Onken wrote:Hi,

I want to play piano but it doesnt work. What am I doing wrong?

Michael :)

Michael Onken
DCMTK Developer
Posts: 2048
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#4 Post by Michael Onken »

Hi,

that means: you have to give more details, otherwise nobody can help you.

Michael

tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

#5 Post by tumbalam »

Hi,

Thanks for Reply.

1. Here is the DCMTK Compliation for iOS which i found in this forum:

IBC-LAP-MAC-021:dcmtk-3.6.0 tumbalam$ 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/tumbalam/full-dcmtk --disable-threads --with-libzlibinc=../zlib-1.2.5/
Running configure for module config.
checking build system type...
checking host system type...
achecking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for ranlib... ranlib
checking for ar... ar
checking for libtool... libtool
checking whether libtool is GNU libtool... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for long file names... yes
checking for inline... inline
checking for working const... yes
checking whether char is unsigned... no
checking whether right shift is unsigned... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for uchar... no
checking for ushort... yes
checking for uint... yes
checking for ulong... no
checking for longlong... no
checking for ulonglong... no
checking whether variable-length arrays are supported... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking for int64_t... yes
checking for uint64_t... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking return type of signal handlers... void
checking for wait3 that fills in rusage... yes
checking for gethostname... yes
checking for gethostid... yes
checking for socket... yes
checking for sysinfo... no
checking for strchr... yes
checking for strstr... yes
checking for strtoul... yes
checking for itoa... no
checking for memcpy... yes
checking for memset... yes
checking for memmove... yes
checking for memcmp... yes
checking for bcopy... yes
checking for bcmp... yes
checking for getpid... yes
checking for mktemp... yes
checking for tempnam... yes
checking for tmpnam... yes
checking for getenv... yes
checking for mkstemp... yes
checking for stat... yes
checking for malloc_debug... yes
checking for strerror... yes
checking for strdup... yes
checking for bzero... yes
checking for index... yes
checking for rindex... yes
checking for access... yes
checking for uname... yes
checking for cuserid... no
checking for getlogin... yes
checking for usleep... yes
checking for flock... yes
checking for lockf... yes
checking for listen... yes
checking for connect... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for select... yes
checking for gethostbyname... yes
checking for bind... yes
checking for accept... yes
checking for getsockname... yes
checking for getaddrinfo... yes
checking for waitpid... yes
checking for getuid... yes
checking for geteuid... yes
checking for setuid... yes
checking for getpwnam... yes
checking for getgrnam... yes
checking for sleep... yes
checking for fork... yes
checking for _findfirst... no
checking for strlcpy... yes
checking for strlcat... yes
checking for vsnprintf... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for lstat... yes
checking for htons... yes
checking for htonl... yes
checking for ntohs... yes
checking for ntohl... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for socklen_t... yes
checking for finite... yes
checking for isinf... yes
checking for isnan... yes
checking whether the compiler supports const_cast<>... yes
checking whether the compiler supports dynamic_cast<>... yes
checking whether the compiler supports reinterpret_cast<>... yes
checking whether the compiler supports static_cast<>... yes
checking whether the compiler supports std::nothrow... yes
checking whether the compiler supports operator delete (std::nothrow)... yes
checking whether to compile in debug mode... no
checking whether to enable thread support... no
checking whether to enable large file support... automatic detection
checking for -lg++... no
checking for main in -liostream... no
checking for main in -lnsl... no
checking for gethostbyname in -lnsl... no
checking for main in -lsocket... no
checking for socket in -lsocket... no
checking for main in -ldl... yes
checking for main in -lm... yes
checking for main in -lwsock32... no
checking for main in -lnetapi32... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking for netinet/in.h... (cached) yes
checking for netinet/tcp.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking fstream.h usability... yes
checking fstream.h presence... yes
checking for fstream.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking iomanip usability... yes
checking iomanip presence... yes
checking for iomanip... yes
checking iomanip.h usability... yes
checking iomanip.h presence... yes
checking for iomanip.h... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking iostream.h usability... yes
checking iostream.h presence... yes
checking for iostream.h... yes
checking iso646.h usability... yes
checking iso646.h presence... yes
checking for iso646.h... yes
checking libc.h usability... yes
checking libc.h presence... yes
checking for libc.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking new usability... yes
checking new presence... yes
checking for new... yes
checking new.h usability... yes
checking new.h presence... yes
checking for new.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking sstream.h usability... no
checking sstream.h presence... no
checking for sstream.h... no
checking stat.h usability... no
checking stat.h presence... no
checking for stat.h... no
checking cstdarg usability... yes
checking cstdarg presence... yes
checking for cstdarg... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking cstdio usability... yes
checking cstdio presence... yes
checking for cstdio... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking strstrea.h usability... no
checking strstrea.h presence... no
checking for strstrea.h... no
checking strstream usability... yes
checking strstream presence... yes
checking for strstream... yes
checking strstream.h usability... no
checking strstream.h presence... no
checking for strstream.h... no
checking synch.h usability... no
checking synch.h presence... no
checking for synch.h... no
checking sys/errno.h usability... yes
checking sys/errno.h presence... yes
checking for sys/errno.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking whether libc.h should be treated as a C++ header... no
checking if pthread_t is a pointer type (in pthread.h)... yes
checking multi-thread support... none
checking for explicit large file support... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for size_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking whether char is unsigned... no
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for void *... yes
checking size of void *... 8
checking whether struct tm is in sys/time.h or time.h... time.h
checking prototype for _stricmp (in string.h)... no
checking prototype for accept (in sys/types.h sys/socket.h)... yes
checking if accept() needs int* parameters (in sys/types.h sys/socket.h)... no
checking prototype for bind (in sys/types.h sys/socket.h)... yes
checking prototype for bzero (in string.h strings.h libc.h unistd.h stdlib.h)... yes
checking prototype for connect (in sys/types.h sys/socket.h)... yes
checking prototype for finite (in math.h)... yes
checking prototype for isinf (in math.h)... yes
checking prototype for isnan (in math.h)... yes
checking prototype for flock (in sys/file.h)... yes
checking prototype for gethostbyname (in libc.h unistd.h stdlib.h netdb.h)... yes
checking prototype for gethostid (in libc.h unistd.h stdlib.h netdb.h)... yes
checking prototype for gethostname (in unistd.h libc.h stdlib.h netdb.h)... yes
checking prototype for getsockname (in sys/types.h sys/socket.h)... yes
checking prototype for getsockopt (in sys/types.h sys/socket.h)... yes
checking prototype for strerror_r (in string.h)... yes
checking if strerror_r() returns a char * (in string.h)... no
checking if getsockopt() needs int* parameters (in sys/types.h sys/socket.h)... no
checking prototype for gettimeofday (in sys/time.h unistd.h)... yes
checking prototype for listen (in sys/types.h sys/socket.h)... yes
checking prototype for mktemp (in libc.h unistd.h stdlib.h)... yes
checking prototype for mkstemp (in libc.h unistd.h stdlib.h)... yes
checking prototype for select (in sys/select.h sys/types.h sys/socket.h sys/time.h)... yes
checking if select() needs int* parameters (in sys/select.h sys/types.h sys/socket.h sys/time.h)... no
checking prototype for setsockopt (in sys/types.h sys/socket.h)... yes
checking prototype for socket (in sys/types.h sys/socket.h)... yes
checking prototype for strcasecmp (in string.h)... yes
checking prototype for strncasecmp (in string.h)... yes
checking prototype for usleep (in libc.h unistd.h stdlib.h)... yes
checking prototype for vsnprintf (in stdio.h stdarg.h)... yes
checking prototype for wait3 (in libc.h sys/wait.h sys/time.h sys/resource.h)... yes
checking prototype for waitpid (in sys/wait.h sys/time.h sys/resource.h)... yes
checking declaration for struct utimbuf (in sys/types.h utime.h sys/utime.h)... yes
checking declaration for socklen_t (in sys/types.h sys/socket.h)... yes
checking if declaration of readdir_r conforms to Posix 1.c draft 6... no
checking if signal() callback needs ellipse (in signal.h)... no
checking if <math.h> fails if included extern "C"... no
checking whether to use C++ standard includes... yes
checking for C++ standard namespace... yes
checking declaration for std::ios_base::openmode (in iostream)... yes
checking declaration of ios::nocreate (in fstream)... no
checking for std::vfprintf (in cstdarg cstdio)... yes
checking for std::vsnprintf (in cstdarg cstdio)... yes
checking for C++ class template... yes
checking for C++ static methods in class templates... yes
checking for C++ function template... yes
checking for C++ explicit template specialization syntax... yes
checking if bool is built-in type... yes
checking if volatile is known keyword... yes
checking whether the compiler recognizes typename... yes
checking whether to enable private tag dictionary... no
checking whether to include OpenSSL support... yes
checking for jpeg_set_defaults in -ljpeg... yes
checking whether to include zlib support... yes
checking whether to include libtiff support... no
checking libpng/png.h usability... yes
checking libpng/png.h presence... yes
checking for libpng/png.h... yes
checking whether to include libpng support... yes
checking whether to include libxml support... yes
checking whether to include libwrap support... no
checking sndfile.h usability... no
checking sndfile.h presence... no
checking for sndfile.h... no
checking whether to include sndfile support... no
configure: creating ./config.status
config.status: creating Makefile.def
config.status: creating Makefile
config.status: creating include/dcmtk/config/cfunix.h
Running configure for module dcmdata.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libi2d/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmimage.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmimgle.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmjpeg.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libijg12/Makefile
config.status: creating ./libijg16/Makefile
config.status: creating ./libijg8/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmjpls.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libcharls/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmnet.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmpstat.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./jni/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmqrdb.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmsign.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmsr.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmtls.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module dcmwlm.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./apps/Makefile
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
config.status: creating ./wwwapps/Makefile
Running configure for module oflog.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module ofstd.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./data/Makefile
config.status: creating ./docs/Makefile
config.status: creating ./etc/Makefile
config.status: creating ./include/Makefile
config.status: creating ./libsrc/Makefile
config.status: creating ./Makefile
config.status: creating ./tests/Makefile
Running configure for module doxygen.
running configure for this module
checking whether make sets $(MAKE)... yes
confmod: creating ./config.status
config.status: creating ./Makefile
IBC-LAP-MAC-021:dcmtk-3.6.0 tumbalam$ ==============
=============================================================================
IBC-LAP-MAC-021:dcmtk-3.6.0 tumbalam$ make all
(cd config && make ARCH="" DESTDIR="" all)
make[1]: Nothing to be done for `all'.
(cd ofstd && make ARCH="" DESTDIR="" all)
(cd include && make ARCH="" all)
make[2]: Nothing to be done for `all'.
(cd libsrc && make ARCH="" all)
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 oflist.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofstring.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofcmdln.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofconapp.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 offname.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofconsol.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofthread.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofcond.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofstd.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofcrc32.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofdate.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 oftime.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofdatime.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ofconfig.cc
libtool -o libofstd.a oflist.o ofstring.o ofcmdln.o ofconapp.o offname.o ofconsol.o ofthread.o ofcond.o ofstd.o ofcrc32.o ofdate.o oftime.o ofdatime.o ofconfig.o
ranlib libofstd.a
(cd tests && make ARCH="" all)
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tststack.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tststack tststack.o -lofstd
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tstlist.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tstlist tstlist.o -lofstd
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tlist.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tlist tlist.o -lofstd
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tstring.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tstring tstring.o -lofstd -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tstthred.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tstthred tstthred.o -lofstd
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tofstd.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tofstd tofstd.o -lofstd -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tofdatim.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tofdatim tofdatim.o -lofstd -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tstatof.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tstatof tstatof.o -lofstd -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tstftoa.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tstftoa tstftoa.o -lofstd -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 toffile.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o toffile toffile.o -lofstd -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tmap.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tmap tmap.o -lofstd
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 tvec.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libsrc -o tvec tvec.o -lofstd
(cd oflog && make ARCH="" DESTDIR="" all)
(cd include && make ARCH="" all)
make[2]: Nothing to be done for `all'.
(cd libsrc && make ARCH="" all)
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 oflog.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 apndimpl.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 appender.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 config.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 consap.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 factory.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 fileap.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 filter.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 globinit.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 hierarchy.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 hierlock.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 layout.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 logger.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 logimpl.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 logevent.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 loglevel.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 loglog.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 lloguser.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 ndc.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 nullap.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 objreg.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 patlay.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 pointer.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 property.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 rootlog.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 sleep.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 socketap.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 sockbuff.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 socket.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 strhelp.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 syncprims.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 syslogap.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 threads.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 timehelp.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 unixsock.cc
libtool -o liboflog.a oflog.o apndimpl.o appender.o config.o consap.o factory.o fileap.o filter.o globinit.o hierarchy.o hierlock.o layout.o logger.o logimpl.o logevent.o loglevel.o loglog.o lloguser.o ndc.o nullap.o objreg.o patlay.o pointer.o property.o rootlog.o sleep.o socketap.o sockbuff.o socket.o strhelp.o syncprims.o syslogap.o threads.o timehelp.o unixsock.o
libtool: for architecture: i386 file: threads.o has no symbols
libtool: for architecture: x86_64 file: threads.o has no symbols
ranlib liboflog.a
ranlib: for architecture: i386 file: liboflog.a(threads.o) has no symbols
ranlib: for architecture: x86_64 file: liboflog.a(threads.o) has no symbols
(cd tests && make ARCH="" all)
make[2]: Nothing to be done for `all'.
(cd dcmdata && make ARCH="" DESTDIR="" all)
(cd include && make ARCH="" all)
make[2]: Nothing to be done for `all'.
(cd libsrc && make ARCH="" all)
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcpixseq.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcpxitem.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcuid.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcerror.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcstack.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dclist.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcswap.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dctag.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcxfer.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcobject.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcelem.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcitem.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcmetinf.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcdatset.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcsequen.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcfilefo.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcbytstr.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcpixel.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrae.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvras.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrcs.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dccodec.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrda.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrds.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrdt.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvris.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrtm.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrui.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcchrstr.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrlo.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrlt.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrpn.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrsh.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrst.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrobow.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrat.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrss.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrus.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrsl.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrul.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrulup.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrfl.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrfd.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrpobw.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrof.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcdirrec.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcdicdir.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvm.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcrleccd.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcrlecce.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcrlecp.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcrlerp.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcrledrg.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcrleerg.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dctagkey.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcdicent.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcdict.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcdictbi.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvr.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dchashdi.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 cmdlnarg.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcvrut.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dctypes.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcpcache.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcddirif.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcistrma.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcistrmb.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcistrmf.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcistrmz.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcostrma.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcostrmb.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcostrmf.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcostrmz.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcwcache.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcpath.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 vrscan.cc
gcc -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 vrscanl.c
libtool -o libdcmdata.a dcpixseq.o dcpxitem.o dcuid.o dcerror.o dcstack.o dclist.o dcswap.o dctag.o dcxfer.o dcobject.o dcelem.o dcitem.o dcmetinf.o dcdatset.o dcsequen.o dcfilefo.o dcbytstr.o dcpixel.o dcvrae.o dcvras.o dcvrcs.o dccodec.o dcvrda.o dcvrds.o dcvrdt.o dcvris.o dcvrtm.o dcvrui.o dcchrstr.o dcvrlo.o dcvrlt.o dcvrpn.o dcvrsh.o dcvrst.o dcvrobow.o dcvrat.o dcvrss.o dcvrus.o dcvrsl.o dcvrul.o dcvrulup.o dcvrfl.o dcvrfd.o dcvrpobw.o dcvrof.o dcdirrec.o dcdicdir.o dcvm.o dcrleccd.o dcrlecce.o dcrlecp.o dcrlerp.o dcrledrg.o dcrleerg.o dctagkey.o dcdicent.o dcdict.o dcdictbi.o dcvr.o dchashdi.o cmdlnarg.o dcvrut.o dctypes.o dcpcache.o dcddirif.o dcistrma.o dcistrmb.o dcistrmf.o dcistrmz.o dcostrma.o dcostrmb.o dcostrmf.o dcostrmz.o dcwcache.o dcpath.o vrscan.o vrscanl.o
ranlib libdcmdata.a
(cd libi2d && make ARCH="" all)
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../dcmdata/include -I../../oflog/include -I../../dcmdata/include/libi2d \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 i2d.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../dcmdata/include -I../../oflog/include -I../../dcmdata/include/libi2d \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 i2dplvlp.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../dcmdata/include -I../../oflog/include -I../../dcmdata/include/libi2d \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 i2djpgs.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../dcmdata/include -I../../oflog/include -I../../dcmdata/include/libi2d \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 i2dbmps.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../dcmdata/include -I../../oflog/include -I../../dcmdata/include/libi2d \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 i2dplsc.cc
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../dcmdata/include -I../../oflog/include -I../../dcmdata/include/libi2d \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 i2dplnsc.cc
libtool -o libi2d.a i2d.o i2dplvlp.o i2djpgs.o i2dbmps.o i2dplsc.o i2dplnsc.o
ranlib libi2d.a
(cd apps && make ARCH="" all)
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcmftest.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o dcmftest dcmftest.o -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcmconv.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o dcmconv dcmconv.o -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcmdump.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o dcmdump dcmdump.o -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dump2dcm.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o dump2dcm dump2dcm.o -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcmgpdir.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o dcmgpdir dcmgpdir.o -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 dcm2xml.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o dcm2xml dcm2xml.o -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \
-O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 xml2dcm.cc
c++ -O -I/opt/local/include/libxml2 -D_DARWIN_C_SOURCE -arch i386 -arch x86_64 -L../libi2d -L../libsrc -L../../ofstd/libsrc -L../../oflog/libsrc -o xml2dcm xml2dcm.o -lxml2 -ldcmdata -loflog -lofstd -lz -lm
c++ -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../../oflog/include \

Michael Onken
DCMTK Developer
Posts: 2048
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#6 Post by Michael Onken »

What is the error you have a problem with?

tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

#7 Post by tumbalam »

The problem is :
IBC-DICOMViewer
/Developer/xcode4.02/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/include/c++/4.2.1/backward/backward_warning.h
#warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/ofstream.h
#error DCMTK needs stringstream or strstream type
'strstream' does not name a type
'ostrstream' does not name a type
'istrstream' does not name a type
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/oflist.h
#error Your C++ compiler cannot handle class templates:
#error Your C++ Compiler is not capable of compiling this code
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/ofmap.h
#error Your C++ compiler cannot handle class templates:
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/ofstack.h
#error Your C++ compiler cannot handle class templates:
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/dcuid.h
#error Required compiler definition PACKAGE_DATE undefined
#error Required compiler definition PACKAGE_VERSION undefined
#error Required compiler definition PACKAGE_VERSION_NUMBER undefined
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/dcdict.h
#error "DCM_DICT_DEFAULT_PATH is not defined via osconfig.h"
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/ofvector.h
#error Your C++ compiler cannot handle class templates:
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/streams.h
'OFOStringStream' does not name a type
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/logmacro.h
'tostringstream' does not name a type
Variable or field '_clear_tostringstream' declared void
'tostringstream' was not declared in this scope
Expected primary-expression before ')' token
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/offile.h
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'fopen'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'freopen'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'tmpfile'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'fclose'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'fwrite'
No matching function for call to 'OFFile::fwrite(const void*&, size_t&, size_t&, FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'fread'
No matching function for call to 'OFFile::fread(void*&, size_t&, size_t&, FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected ',' or ';' before 'fflush'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'fgetc'
No matching function for call to 'OFFile::fgetc(FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'rewind'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'clearerr'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'feof'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'ferror'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'setbuf'
'STDIO_NAMESPACE' was not declared in this scope
Expected ',' or ';' before 'setvbuf'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'fputc'
No matching function for call to 'OFFile::fputc(int&, FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'fgets'
No matching function for call to 'OFFile::fgets(char*&, int&, FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'fputs'
No matching function for call to 'OFFile::fputs(const char*&, FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'ungetc'
No matching function for call to 'OFFile::ungetc(int&, FILE*&)'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'fseek'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'ftell'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'fgetpos'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'fsetpos'
'STDIO_NAMESPACE' was not declared in this scope
Expected `;' before 'vfprintf'
'STDIO_NAMESPACE' was not declared in this scope
Expected ';' before 'vfprintf'
No matching function for call to 'OFFile::vfprintf(FILE*&, const char*&, char*&)'
/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/dimse.h
'OFendl' was not declared in this scope


====
Michael Onken wrote:What is the error you have a problem with?

Michael Onken
DCMTK Developer
Posts: 2048
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#8 Post by Michael Onken »

This is when compiling your own code, right? Do you include dcmtk/config/osconfig.h?

tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

#9 Post by tumbalam »

This is not own code.

I am using DCMTK code in my iOS project.

and in included "osconfig.h" file.

Regards,

Michael Onken wrote:This is when compiling your own code, right? Do you include dcmtk/config/osconfig.h?

tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

#10 Post by tumbalam »

Hi Michael,

As i said earlier, i am using DCMTK .h and .a (Header and Lib) file in my own project.

I have compiled DCMTK for iOS specific.

When i included in my project and compiled the first error is in ofstream.h

/Code/R & D/IBC-DICOMViewer/IBC-DICOMViewer/IBC-DICOMViewer/ofstream.h:117: error: 'strstream' does not name a type


I included "osconfig.h" in my .h file.

Kindly help.

Regards,
tumbalam wrote:This is not own code.

I am using DCMTK code in my iOS project.

and in included "osconfig.h" file.

Regards,

Michael Onken wrote:This is when compiling your own code, right? Do you include dcmtk/config/osconfig.h?

Michael Onken
DCMTK Developer
Posts: 2048
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#11 Post by Michael Onken »

P.S: And always include it as the very first header in your own project.

Michael

tumbalam
Posts: 8
Joined: Fri, 2011-06-24, 07:26

#12 Post by tumbalam »

Thanks Michael.

I am doing this.

But no use.
:( :(


Michael Onken wrote:P.S: And always include it as the very first header in your own project.

Michael

Uli Schlachter
DCMTK Developer
Posts: 120
Joined: Thu, 2009-11-26, 08:15

#13 Post by Uli Schlachter »

Hi,

According to one of your previous posts, DCMTK is compiled with -DHAVE_CONFIG_H. However, your code isn't. This means osconfig.h doesn't actually do anything and all the other errors occur.
Easy work-around would be "#define HAVE_CONFIG_H" before including osconfig.h since your compiler looks weird and I have no idea if it supports -D.

Uli

P.S.: Why do we have/need HAVE_CONFIG_H at all?

PabloMajid
Posts: 2
Joined: Thu, 2012-02-02, 06:07

#14 Post by PabloMajid »

How to build DCMTK library to use in iPhone project?

russes
Posts: 6
Joined: Fri, 2012-02-24, 02:28
Contact:

Xcode 4.3 iOS build...

#15 Post by russes »

I have the DCMTK 3.6.1 libraries building under Xcode 4.3 via an Xcode project. What I have isn't perfect, but it's a lot better than the Chinese build instructions that everyone refers to.

If you need this & are willing to funnel your changes back to help everyone, let me know.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest