<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi Ann,<br>
<br>
If you are GMail as your email client you will not receive messages you
send to email groups in your inbox: see
<a class="moz-txt-link-freetext" href="http://mail.google.com/support/bin/answer.py?answer=10314&topic=1566">http://mail.google.com/support/bin/answer.py?answer=10314&amp;topic=1566</a><br>
<br>
Regarding your setup issues: I don't have experience setting up ITK to
use VC++ Express (only VS 2005). Perhaps another insight-user who uses
VC++ Express can comment further? I do know that errors during the
CMake configuration will probably lead to errors during compilation, so
it's important to get the configuration errors sorted out first.<br>
<br>
Maybe one of the following resources will help?<br>
<br>
&nbsp;&nbsp;&nbsp; Insight Software Guide: <a class="moz-txt-link-freetext" href="http://www.itk.org/ItkSoftwareGuide.pdf">http://www.itk.org/ItkSoftwareGuide.pdf</a><br>
<br>
&nbsp;&nbsp;&nbsp; Getting started tutorial:
<a class="moz-txt-link-freetext" href="http://www.itk.org/Wiki/ITK_Getting_Started">http://www.itk.org/Wiki/ITK_Getting_Started</a><br>
<br>
<br>
HTH<br>
<br>
Dan<br>
<br>
Ann Choe wrote:</font>
<blockquote
 cite="mid79f9a85e0701080656yc43d24av669eeefb518269dd@mail.gmail.com"
 type="cite"><font face="Helvetica, Arial, sans-serif">Hello all,
  <br>
  <br>
  <br>
(If you are getting this e-mail for the second time, I apologize. I
  <br>
read however, that I'm supposed to get&nbsp; a copy of the e-mail I sent
  <br>
myself and never did, so thought I may post it again, just in case you
  <br>
didn't receive it either....)
  <br>
  <br>
  <br>
  <br>
I am having trouble installing ITK and was wondering if you could help.
  <br>
  <br>
I have so far:
  <br>
1. installed cmake
  <br>
2. installed vtk sucessfully, using cmake
  <br>
  <br>
I assumed that installing itk would be of a same process as vtk, and
  <br>
that is exactly what I did. (used cmake for configuring/generating,
  <br>
and compiled, release mode.) I have downloaded and installed visual
  <br>
c++ 8.0 express from microsoft (+ sdk + service pack1) for compiling
  <br>
purposes (yesterday).
  <br>
  <br>
windows xp
  <br>
visual c++ 8.0 express (free)
  <br>
cmake: 2.4.
  <br>
vtk: 5.0.2
  <br>
itk: 3.0.0
  <br>
  <br>
  <br>
  <br>
There were many errors generated during cmake process. All of them
  <br>
were not the same, but one example would be:
  <br>
  <br>
  <br>
  <br>
**********************
  <br>
Performing Test VXL_C_MATH_HAS_LROUND failed with the following output:
  <br>
  <br>
  <br>
Microsoft (R) Visual C++ Express Edition Version 8.0.50727.762.
  <br>
  <br>
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
  <br>
  <br>
------ Build started: Project: cmTryCompileExec, Configuration: Debug
  <br>
Win32 ------
  <br>
  <br>
Compiling...
  <br>
  <br>
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762
for 80x86
  <br>
  <br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.
  <br>
  <br>
cl /Od /D "_MBCS" /FD /EHsc /RTC1 /MDd
  <br>
/Fo"cmTryCompileExec.dir\Debug\\" /Fd"Debug/cmTryCompileExec.pdb" /W3
  <br>
/c /Zi /TP&nbsp;&nbsp;&nbsp; /DWIN32 /D_WINDOWS&nbsp; /Zm1000&nbsp;&nbsp;&nbsp; -DNOMINMAX
  <br>
-DVXL_C_MATH_HAS_LROUND /D_DEBUG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -DCMAKE_INTDIR=\"Debug\"
  <br>
  <br>
"..\..\..\InsightToolkit-3.0.0\Utilities\vxl\config\cmake\config\vxl_platform_tests.cxx"
  <br>
  <br>
vxl_platform_tests.cxx
  <br>
  <br>
..\..\..\InsightToolkit-3.0.0\Utilities\vxl\config\cmake\config\vxl_platform_tests.cxx(1069)
  <br>
: error C3861: 'lround': identifier not found
  <br>
  <br>
Build log was saved at "<a class="moz-txt-link-freetext" href="file://c:\Program">file://c:\Program</a>
  <br>
Files\ITK30\InsightToolkit-3.0.0_bin\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm"
  <br>
  <br>
cmTryCompileExec - 1 error(s), 0 warning(s)
  <br>
  <br>
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped
==========
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
*****************************
  <br>
But the biggest problem is, after I build the ITK (ALL_BUILD),
  <br>
ITK_Common.lb is not generated. It's not in the folder, period, and
  <br>
subsequent build of all the rest of the files fail. e.g.,
  <br>
  <br>
  <br>
  <br>
  <br>
*******************************
  <br>
------ Build started: Project: ImageReadWrite, Configuration: Release
  <br>
Win32 ------
  <br>
Compiling...
  <br>
ImageReadWrite.cxx
  <br>
Linking...
  <br>
LINK : fatal error LNK1181: cannot open input file 'ITKCommon.lib'
  <br>
Build log was saved at "<a class="moz-txt-link-freetext" href="file://c:\Program">file://c:\Program</a>
  <br>
Files\ITK30\InsightToolkit-3.0.0_bin\Examples\IO\ImageReadWrite.dir\Release\BuildLog.htm"
  <br>
ImageReadWrite - 1 error(s), 0 warning(s)
  <br>
  <br>
  <br>
  <br>
  <br>
****************
  <br>
I am a newbie to this world of ITK, and I am lost. Could someone help?
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
Thank you.
  <br>
  <br>
  <br>
Ann
  <br>
_______________________________________________
  <br>
Insight-users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>
  <br>
<a class="moz-txt-link-freetext" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a>
  <br>
  </font>
</blockquote>
</body>
</html>