[Insight-users] ImageRegistration1 question

Mark Walter Wyszomierski mww at andrew . cmu . edu
Thu, 4 Dec 2003 18:48:49 -0500 (EST)


Thanks for your response Luis, it made me realize the real problem I am
facing. I believe I may have compiled ITK incorrectly - I created it in a
folder on my desktop. All the header files are then in there too. So when
I try compiling my ImageRegistration1 project, it can't find any of the
many required ITK header files, and I would have to go through them all
and change the paths for the #includes starting from
ImageRegistration1.cxx.

In your GettingStarted-I tutorial, slide 7 has a comparison betwen an Out
Source Build and an In Source Build - is this the difference between
creating the ITK folder within your compilers src directory, or making it
elsewhere say the desktop like I did - will this correct the problem I'm
having with all the incorrect #include paths??

Thanks again for your time,

	Mark


On Thu, 4 Dec 2003, Luis Ibanez wrote:

>
> Hi Mark,
>
> ITK (including the examples) is compiled nightly
> with VC++ .NET 2003.
>
> The error you reported seems to be a configuration
> problem. The <abi_mutex.h> file is only used when
> you enable "ITK_USE_SPROC" on CMake during the
> configuration process.
>
> SPROC is usually available in SUN workstations, not
> in MS-Windows, where there is a specific WIN32-Threads
> library. You probably enabled ITK_USE_SPROC when you
> configured ITK with CMake.
>
> Please rerun CMake and disable this CMake variable,
> then recompile the toolkit.
>
> Let us know if you have further problems.
>
> Thanks
>
>    Luis
>
> -------------------------------
> Mark Walter Wyszomierski wrote:
>
> > Hi,
> >
> > I'm building the ImageRegistration1 sample program. I'm compiling on
> > windows with vc++ 2003.
> >
> > I'm missing a file called abi_mutex.h - I don't have that file and I
> > searched online for the source but couldn't find it. When I compile
> > ImageRegistration1, the header itkSimpleFastMutexLock.h complains that I
> > don't have the file. Can anyone send it to me - is this a unix specific
> > file?
> >
> >
> > Thanks for your time,
> >
> > 	Mark
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk . org
> > http://www . itk . org/mailman/listinfo/insight-users
> >
>
>
>
>
>