Sorry if this is the wrong way to go about asking questions but I was
not sure how to post my question or which email to send my questions
to.
I am currently trying to build CUDA ITK but I am having a great deal
of difficulty and I would appreciate any help.
I followed the steps correctly from
http://code.google.com/p/cuda-insight-toolkit/wiki/InstallingCITK
(ie extracted ITK and CITK into the same folder)
and I verified the installation (confirm CUDA programs can find and
communicate correctly with CUDA-enabled hardward) by running the
bandwidthTest.
When I try and built CITK in visual studios 2008 I get the following
error
fatal error C1083: Cannot open include file: 'cutil_inline.h': No such
file or directory
I found several websites that mentioned to add the following two
directory
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\common
\inc
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\lib
to properties->Configureation Properties->C/C++->General->Additional
Include Directories. Note: I selected build_testing and examples as
"OFF".
After this modifcation I only got two failed builds. There first error
was
16>vnl_alloc.cxx
14>The application has failed to start because its side-by-side
configuration is incorrect. Please see the application event log or
use the command-line sxstrace.exe tool for more detail.
14>Project : error PRJ0019: A tool returned an error code from
"Generating itksysProcessFwd9xEnc.c"
14>Build log was saved at "file://c:\Users\clefebvr\Desktop\CITK\bin
\Utilities\kwsys\itksys.dir\Debug\BuildLog.htm"
14>itksys - 1 error(s), 0 warning(s)
The second error was
35>itkFEMMaterialLinearElasticity.cxx
36>Compiling manifest to resources...
36>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
36>Copyright (C) Microsoft Corporation. All rights reserved.
36>Linking...
36>LINK : fatal error LNK1104: cannot open file '..\..\bin\Debug
\itksys.lib'
Regardless, I continued and I built my example project ITK-CPU-
SUBTRACTC but I got the error this error
1>..\..\..\cuda-insight-toolkit\Examples\src\itk-cpu-
subtractc.cxx(25) : fatal error C1083: Cannot open include file:
'itkImage.h': No such file or directory
Thanks for the help,
Calvin