VS 2010 Exp: Unable to start program 'C:[BUILD]\Debug\ALL_B

Compilation and installation of DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
lackscr8tivity
Posts: 3
Joined: Tue, 2012-10-09, 16:09

VS 2010 Exp: Unable to start program 'C:[BUILD]\Debug\ALL_B

#1 Post by lackscr8tivity »

I've really tried my best to figure out from FAQ and forum posts why I have not been successful with building this, but alas. Below is a synopsis of the installation I'm trying, the problems I've faced along the way, and what I've tried to do fix.

Version: DCMTK 3.6.0
OS: Windows 2003 Server NT, 32-bit, Service Pack 2
CMake: 2.8.9
Compiler: MS Visual Studio 2010 Express C++

1. CMake Output lists numerous libraries that can't be found (this is after I've added the paths for MT lib tiff, png, xml, etc.).

Code: Select all

	Checking whether std::ios::nocreate exists -- no	
	Checking whether strerror_r returns an int -- no	
	Checking whether variable length arrays are supported -- no	
	Looking for _doprnt	not found
	Looking for accept	not found
	Looking for bcmp	not found
	Looking for bcopy	not found
	Looking for bind	not found
	Looking for bzero	not found
	Looking for bzero	not found.
	Looking for C++ include alloca.h	not found
	Looking for C++ include arpa/inet.h	not found
	Looking for C++ include dirent.h	not found
	Looking for C++ include fnmatch.h	not found
	Looking for C++ include fstream.h	not found
	Looking for C++ include ieeefp.h	not found
	Looking for C++ include inttypes.h	not found
	Looking for C++ include iomanip.h	not found
	Looking for C++ include iostream.h	not found
	Looking for C++ include libc.h	not found
	Looking for C++ include ndir.h	not found
	Looking for C++ include netdb.h	not found
	Looking for C++ include png.h	not found
	Looking for C++ include pthread.h	not found
	Looking for C++ include semaphore.h	not found
	Looking for C++ include sstream.h	not found
	Looking for C++ include stat.h	not found
	Looking for C++ include strings.h	not found
	Looking for C++ include strstrea.h	not found
	Looking for C++ include strstream.h	not found
	Looking for C++ include synch.h	not found
	Looking for C++ include sys/dir.h	not found
	Looking for C++ include sys/errno.h	not found
	Looking for C++ include sys/file.h	not found
	Looking for C++ include sys/ndir.h	not found
	Looking for C++ include sys/param.h	not found
	Looking for C++ include sys/resource.h	not found
	Looking for C++ include sys/select.h	not found
	Looking for C++ include sys/socket.h	not found
	Looking for C++ include sys/time.h	not found
	Looking for C++ include sys/utsname.h	not found
	Looking for C++ include sys/wait.h	not found
	Looking for C++ include thread.h	not found
	Looking for C++ include unistd.h	not found
	Looking for C++ include unix.h	not found
	Looking for C++ include utime.h	not found
	Looking for connect	not found
	Looking for cuserid	not found
	Looking for finite	not found
	Looking for finite	not found.
	Looking for flock	not found
	Looking for flock	not found.
	Looking for fork	not found
	Looking for geteuid	not found
	Looking for gethostbyname	not found
	Looking for gethostid	not found
	Looking for gethostid	not found.
	Looking for gethostname	not found
	Looking for getlogin	not found
	Looking for getsockname	not found
	Looking for getsockopt	not found
	Looking for gettimeofday	not found.
	Looking for getuid	not found
	Looking for include files sys/types.h, netinet/in.h	not found.
	Looking for include files sys/types.h, netinet/in_systm.h	not found.
	Looking for include files sys/types.h, netinet/tcp.h	not found.
	Looking for index	not found
	Looking for isinf	not found
	Looking for isinf	not found.
	Looking for isnan	not found
	Looking for isnan	not found.
	Looking for listen	not found
	Looking for lockf	not found
	Looking for longlong definition	not found.
	Looking for malloc_debug	not found
	Looking for mkstemp	not found
	Looking for mkstemp	not found.
	Looking for mktemp	not found.
	Looking for pthread_rwlock_init	not found.
	Looking for rindex	not found
	Looking for select	not found
	Looking for setsockopt	not found
	Looking for setuid	not found
	Looking for sleep	not found
	Looking for socket	not found
	Looking for socklen_t definition	not found.
	Looking for std::ios_base::openmode definition	not found.
	Looking for std::vsnprintf	not found.
	Looking for strcasecmp	not found.
	Looking for strerror_r	not found.
	Looking for strlcat	not found
	Looking for strlcpy	not found
	Looking for strncasecmp	not found.
	Looking for sysinfo	not found
	Looking for uchar definition	not found.
	Looking for uint definition	not found.
	Looking for ulong definition	not found.
	Looking for ulonglong definition	not found.
	Looking for uname	not found
	Looking for ushort definition	not found.
	Looking for usleep	not found
	Looking for usleep	not found.
	Looking for wait3	not found.
	Looking for waitpid	not found
	Looking for waitpid	not found.
I found this forum post (viewtopic.php?f=3&t=2793) and I can check that the BUILD/include/dcmtk/config/osconfig.h, and in deed, libs that CMake couldn't find are are still commented out.

Code: Select all

	/* Define to 1 if you have the <alloca.h> header file. */
	/* #undef HAVE_ALLOCA_H */

	/* Define to 1 if you have the <arpa/inet.h> header file. */
	/* #undef HAVE_ARPA_INET_H */
I guess I don't know enough to know how that helps me.

2. I check BUILD/CMakeFiles/CMakeError.txt, and items such as "dirent.h" which CMake couldn't find are missing.

Code: Select all

	Build started 10/9/2012 10:25:57 AM.
	Project "C:\Program Files\DCMTK\dcmtk-3.6.0-bin\CMakeFiles\CMakeTmp\cmTryCompileExec3775504494.vcxproj" on node 1 (default targets).
	PrepareForBuild:
	  Creating directory "cmTryCompileExec3775504494.dir\Debug\".
	  Creating directory "C:\Program Files\DCMTK\dcmtk-3.6.0-bin\CMakeFiles\CMakeTmp\Debug\".
	InitializeBuildStatus:
	  Creating "cmTryCompileExec3775504494.dir\Debug\cmTryCompileExec3775504494.unsuccessfulbuild" because "AlwaysCreate" was specified.
	ClCompile:
	  C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /Od /Ob0 /Oy- /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3775504494.dir\Debug\\" /Fd"C:/Program Files/DCMTK/dcmtk-3.6.0-bin/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3775504494.pdb" /Gd /TP /analyze- /errorReport:queue CheckIncludeFile.cxx
	  CheckIncludeFile.cxx
	CheckIncludeFile.cxx(1): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory [C:\Program Files\DCMTK\dcmtk-3.6.0-bin\CMakeFiles\CMakeTmp\cmTryCompileExec3775504494.vcxproj]
	Done Building Project "C:\Program Files\DCMTK\dcmtk-3.6.0-bin\CMakeFiles\CMakeTmp\cmTryCompileExec3775504494.vcxproj" (default targets) -- FAILED.

	Build FAILED.
3. I might be having a similar problem as this person (viewtopic.php?f=3&t=2853), where "ws2_32.lib wsock32.lib netapi32.lib" are not being found?
I tried adding a FIND_LIBRARY to CMake (maybe this was unnecessary, I'm not sure).
FIND_LIBRARY(WIN32_STD_FIND NAMES ws2_32 netapi32 wsock32 PATHS "C:/Program Files/Microsoft SDKs/Windows/v7.0A/Lib")
In VS 10, when I open the ALL_BUILD project, all the subject projects are listed, and for a given one, say 'storescu', under external dependencies, all the paths to the *.h are correct and they exist.

4. When I try to compile the ALL_BUILD project, Build says that they all succeeded, 0 failed and 1 was skipped (INSTALL), but I get a Windows error message stating: "Unable to start program 'C:[BUILD]\Debug\ALL_BUILD'. The system cannot find the file specified."

Output from Build (pressed F7):

Code: Select all

1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because C:/Program Files/DCMTK/dcmtk-3.6.0-bin/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/Program Files/DCMTK/dcmtk-3.6.0-bin/config/CMakeFiles/generate.stamp is up-to-date.
----Truncated----
1>  CMake does not need to re-run because C:/Program Files/DCMTK/dcmtk-3.6.0-bin/dcmjpls/include/dcmtk/dcmjpls/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/Program Files/DCMTK/dcmtk-3.6.0-bin/doxygen/CMakeFiles/generate.stamp is up-to-date.
2>------ Build started: Project: charls, Configuration: Debug Win32 ------
3>------ Build started: Project: dcmdata, Configuration: Debug Win32 ------
3>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/libsrc/CMakeLists.txt
3>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\libsrc\CMakeFiles\generate.stamp is up-to-date.
2>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpls/libcharls/CMakeLists.txt
2>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\libcharls\CMakeFiles\generate.stamp is up-to-date.
3>  cmdlnarg.cc
2>  header.cc
2>  intrface.cc
2>  jpegls.cc
2>  Generating Code...
3>  dcbytstr.cc
3>  dcchrstr.cc
2>  charls.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\libcharls\Debug\charls.lib
4>------ Build started: Project: dcmdsig, Configuration: Debug Win32 ------
4>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsign/libsrc/CMakeLists.txt
4>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsign\libsrc\CMakeFiles\generate.stamp is up-to-date.
4>  dcsignat.cc
3>  dccodec.cc
4>  siautopr.cc
3>  dcdatset.cc
4>  sibrsapr.cc
3>  dcddirif.cc
4>  sicert.cc
3>  dcdicdir.cc
4>  sicertvf.cc
3>  dcdicent.cc
4>  sicreapr.cc
3>  dcdict.cc
4>  sidsa.cc
3>  dcdictzz.cc
4>  simaccon.cc
3>  dcdirrec.cc
4>  simd5.cc
4>  sinullpr.cc
3>  dcelem.cc
4>  siprivat.cc
3>  dcerror.cc
4>  siripemd.cc
3>  dcfilefo.cc
4>  sirsa.cc
4>  sisha1.cc
3>  dchashdi.cc
4>  sisprof.cc
3>  dcistrma.cc
4>  sitypes.cc
3>  dcistrmb.cc
4>  Generating Code...
3>  dcistrmf.cc
4>  dcmdsig.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsign\libsrc\Debug\dcmdsig.lib
5>------ Build started: Project: dcmimage, Configuration: Debug Win32 ------
5>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimage/libsrc/CMakeLists.txt
5>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\libsrc\CMakeFiles\generate.stamp is up-to-date.
3>  dcistrmz.cc
5>  diargimg.cc
3>  dcitem.cc
5>  dicmyimg.cc
3>  Generating Code...
5>  dicoimg.cc
3>  Compiling...
3>  dclist.cc
5>  dicoopx.cc
3>  dcmetinf.cc
5>  dicopx.cc
3>  dcobject.cc
5>  dihsvimg.cc
3>  dcostrma.cc
5>  dilogger.cc
3>  dcostrmb.cc
5>  dipalimg.cc
3>  dcostrmf.cc
5>  dipipng.cc
3>  dcostrmz.cc
5>  dipitiff.cc
3>  dcpcache.cc
5>  diqtctab.cc
3>  dcpixel.cc
5>  diqtfs.cc
3>  dcpixseq.cc
5>  diqthash.cc
3>  dcpxitem.cc
5>  diqthitl.cc
5>  diqtpbox.cc
5>  diquant.cc
3>  dcrleccd.cc
5>  diregist.cc
3>  dcrlecce.cc
3>  dcrlecp.cc
5>  dirgbimg.cc
3>  dcrledrg.cc
5>  diybrimg.cc
3>  dcrleerg.cc
5>  diyf2img.cc
3>  dcrlerp.cc
3>  dcsequen.cc
5>  Generating Code...
3>  dcstack.cc
3>  dcswap.cc
5>  Compiling...
5>  diyp2img.cc
3>  Generating Code...
5>  Generating Code...
3>  Compiling...
3>  dctag.cc
5>  dcmimage.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\libsrc\Debug\dcmimage.lib
3>  dctagkey.cc
6>------ Build started: Project: dcmimgle, Configuration: Debug Win32 ------
3>  dctypes.cc
6>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimgle/libsrc/CMakeLists.txt
6>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\libsrc\CMakeFiles\generate.stamp is up-to-date.
6>  dcmimage.cc
3>  dcuid.cc
6>  dibaslut.cc
3>  dcwcache.cc
6>  diciefn.cc
3>  dcvm.cc
3>  dcvr.cc
6>  dicielut.cc
3>  dcvrae.cc
6>  didislut.cc
3>  dcvras.cc
6>  didispfn.cc
3>  dcvrat.cc
6>  didocu.cc
3>  dcvrcs.cc
3>  dcvrda.cc
6>  digsdfn.cc
3>  dcvrds.cc
6>  digsdlut.cc
6>  diimage.cc
3>  dcvrdt.cc
3>  dcvrfd.cc
6>  diinpx.cc
3>  dcvrfl.cc
6>  diluptab.cc
3>  dcvris.cc
6>  dimo1img.cc
3>  dcvrlo.cc
6>  dimo2img.cc
3>  dcvrlt.cc
6>  dimoimg.cc
3>  dcvrobow.cc
3>  Generating Code...
6>  dimoimg3.cc
3>  Compiling...
3>  dcvrof.cc
3>  dcvrpn.cc
6>  dimoimg4.cc
3>  dcvrpobw.cc
3>  dcvrsh.cc
6>  dimoimg5.cc
3>  dcvrsl.cc
3>  dcvrss.cc
6>  dimomod.cc
3>  dcvrst.cc
6>  dimoopx.cc
3>  dcvrtm.cc
6>  Generating Code...
3>  dcvrui.cc
3>  dcvrul.cc
3>  dcvrulup.cc
6>  Compiling...
6>  dimopx.cc
3>  dcvrus.cc
6>  diovdat.cc
3>  dcvrut.cc
6>  diovlay.cc
3>  dcxfer.cc
6>  diovlimg.cc
3>  dcpath.cc
6>  diovpln.cc
3>  vrscan.cc
6>  diutils.cc
3>  Generating Code...
6>  Generating Code...
3>  vrscanl.c
6>  dcmimgle.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\libsrc\Debug\dcmimgle.lib
7>------ Build started: Project: dcmjpeg, Configuration: Debug Win32 ------
7>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/libsrc/CMakeLists.txt
7>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libsrc\CMakeFiles\generate.stamp is up-to-date.
7>  ddpiimpl.cc
3>  dcmdata.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\libsrc\Debug\dcmdata.lib
8>------ Build started: Project: dcmjpls, Configuration: Debug Win32 ------
8>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpls/libsrc/CMakeLists.txt
8>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\libsrc\CMakeFiles\generate.stamp is up-to-date.
8>  djcparam.cc
7>  dipijpeg.cc
8>  djdecode.cc
7>  djcodecd.cc
8>  djencode.cc
7>  djcodece.cc
8>  djrparam.cc
8>  djcodecd.cc
7>  djcparam.cc
8>  djutils.cc
7>  djdecbas.cc
8>  djcodece.cc
7>  djdecext.cc
7>  djdeclol.cc
8>  Generating Code...
8>  dcmjpls.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\libsrc\Debug\dcmjpls.lib
7>  djdecode.cc
9>------ Build started: Project: dcmnet, Configuration: Debug Win32 ------
9>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmnet/libsrc/CMakeLists.txt
9>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\libsrc\CMakeFiles\generate.stamp is up-to-date.
9>  assoc.cc
7>  djdecpro.cc
7>  djdecsps.cc
9>  cond.cc
9>  dcasccff.cc
7>  djdecsv1.cc
9>  dcasccfg.cc
7>  djdijg12.cc
9>  dccfenmp.cc
7>  djdijg8.cc
9>  dccfpcmp.cc
9>  dccfprmp.cc
7>  djdijg16.cc
9>  dccfrsmp.cc
7>  djeijg12.cc
9>  dccftsmp.cc
9>  dccfuidh.cc
7>  djeijg8.cc
9>  dcmlayer.cc
7>  djeijg16.cc
9>  dcmtrans.cc
7>  djencbas.cc
9>  dcompat.cc
7>  djencext.cc
9>  dimcancl.cc
7>  Generating Code...
9>  dimcmd.cc
7>  Compiling...
7>  djenclol.cc
7>  djencode.cc
9>  dimdump.cc
7>  djencpro.cc
9>  dimecho.cc
7>  djencsps.cc
9>  dimfind.cc
7>  djencsv1.cc
9>  dimget.cc
7>  djrplol.cc
7>  djrploss.cc
9>  dimmove.cc
7>  djutils.cc
9>  Generating Code...
7>  Generating Code...
9>  Compiling...
9>  dimse.cc
9>  dimstore.cc
9>  diutil.cc
9>  dul.cc
9>  dulconst.cc
9>  dulextra.cc
9>  dulfsm.cc
9>  dulparse.cc
9>  dulpres.cc
9>  extneg.cc
9>  lst.cc
9>  dfindscu.cc
9>  dcuserid.cc
9>  scu.cc
9>  scp.cc
9>  Generating Code...
7>  dcmjpeg.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libsrc\Debug\dcmjpeg.lib
10>------ Build started: Project: dcmqrdb, Configuration: Debug Win32 ------
9>  dcmnet.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\libsrc\Debug\dcmnet.lib
10>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmqrdb/libsrc/CMakeLists.txt
10>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\libsrc\CMakeFiles\generate.stamp is up-to-date.
10>  dcmqrcbf.cc
11>------ Build started: Project: dcmsr, Configuration: Debug Win32 ------
11>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsr/libsrc/CMakeLists.txt
11>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\libsrc\CMakeFiles\generate.stamp is up-to-date.
11>  dsrcitem.cc
10>  dcmqrcbg.cc
11>  dsrcodtn.cc
10>  dcmqrcbm.cc
11>  dsrcodvl.cc
10>  dcmqrcbs.cc
11>  dsrcomtn.cc
10>  dcmqrcnf.cc
10>  dcmqrdbi.cc
11>  dsrcomvl.cc
10>  dcmqrdbs.cc
11>  dsrcontn.cc
10>  dcmqropt.cc
11>  dsrcsidl.cc
10>  dcmqrptb.cc
11>  dsrdattn.cc
10>  dcmqrsrv.cc
11>  dsrdoc.cc
10>  dcmqrtis.cc
10>  Generating Code...
11>  dsrdoctn.cc
10>  dcmqrdb.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\libsrc\Debug\dcmqrdb.lib
11>  dsrdoctr.cc
12>------ Build started: Project: ofstd, Configuration: Debug Win32 ------
12>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/ofstd/libsrc/CMakeLists.txt
12>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\ofstd\libsrc\CMakeFiles\generate.stamp is up-to-date.
12>  ofcmdln.cc
11>  dsrdtitn.cc
12>  ofconapp.cc
12>  ofcond.cc
12>  ofconfig.cc
11>  dsrimgfr.cc
12>  ofconsol.cc
12>  ofcrc32.cc
12>  ofdate.cc
12>  ofdatime.cc
11>  dsrimgtn.cc
12>  offname.cc
12>  oflist.cc
12>  ofstd.cc
12>  ofstring.cc
11>  dsrimgvl.cc
12>  ofthread.cc
12>  oftime.cc
11>  dsrnumtn.cc
12>  Generating Code...
11>  dsrnumvl.cc
12>  ofstd.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\ofstd\libsrc\Debug\ofstd.lib
13>------ Build started: Project: oflog, Configuration: Debug Win32 ------
11>  dsrpnmtn.cc
13>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/oflog/libsrc/CMakeLists.txt
13>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\oflog\libsrc\CMakeFiles\generate.stamp is up-to-date.
13>  oflog.cc
13>  apndimpl.cc
11>  dsrreftn.cc
13>  appender.cc
13>  config.cc
11>  dsrscogr.cc
13>  consap.cc
11>  Generating Code...
13>  factory.cc
13>  fileap.cc
11>  Compiling...
11>  dsrsc3gr.cc
13>  filter.cc
11>  dsrscotn.cc
13>  globinit.cc
13>  hierarchy.cc
11>  dsrsc3tn.cc
13>  hierlock.cc
11>  dsrscovl.cc
13>  layout.cc
13>  logger.cc
11>  dsrsc3vl.cc
13>  logimpl.cc
11>  dsrsoprf.cc
13>  logevent.cc
13>  loglevel.cc
11>  dsrstrvl.cc
13>  loglog.cc
11>  dsrtcodt.cc
13>  lloguser.cc
13>  ndc.cc
11>  dsrtcosp.cc
13>  ntelogap.cc
11>  dsrtcotn.cc
13>  Generating Code...
13>  Compiling...
13>  nullap.cc
11>  dsrtcoto.cc
13>  objreg.cc
13>  patlay.cc
11>  dsrtcovl.cc
13>  pointer.cc
11>  dsrtextn.cc
13>  property.cc
13>  rootlog.cc
11>  dsrtimtn.cc
13>  sleep.cc
11>  dsrtncsr.cc
13>  socketap.cc
13>  sockbuff.cc
11>  dsrtree.cc
13>  socket.cc
11>  dsrtypes.cc
13>  strhelp.cc
13>  syncprims.cc
11>  dsruidtn.cc
13>  syslogap.cc
13>  threads.cc
11>  dsrwavch.cc
13>  timehelp.cc
11>  dsrwavtn.cc
13>  winsock.cc
13>  windebap.cc
11>  Generating Code...
13>  winconap.cc
11>  Compiling...
11>  dsrwavvl.cc
13>  Generating Code...
11>  dsrxmlc.cc
11>  dsrxmld.cc
13>  oflog.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\oflog\libsrc\Debug\oflog.lib
14>------ Build started: Project: dcmtls, Configuration: Debug Win32 ------
14>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmtls/libsrc/CMakeLists.txt
14>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmtls\libsrc\CMakeFiles\generate.stamp is up-to-date.
14>  tlslayer.cc
11>  dsriodcc.cc
14>  tlstrans.cc
11>  dsrbascc.cc
14>  tlsscu.cc
11>  dsrenhcc.cc
14>  Generating Code...
11>  dsrcomcc.cc
14>  dcmtls.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmtls\libsrc\Debug\dcmtls.lib
11>  dsrkeycc.cc
15>------ Build started: Project: dcmwlm, Configuration: Debug Win32 ------
15>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmwlm/libsrc/CMakeLists.txt
15>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmwlm\libsrc\CMakeFiles\generate.stamp is up-to-date.
15>  wlds.cc
11>  dsrmamcc.cc
15>  wldsfs.cc
11>  dsrchecc.cc
15>  wlfsim.cc
11>  dsrcolcc.cc
15>  wlmactmg.cc
11>  dsrprocc.cc
15>  Generating Code...
15>  dcmwlm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmwlm\libsrc\Debug\dcmwlm.lib
11>  dsrxrdcc.cc
16>------ Build started: Project: libi2d, Configuration: Debug Win32 ------
16>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/libi2d/CMakeLists.txt
16>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\libi2d\CMakeFiles\generate.stamp is up-to-date.
16>  i2d.cc
11>  dsrspecc.cc
16>  i2dplvlp.cc
16>  i2djpgs.cc
16>  i2dbmps.cc
11>  dsrmaccc.cc
16>  i2dplsc.cc
11>  dsrimpcc.cc
16>  i2dplnsc.cc
11>  Generating Code...
16>  Generating Code...
16>  libi2d.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\libi2d\Debug\libi2d.lib
17>------ Build started: Project: ijg12, Configuration: Debug Win32 ------
17>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/libijg12/CMakeLists.txt
17>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libijg12\CMakeFiles\generate.stamp is up-to-date.
17>  jaricom.c
17>  jcapimin.c
17>  jcapistd.c
17>  jcarith.c
11>  dcmsr.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\libsrc\Debug\dcmsr.lib
17>  jccoefct.c
17>  jccolor.c
18>------ Build started: Project: ijg8, Configuration: Debug Win32 ------
17>  jcdctmgr.c
17>  jcdiffct.c
17>  jchuff.c
18>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/libijg8/CMakeLists.txt
18>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libijg8\CMakeFiles\generate.stamp is up-to-date.
17>  jcinit.c
17>  jclhuff.c
17>  jclossls.c
17>  jclossy.c
17>  jcmainct.c
18>  jaricom.c
17>  jcmarker.c
18>  jcapimin.c
17>  jcmaster.c
18>  jcapistd.c
17>  jcodec.c
18>  jcarith.c
17>  jcomapi.c
18>  jccoefct.c
17>  jcparam.c
18>  jccolor.c
17>  jcphuff.c
18>  jcdctmgr.c
17>  Generating Code...
18>  jcdiffct.c
18>  jchuff.c
18>  jcinit.c
18>  jclhuff.c
17>  Compiling...
17>  jcpred.c
18>  jclossls.c
17>  jcprepct.c
18>  jclossy.c
17>  jcsample.c
18>  jcmainct.c
17>  jcscale.c
18>  jcmarker.c
17>  jcshuff.c
18>  jcmaster.c
17>  jctrans.c
18>  jcodec.c
17>  jdapimin.c
18>  jcomapi.c
17>  jdapistd.c
18>  jcparam.c
17>  jdarith.c
17>  jdatadst.c
18>  jcphuff.c
17>  jdatasrc.c
18>  Generating Code...
17>  jdcoefct.c
17>  jdcolor.c
17>  jddctmgr.c
18>  Compiling...
18>  jcpred.c
17>  jddiffct.c
18>  jcprepct.c
17>  jdhuff.c
18>  jcsample.c
17>  jdinput.c
18>  jcscale.c
17>  jdlhuff.c
18>  jcshuff.c
17>  jdlossls.c
18>  jctrans.c
17>  jdlossy.c
18>  jdapimin.c
17>  Generating Code...
18>  jdapistd.c
18>  jdarith.c
18>  jdatadst.c
18>  jdatasrc.c
17>  Compiling...
17>  jdmainct.c
18>  jdcoefct.c
17>  jdmarker.c
18>  jdcolor.c
17>  jdmaster.c
18>  jddctmgr.c
17>  jdmerge.c
18>  jddiffct.c
17>  jdphuff.c
18>  jdhuff.c
17>  jdpostct.c
18>  jdinput.c
17>  jdpred.c
18>  jdlhuff.c
17>  jdsample.c
18>  jdlossls.c
17>  jdscale.c
18>  jdlossy.c
17>  jdshuff.c
18>  Generating Code...
17>  jdtrans.c
17>  jerror.c
17>  jfdctflt.c
17>  jfdctfst.c
18>  Compiling...
18>  jdmainct.c
17>  jfdctint.c
18>  jdmarker.c
17>  jidctflt.c
18>  jdmaster.c
17>  jidctfst.c
18>  jdmerge.c
17>  jidctint.c
18>  jdphuff.c
17>  jidctred.c
18>  jdpostct.c
17>  jmemmgr.c
17>  Generating Code...
18>  jdpred.c
18>  jdsample.c
18>  jdscale.c
18>  jdshuff.c
17>  Compiling...
17>  jmemnobs.c
18>  jdtrans.c
17>  jquant1.c
18>  jerror.c
17>  jquant2.c
18>  jfdctflt.c
17>  jutils.c
18>  jfdctfst.c
17>  Generating Code...
18>  jfdctint.c
18>  jidctflt.c
18>  jidctfst.c
18>  jidctint.c
18>  jidctred.c
18>  jmemmgr.c
18>  Generating Code...
17>  ijg12.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libijg12\Debug\ijg12.lib
18>  Compiling...
19>------ Build started: Project: ijg16, Configuration: Debug Win32 ------
18>  jmemnobs.c
18>  jquant1.c
19>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/libijg16/CMakeLists.txt
18>  jquant2.c
19>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libijg16\CMakeFiles\generate.stamp is up-to-date.
18>  jutils.c
18>  Generating Code...
19>  jaricom.c
19>  jcapimin.c
19>  jcapistd.c
19>  jcarith.c
19>  jccoefct.c
19>  jccolor.c
19>  jcdctmgr.c
19>  jcdiffct.c
19>  jchuff.c
19>  jcinit.c
19>  jclhuff.c
19>  jclossls.c
19>  jclossy.c
19>  jcmainct.c
19>  jcmarker.c
19>  jcmaster.c
19>  jcodec.c
19>  jcomapi.c
19>  jcparam.c
19>  jcphuff.c
19>  Generating Code...
19>  Compiling...
19>  jcpred.c
19>  jcprepct.c
19>  jcsample.c
19>  jcscale.c
19>  jcshuff.c
19>  jctrans.c
19>  jdapimin.c
19>  jdapistd.c
19>  jdarith.c
19>  jdatadst.c
19>  jdatasrc.c
19>  jdcoefct.c
19>  jdcolor.c
19>  jddctmgr.c
19>  jddiffct.c
19>  jdhuff.c
19>  jdinput.c
19>  jdlhuff.c
19>  jdlossls.c
19>  jdlossy.c
19>  Generating Code...
19>  Compiling...
19>  jdmainct.c
19>  jdmarker.c
19>  jdmaster.c
19>  jdmerge.c
19>  jdphuff.c
19>  jdpostct.c
19>  jdpred.c
19>  jdsample.c
19>  jdscale.c
19>  jdshuff.c
19>  jdtrans.c
19>  jerror.c
19>  jfdctflt.c
19>  jfdctfst.c
19>  jfdctint.c
19>  jidctflt.c
19>  jidctfst.c
19>  jidctint.c
19>  jidctred.c
19>  jmemmgr.c
19>  Generating Code...
19>  Compiling...
19>  jmemnobs.c
19>  jquant1.c
19>  jquant2.c
19>  jutils.c
19>  Generating Code...
18>  ijg8.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libijg8\Debug\ijg8.lib
20>------ Build started: Project: dcmpstat, Configuration: Debug Win32 ------
20>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/libsrc/CMakeLists.txt
20>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\libsrc\CMakeFiles\generate.stamp is up-to-date.
19>  ijg16.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\libijg16\Debug\ijg16.lib
20>  dcmpstat.cc
21>------ Build started: Project: i2dbmp, Configuration: Debug Win32 ------
21>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/tests/CMakeLists.txt
21>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\CMakeFiles\generate.stamp is up-to-date.
21>  i2dbmp.cc
20>  dviface.cc
20>  dvpsab.cc
20>  dvpsabl.cc
20>  dvpsal.cc
20>  dvpsall.cc
21>  i2dbmp.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\Debug\i2dbmp.exe
20>  dvpscf.cc
22>------ Build started: Project: findscu, Configuration: Debug Win32 ------
22>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmnet/apps/CMakeLists.txt
22>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\CMakeFiles\generate.stamp is up-to-date.
20>  dvpscu.cc
22>  findscu.cc
20>  dvpscul.cc
20>  dvpsda.cc
20>  dvpsdal.cc
20>  dvpsfs.cc
20>  dvpsga.cc
20>  dvpsgal.cc
20>  dvpsgl.cc
20>  dvpsgll.cc
20>  dvpsgr.cc
22>  findscu.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\Debug\findscu.exe
23>------ Build started: Project: echoscu, Configuration: Debug Win32 ------
20>  dvpsgrl.cc
23>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmnet/apps/CMakeLists.txt
23>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\CMakeFiles\generate.stamp is up-to-date.
23>  echoscu.cc
20>  dvpshlp.cc
20>  dvpsib.cc
20>  Generating Code...
20>  Compiling...
20>  dvpsibl.cc
20>  dvpsmsg.cc
20>  dvpsov.cc
23>  echoscu.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\Debug\echoscu.exe
24>------ Build started: Project: dump2dcm, Configuration: Debug Win32 ------
24>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
24>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
24>  dump2dcm.cc
20>  dvpsovl.cc
20>  dvpspl.cc
20>  dvpspl2.cc
20>  dvpspll.cc
20>  dvpspr.cc
24>  dump2dcm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dump2dcm.exe
25>------ Build started: Project: dsrdump, Configuration: Debug Win32 ------
25>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsr/apps/CMakeLists.txt
25>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\CMakeFiles\generate.stamp is up-to-date.
25>  dsrdump.cc
20>  dvpsprt.cc
20>  dvpsri.cc
25>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
20>  dvpsril.cc
20>  dvpsrs.cc
20>  dvpsrsl.cc
25>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
20>  dvpssp.cc
25>  dsrdump.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\Debug\dsrdump.exe
20>  dvpsspl.cc
26>------ Build started: Project: dsr2xml, Configuration: Debug Win32 ------
26>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsr/apps/CMakeLists.txt
26>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\CMakeFiles\generate.stamp is up-to-date.
26>  dsr2xml.cc
20>  dvpssv.cc
20>  dvpssvl.cc
26>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
20>  dvpstat.cc
20>  dvpstx.cc
26>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
20>  dvpstxl.cc
26>  dsr2xml.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\Debug\dsr2xml.exe
20>  Generating Code...
27>------ Build started: Project: dsr2html, Configuration: Debug Win32 ------
27>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsr/apps/CMakeLists.txt
27>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\CMakeFiles\generate.stamp is up-to-date.
27>  dsr2html.cc
20>  Compiling...
20>  dvpsvl.cc
20>  dvpsvll.cc
27>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
20>  dvpsvw.cc
20>  dvpsvwl.cc
27>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
20>  dvsighdl.cc
20>  Generating Code...
27>  dsr2html.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\Debug\dsr2html.exe
28>------ Build started: Project: dconvlum, Configuration: Debug Win32 ------
28>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimgle/apps/CMakeLists.txt
28>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\apps\CMakeFiles\generate.stamp is up-to-date.
28>  dconvlum.cc
20>  dcmpstat.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\libsrc\Debug\dcmpstat.lib
29>------ Build started: Project: dcod2lum, Configuration: Debug Win32 ------
29>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimgle/apps/CMakeLists.txt
29>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\apps\CMakeFiles\generate.stamp is up-to-date.
29>  dcod2lum.cc
28>  dconvlum.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\apps\Debug\dconvlum.exe
30>------ Build started: Project: mkreport, Configuration: Debug Win32 ------
30>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsr/tests/CMakeLists.txt
30>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\tests\CMakeFiles\generate.stamp is up-to-date.
30>  mkreport.cc
29>  dcod2lum.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\apps\Debug\dcod2lum.exe
31>------ Build started: Project: movescu, Configuration: Debug Win32 ------
31>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmnet/apps/CMakeLists.txt
31>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\CMakeFiles\generate.stamp is up-to-date.
31>  movescu.cc
30>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
30>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
30>  mkreport.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\tests\Debug\mkreport.exe
31>  movescu.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\Debug\movescu.exe
32>------ Build started: Project: pdf2dcm, Configuration: Debug Win32 ------
32>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
32>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
33>------ Build started: Project: dcmsign, Configuration: Debug Win32 ------
32>  pdf2dcm.cc
33>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsign/apps/CMakeLists.txt
33>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsign\apps\CMakeFiles\generate.stamp is up-to-date.
33>  dcmsign.cc
32>  pdf2dcm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\pdf2dcm.exe
34>------ Build started: Project: dcmscale, Configuration: Debug Win32 ------
33>  dcmsign.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsign\apps\Debug\dcmsign.exe
34>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimage/apps/CMakeLists.txt
34>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\apps\CMakeFiles\generate.stamp is up-to-date.
35>------ Build started: Project: dcmquant, Configuration: Debug Win32 ------
34>  dcmscale.cc
35>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimage/apps/CMakeLists.txt
35>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\apps\CMakeFiles\generate.stamp is up-to-date.
35>  dcmquant.cc
34>  dcmscale.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\apps\Debug\dcmscale.exe
35>  dcmquant.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\apps\Debug\dcmquant.exe
36>------ Build started: Project: dcmqrti, Configuration: Debug Win32 ------
36>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmqrdb/apps/CMakeLists.txt
36>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\apps\CMakeFiles\generate.stamp is up-to-date.
37>------ Build started: Project: dcmqrscp, Configuration: Debug Win32 ------
36>  dcmqrti.cc
37>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmqrdb/apps/CMakeLists.txt
37>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\apps\CMakeFiles\generate.stamp is up-to-date.
37>  dcmqrscp.cc
36>  dcmqrti.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\apps\Debug\dcmqrti.exe
38>------ Build started: Project: dcmqridx, Configuration: Debug Win32 ------
38>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmqrdb/apps/CMakeLists.txt
38>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\apps\CMakeFiles\generate.stamp is up-to-date.
38>  dcmqridx.cc
37>  dcmqrscp.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\apps\Debug\dcmqrscp.exe
38>  dcmqridx.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmqrdb\apps\Debug\dcmqridx.exe
39>------ Build started: Project: storescp, Configuration: Debug Win32 ------
39>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmnet/apps/CMakeLists.txt
39>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\CMakeFiles\generate.stamp is up-to-date.
40>------ Build started: Project: xml2dsr, Configuration: Debug Win32 ------
40>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmsr/apps/CMakeLists.txt
40>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\CMakeFiles\generate.stamp is up-to-date.
39>  storescp.cc
40>  xml2dsr.cc
40>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
40>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
40>  xml2dsr.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmsr\apps\Debug\xml2dsr.exe
41>------ Build started: Project: dcmpssnd, Configuration: Debug Win32 ------
41>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
41>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
41>  dcmpssnd.cc
39>  storescp.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\Debug\storescp.exe
42>------ Build started: Project: dcmpsrcv, Configuration: Debug Win32 ------
42>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
42>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
42>  dcmpsrcv.cc
41>  dcmpssnd.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmpssnd.exe
42>  dcmpsrcv.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmpsrcv.exe
43>------ Build started: Project: dcmpsprt, Configuration: Debug Win32 ------
43>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
43>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
44>------ Build started: Project: dcmpsmk, Configuration: Debug Win32 ------
43>  dcmpsprt.cc
44>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
44>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
44>  dcmpsmk.cc
43>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
44>  dcmpsmk.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmpsmk.exe
45>------ Build started: Project: dcmpschk, Configuration: Debug Win32 ------
45>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
45>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
45>  dcmpschk.cc
43>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
43>  dcmpsprt.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmpsprt.exe
46>------ Build started: Project: dcmprscu, Configuration: Debug Win32 ------
46>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
46>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
46>  dcmprscu.cc
45>  dcmpschk.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmpschk.exe
47>------ Build started: Project: dcmprscp, Configuration: Debug Win32 ------
47>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
47>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
47>  dcmprscp.cc
46>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
46>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
46>  dcmprscu.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmprscu.exe
48>------ Build started: Project: dcmp2pgm, Configuration: Debug Win32 ------
48>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
48>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
48>  dcmp2pgm.cc
47>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
48>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
47>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
48>dcmsr.lib(dsrxmld.obj) : warning LNK4049: locally defined symbol _xmlFree imported
47>  dcmprscp.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmprscp.exe
49>------ Build started: Project: dcmodify, Configuration: Debug Win32 ------
49>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
49>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
49>  dcmodify.cc
49>  mdfconen.cc
48>  dcmp2pgm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmp2pgm.exe
49>  mdfdsman.cc
50>------ Build started: Project: storescu, Configuration: Debug Win32 ------
49>  Generating Code...
49>  dcmodify.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmodify.exe
51>------ Build started: Project: dcmmklut, Configuration: Debug Win32 ------
51>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
51>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
51>  dcmmklut.cc
52>------ Build started: Project: dcmmkdir, Configuration: Debug Win32 ------
51>  dcmmklut.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmmklut.exe
52>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/apps/CMakeLists.txt
52>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\CMakeFiles\generate.stamp is up-to-date.
53>------ Build started: Project: dcmmkcrv, Configuration: Debug Win32 ------
52>  dcmmkdir.cc
53>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmpstat/apps/CMakeLists.txt
53>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\CMakeFiles\generate.stamp is up-to-date.
53>  dcmmkcrv.cc
53>  dcmmkcrv.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmpstat\apps\Debug\dcmmkcrv.exe
54>------ Build started: Project: dcml2pnm, Configuration: Debug Win32 ------
52>  dcmmkdir.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\Debug\dcmmkdir.exe
54>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpls/apps/CMakeLists.txt
54>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\apps\CMakeFiles\generate.stamp is up-to-date.
54>  dcml2pnm.cc
55>------ Build started: Project: termscu, Configuration: Debug Win32 ------
55>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmnet/apps/CMakeLists.txt
55>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\CMakeFiles\generate.stamp is up-to-date.
55>  termscu.cc
55>  termscu.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmnet\apps\Debug\termscu.exe
56>------ Build started: Project: tstchval, Configuration: Debug Win32 ------
56>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/tests/CMakeLists.txt
56>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\CMakeFiles\generate.stamp is up-to-date.
56>  tstchval.cc
54>  dcml2pnm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\apps\Debug\dcml2pnm.exe
57>------ Build started: Project: dcmj2pnm, Configuration: Debug Win32 ------
57>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/apps/CMakeLists.txt
57>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\CMakeFiles\generate.stamp is up-to-date.
57>  dcmj2pnm.cc
56>  tstchval.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\Debug\tstchval.exe
58>------ Build started: Project: tstpath, Configuration: Debug Win32 ------
58>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/tests/CMakeLists.txt
58>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\CMakeFiles\generate.stamp is up-to-date.
58>  tstpath.cc
57>  dcmj2pnm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\Debug\dcmj2pnm.exe
58>  tstpath.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\Debug\tstpath.exe
59>------ Build started: Project: tstpread, Configuration: Debug Win32 ------
59>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/tests/CMakeLists.txt
59>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\CMakeFiles\generate.stamp is up-to-date.
59>  tstpread.cc
60>------ Build started: Project: dcmgpdir, Configuration: Debug Win32 ------
60>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
60>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
60>  dcmgpdir.cc
59>  tstpread.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\Debug\tstpread.exe
61>------ Build started: Project: dcmftest, Configuration: Debug Win32 ------
61>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
61>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
61>  dcmftest.cc
60>  dcmgpdir.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmgpdir.exe
62>------ Build started: Project: dcmdump, Configuration: Debug Win32 ------
62>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
62>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
62>  dcmdump.cc
61>  dcmftest.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmftest.exe
63>------ Build started: Project: dcmdspfn, Configuration: Debug Win32 ------
63>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimgle/apps/CMakeLists.txt
63>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\apps\CMakeFiles\generate.stamp is up-to-date.
63>  dcmdspfn.cc
62>  dcmdump.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmdump.exe
64>------ Build started: Project: tvrdatim, Configuration: Debug Win32 ------
64>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/tests/CMakeLists.txt
64>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\CMakeFiles\generate.stamp is up-to-date.
64>  tvrdatim.cc
63>  dcmdspfn.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimgle\apps\Debug\dcmdspfn.exe
65>------ Build started: Project: dcmdrle, Configuration: Debug Win32 ------
65>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
65>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
65>  dcmdrle.cc
64>  tvrdatim.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\tests\Debug\tvrdatim.exe
66>------ Build started: Project: dcmdjpls, Configuration: Debug Win32 ------
66>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpls/apps/CMakeLists.txt
66>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\apps\CMakeFiles\generate.stamp is up-to-date.
66>  dcmdjpls.cc
65>  dcmdrle.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmdrle.exe
67>------ Build started: Project: dcmdjpeg, Configuration: Debug Win32 ------
67>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/apps/CMakeLists.txt
67>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\CMakeFiles\generate.stamp is up-to-date.
67>  dcmdjpeg.cc
66>  dcmdjpls.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\apps\Debug\dcmdjpls.exe
68>------ Build started: Project: wlmscpfs, Configuration: Debug Win32 ------
68>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmwlm/apps/CMakeLists.txt
68>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmwlm\apps\CMakeFiles\generate.stamp is up-to-date.
68>  wlmscpfs.cc
68>  wlcefs.cc
67>  dcmdjpeg.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\Debug\dcmdjpeg.exe
69>------ Build started: Project: dcmcrle, Configuration: Debug Win32 ------
69>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
68>  Generating Code...
69>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
69>  dcmcrle.cc
69>  dcmcrle.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmcrle.exe
70>------ Build started: Project: dcmconv, Configuration: Debug Win32 ------
70>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
70>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
70>  dcmconv.cc
68>  wlmscpfs.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmwlm\apps\Debug\wlmscpfs.exe
71>------ Build started: Project: dcmcjpls, Configuration: Debug Win32 ------
70>  dcmconv.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcmconv.exe
71>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpls/apps/CMakeLists.txt
71>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\apps\CMakeFiles\generate.stamp is up-to-date.
71>  dcmcjpls.cc
72>------ Build started: Project: dcmcjpeg, Configuration: Debug Win32 ------
72>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmjpeg/apps/CMakeLists.txt
72>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\CMakeFiles\generate.stamp is up-to-date.
72>  dcmcjpeg.cc
71>  dcmcjpls.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpls\apps\Debug\dcmcjpls.exe
73>------ Build started: Project: dcm2xml, Configuration: Debug Win32 ------
73>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
73>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
73>  dcm2xml.cc
72>  dcmcjpeg.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmjpeg\apps\Debug\dcmcjpeg.exe
74>------ Build started: Project: dcm2pnm, Configuration: Debug Win32 ------
74>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmimage/apps/CMakeLists.txt
74>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\apps\CMakeFiles\generate.stamp is up-to-date.
74>  dcm2pnm.cc
73>  dcm2xml.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcm2xml.exe
75>------ Build started: Project: dcm2pdf, Configuration: Debug Win32 ------
75>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
75>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
75>  dcm2pdf.cc
74>  dcm2pnm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmimage\apps\Debug\dcm2pnm.exe
76>------ Build started: Project: xml2dcm, Configuration: Debug Win32 ------
76>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
76>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
76>  xml2dcm.cc
76>xml2dcm.obj : warning LNK4049: locally defined symbol _xmlFree imported
75>  dcm2pdf.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\dcm2pdf.exe
77>------ Build started: Project: img2dcm, Configuration: Debug Win32 ------
77>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/dcmdata/apps/CMakeLists.txt
77>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\CMakeFiles\generate.stamp is up-to-date.
77>  img2dcm.cc
76>xml2dcm.obj : warning LNK4049: locally defined symbol _xmlFree imported
76>  xml2dcm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\xml2dcm.exe
77>  img2dcm.vcxproj -> C:\Program Files\DCMTK\dcmtk-3.6.0-bin\dcmdata\apps\Debug\img2dcm.exe
78>------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------
78>  Building Custom Rule C:/Program Files/DCMTK/dcmtk-3.6.0/dcmtk-3.6.0/CMakeLists.txt
78>  CMake does not need to re-run because C:\Program Files\DCMTK\dcmtk-3.6.0-bin\CMakeFiles\generate.stamp is up-to-date.
78>  Build all projects
79>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
79>Project not selected to build for this solution configuration 
========== Build: 78 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========

Suggestions?

J. Riesmeier
DCMTK Developer
Posts: 2504
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: VS 2010 Exp: Unable to start program 'C:[BUILD]\Debug\AL

#2 Post by J. Riesmeier »

This path looks weird: "C:[BUILD]\Debug\ALL_BUILD"

Did you already check where the EXE files are created, e.g. dcmdump.exe? Somewhere below "C:\Program Files\DCMTK\dcmtk-3.6.0-bin\" I guess ...

lackscr8tivity
Posts: 3
Joined: Tue, 2012-10-09, 16:09

Re: VS 2010 Exp: Unable to start program 'C:[BUILD]\Debug\AL

#3 Post by lackscr8tivity »

No .exe are ever created.
C:[BUILD]/... is not literal path, just an abbr. version written in post.

J. Riesmeier
DCMTK Developer
Posts: 2504
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: VS 2010 Exp: Unable to start program 'C:[BUILD]\Debug\AL

#4 Post by J. Riesmeier »

According to the VS output, the EXE files are created in "C:\Program Files\DCMTK\dcmtk-3.6.0-bin\<module>\apps\Debug" where "<module>" is the name of the DCMTK module, e.g. "dcmdata".

lackscr8tivity
Posts: 3
Joined: Tue, 2012-10-09, 16:09

Re: VS 2010 Exp: Unable to start program 'C:[BUILD]\Debug\AL

#5 Post by lackscr8tivity »

I'm sorry, you are correct. Yes, the EXE files are created in "C:\Program Files\DCMTK\dcmtk-3.6.0-bin\<module>\apps\Debug" where "<module>" is the name of the DCMTK module, e.g. "dcmdata".

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest