Bill,<div><br></div><div>Yeah sure. But that suggestion was not made on the list and anyway it hasn't solved the problem either.<br><br><div class="gmail_quote">Lisa</div><div class="gmail_quote"><br></div><div class="gmail_quote">
<br></div><div class="gmail_quote">On 14 February 2012 21:00, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Lisa,<br>
<br>
Please keep the users list involved in the discussion.<br>
<span class="HOEnZb"><font color="#888888"><br>
Bill<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Tue, Feb 14, 2012 at 4:56 AM, Lisa Dean <<a href="mailto:lisadean.leo@gmail.com">lisadean.leo@gmail.com</a>> wrote:<br>
> Hi Bill,<br>
><br>
> Thanks for replying.<br>
> An ITK user advised me to make the following change.<br>
> Tools->Options->Projects and Solutions->Build and Run-> Maximum number of<br>
> parallel project builds to 1. I configured and generated the binaries once<br>
> again after making this change and I found that the Cmake process was<br>
> completed without any errors. But, once again when I opened visual studio<br>
> and gave ALL BUILD, there were 11 errors and 412 builds failed. Only 64<br>
> succeded. And the error messages were the same as the ones I posted earlier<br>
> on this thread.<br>
><br>
><br>
> I cannot fathom the reason.<br>
><br>
> Lisa<br>
><br>
><br>
><br>
><br>
> On 8 February 2012 18:40, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
>><br>
>> Visual Studio 8 is a supported compiler and we have nightly dashboards<br>
>> for it. Let's start from the beginning.<br>
>><br>
>> You said you had cmake errors when you configured the project. What are<br>
>> they?<br>
>><br>
>> On Tue, Feb 7, 2012 at 10:44 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>> wrote:<br>
>> > Lisa,<br>
>> ><br>
>> > What version of Visual Studio are you using?<br>
>> ><br>
>> > Bill<br>
>> ><br>
>> > On Tue, Feb 7, 2012 at 12:05 AM, Lisa Dean <<a href="mailto:lisadean.leo@gmail.com">lisadean.leo@gmail.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Hello ITK users,<br>
>> >><br>
>> >><br>
>> >> Kindly help me solve this problem that I'm facing.<br>
>> >> I've worked with ITKv3 for some time and did not experience any problem<br>
>> >> while building it for the first time. I've tried building ITKv4 in the<br>
>> >> same<br>
>> >> manner but many problems crop up. At first, while generating the bin<br>
>> >> file<br>
>> >> using CMake it showed many errors. Finally after deselecting 'Build<br>
>> >> Examples' and 'Build Shared Libraries', the configuration and<br>
>> >> generation<br>
>> >> were completed without errors. So, first of all I must ask, what should<br>
>> >> I do<br>
>> >> if I want to build the examples too? How is the process of building<br>
>> >> ITKv4<br>
>> >> different from that of ITKv3?<br>
>> >><br>
>> >><br>
>> >> The next problem arose when I opened ALL BUILD using visual studio. I<br>
>> >> started the build process as usual but once again 36 builds failed. I<br>
>> >> cannot<br>
>> >> make heads or tails from the error messages. Please see the error<br>
>> >> message<br>
>> >> below and suggest what could be done.<br>
>> >><br>
>> >><br>
>> >> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
>> >><br>
>> >> ------ Build started: Project: ITKCommon, Configuration: Release x64<br>
>> >> ------<br>
>> >> Compiling...<br>
>> >> itkNumericTraitsDiffusionTensor3DPixel.cxx<br>
>> >> d:\itk\source\modules\core\common\include\itkVector.hxx(146) : error<br>
>> >> C2244:<br>
>> >> 'itk::Vector<T,NVectorDimension>::GetSquaredNorm' : unable to match<br>
>> >> function<br>
>> >> definition to an existing declaration<br>
>> >> d:\itk\source\modules\core\common\include\itkVector.h(211) :<br>
>> >> see<br>
>> >> declaration of 'itk::Vector<T,NVectorDimension>::GetSquaredNorm'<br>
>> >> definition<br>
>> >> 'Vector<T,NVectorDimension>::RealValueType<br>
>> >> itk::Vector<T,NVectorDimension>::GetSquaredNorm(void) const'<br>
>> >> existing declarations<br>
>> >> 'NumericTraits<T>::RealType<br>
>> >> itk::Vector<T,NVectorDimension>::GetSquaredNorm(void) const'<br>
>> >> d:\itk\source\modules\core\common\include\itkVector.hxx(157) : error<br>
>> >> C2244:<br>
>> >> 'itk::Vector<T,NVectorDimension>::GetNorm' : unable to match function<br>
>> >> definition to an existing declaration<br>
>> >> d:\itk\source\modules\core\common\include\itkVector.h(208) :<br>
>> >> see<br>
>> >> declaration of 'itk::Vector<T,NVectorDimension>::GetNorm'<br>
>> >> definition<br>
>> >> 'Vector<T,NVectorDimension>::RealValueType<br>
>> >> itk::Vector<T,NVectorDimension>::GetNorm(void) const'<br>
>> >> existing declarations<br>
>> >> 'NumericTraits<T>::RealType<br>
>> >> itk::Vector<T,NVectorDimension>::GetNorm(void) const'<br>
>> >> d:\itk\source\modules\core\common\include\itkCovariantVector.hxx(187) :<br>
>> >> error C2244: 'itk::CovariantVector<T,NVectorDimension>::GetSquaredNorm'<br>
>> >> :<br>
>> >> unable to match function definition to an existing declaration<br>
>> >><br>
>> >> d:\itk\source\modules\core\common\include\itkCovariantVector.h(225)<br>
>> >> : see declaration of<br>
>> >> 'itk::CovariantVector<T,NVectorDimension>::GetSquaredNorm'<br>
>> >> definition<br>
>> >> 'CovariantVector<T,NVectorDimension>::RealValueType<br>
>> >> itk::CovariantVector<T,NVectorDimension>::GetSquaredNorm(void) const'<br>
>> >> existing declarations<br>
>> >> 'NumericTraits<T>::RealType<br>
>> >> itk::CovariantVector<T,NVectorDimension>::GetSquaredNorm(void) const'<br>
>> >> d:\itk\source\modules\core\common\include\itkCovariantVector.hxx(198) :<br>
>> >> error C2244: 'itk::CovariantVector<T,NVectorDimension>::GetNorm' :<br>
>> >> unable to<br>
>> >> match function definition to an existing declaration<br>
>> >><br>
>> >> d:\itk\source\modules\core\common\include\itkCovariantVector.h(216)<br>
>> >> : see declaration of<br>
>> >> 'itk::CovariantVector<T,NVectorDimension>::GetNorm'<br>
>> >> definition<br>
>> >> 'CovariantVector<T,NVectorDimension>::RealValueType<br>
>> >> itk::CovariantVector<T,NVectorDimension>::GetNorm(void) const'<br>
>> >> existing declarations<br>
>> >> 'NumericTraits<T>::RealType<br>
>> >> itk::CovariantVector<T,NVectorDimension>::GetNorm(void) const'<br>
>> >><br>
>> >><br>
>> >> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
>> >><br>
>> >> There were more of these messages but they seem kind of similar to the<br>
>> >> ones<br>
>> >> above.<br>
>> >><br>
>> >> Please help ASAP.<br>
>> >><br>
>> >><br>
>> >> Thanks a lot<br>
>> >> Lisa<br>
>> >><br>
>> >> _____________________________________<br>
>> >> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>> >><br>
>> >> Visit other Kitware open-source projects at<br>
>> >> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>> >><br>
>> >> Kitware offers ITK Training Courses, for more information visit:<br>
>> >> <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
>> >><br>
>> >> Please keep messages on-topic and check the ITK FAQ at:<br>
>> >> <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
>> >><br>
>> >> Follow this link to subscribe/unsubscribe:<br>
>> >> <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
>> >><br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> > Unpaid intern in BillsBasement at noware dot com<br>
>><br>
>><br>
>><br>
>> --<br>
>> Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</div></div></blockquote></div><br></div>