[Insight-users] compilation errors (Release 1.8)

William A. Hoffman billlist at nycap.rr.com
Fri Aug 20 16:02:29 EDT 2004


I think the problem is that you have add .txx as a file that can
be compiled to the Visual Studio IDE.

Tools-> Options -> Projects -> VC++ Build  -> C/C++ extensions 

Make sure .txx is not in that list.


Also, make sure you did not follow these instructions:

http://public.kitware.com/pipermail/insight-users/2003-February/002429.html

If you did, try to undo them.

-Bill

At 12:10 PM 8/20/2004, William A. Hoffman wrote:
>I just tried a download of 1.8 and it worked with no options set in cmake.
>(I used cmake 2.0.3).
>
>Can you folks with the problem send me the following file out of your
>binary tree:
>
>./Utilities/vxl/vcl/vcl_config_manual.h
>
>Also, exactly which file (.cxx) is being compiled when this error happens?
>
>-Bill
>
>
>At 09:11 AM 8/20/2004, John Biddiscombe wrote:
>>I'd just like to add that these are identical to the errors I get when
>>compiling itk. They've been present for several weeks in fact (possibly
>>longer - maybe sometime after 1.6). I had to roll back my ITK to get around
>>the problem. I assumed it was a cmake setting I had wrong because the
>>dashboard is always green, but despite doing comparisons of my cache with
>>the ones on the dashboard I was unable to ascertain the problem. (I've tried
>>a number of complete clean builds (and different cmake compatibility
>>settings) but the problem persists, my current guess is that the dashboards
>>aren't doing full builds overnight and the vcl parts aren't being redone
>>maybe)
>>
>>(I even posted my errors and my cache a few days ago, but the message was
>>bounced due to size)
>>
>>JB
>>
>>----- Original Message ----- 
>>From: "Peter BERTOLAZZI" <pbertolazzi at hotmail.com>
>>To: <luis.ibanez at kitware.com>
>>Cc: <insight-users at itk.org>
>>Sent: Friday, August 20, 2004 8:33 AM
>>Subject: Re: [Insight-users] compilation errors (Release 1.8)
>>
>>
>>> Hi Luis,
>>>
>>> I have used "Visual Studio 7 .NET 2003" in the "Build For:" of CMake...
>>>
>>> Best regards,
>>> Peter
>>>
>>>
>>> >From: Luis Ibanez <luis.ibanez at kitware.com>
>>> >To: Peter BERTOLAZZI <pbertolazzi at hotmail.com>
>>> >CC: insight-users at itk.org
>>> >Subject: Re: [Insight-users] compilation errors (Release 1.8)
>>> >Date: Thu, 19 Aug 2004 18:42:27 -0400
>>> >
>>> >
>>> >
>>> >Hi Peter,
>>> >
>>> >It seems that you selected the wrong compiler
>>> >when you configured ITK with CMake.
>>> >
>>> >Please rerun CMake and make sure that the compiler
>>> >selected in the upper-right corner is VC++ Net.
>>> >
>>> >Let us know if you still encounter any problems.
>>> >
>>> >
>>> >    Thanks
>>> >
>>> >
>>> >      Luis
>>> >
>>> >
>>> >-------------------------
>>> >Peter BERTOLAZZI wrote:
>>> >
>>> >>
>>> >>
>>> >>Thank you for your answer, Luis.
>>> >>
>>> >>
>>> >>Now I'm trying to compile the Release 1.8 (using CMake 1.8 and MS VC++.
>>> >>NET) and I get errors, here some of them:
>>> >>
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_alloc.h(51
>>2):
>>> >>error C2039: 'alloc' : is not a member of 'std'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(836
>>):
>>> >>error C2059: syntax error : ')'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(950
>>):
>>> >>error C2059: syntax error : ')'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(980
>>):
>>> >>error C2059: syntax error : 'const'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(101
>>9):
>>> >>error C2059: syntax error : 'const'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C2065: 'Alloc' : undeclared identifier
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C2065: 'Compare' : undeclared identifier
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(965
>>):
>>> >>error C2065: 'k' : undeclared identifier
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C2065: 'Key' : undeclared identifier
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(980
>>):
>>> >>error C2350: 'rb_tree<Key,Value,KeyOfValue,Compare,Alloc>::find' is not
>>a
>>> >>static member
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(101
>>5):
>>> >>error C2350: 'rb_tree<Key,Value,KeyOfValue,Compare,Alloc>::lower_bound'
>>is
>>> >>not a static member
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(101
>>9):
>>> >>error C2350: 'rb_tree<Key,Value,KeyOfValue,Compare,Alloc>::lower_bound'
>>is
>>> >>not a static member
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(104
>>9):
>>> >>error C2350: 'rb_tree<Key,Value,KeyOfValue,Compare,Alloc>::upper_bound'
>>is
>>> >>not a static member
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(866
>>):
>>> >>error C2447: '{' : missing function header (old-style formal list?)
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(959
>>):
>>> >>error C2447: '{' : missing function header (old-style formal list?)
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C2447: '{' : missing function header (old-style formal list?)
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C2447: '{' : missing function header (old-style formal list?)
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(957
>>):
>>> >>error C2904: 'Alloc' : name already used for a template in the current
>>> >>scope
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(957
>>):
>>> >>error C2904: 'Compare' : name already used for a template in the current
>>> >>scope
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(957
>>):
>>> >>error C2904: 'Key' : name already used for a template in the current
>>scope
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(957
>>):
>>> >>error C2904: 'KeyOfValue' : name already used for a template in the
>>> >>current scope
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(957
>>):
>>> >>error C2904: 'Value' : name already used for a template in the current
>>> >>scope
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(83):
>>> >>error C2953: 'std::allocator' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(75):
>>> >>error C2953: 'std::binary_function' : template class has already been
>>> >>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(226):
>>> >>error C2953: 'std::binary_negate' : template class has already been
>>> >>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(247):
>>> >>error C2953: 'std::binder1st' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(269):
>>> >>error C2953: 'std::binder2nd' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(99):
>>> >>error C2953: 'std::divides' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(117):
>>> >>error C2953: 'std::equal_to' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(129):
>>> >>error C2953: 'std::greater' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(141):
>>> >>error C2953: 'std::greater_equal' : template class has already been
>>> >>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(135):
>>> >>error
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(159):
>>> >>error C2953: 'std::logical_or' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(535):
>>> >>error C2953: 'std::mem_fun_ref_t' : template class has already been
>>> >>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(87):
>>> >>error C2953: 'std::minus' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(105):
>>> >>error C2953: 'std::modulus' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(93):
>>> >>error C2953: 'std::multiplies' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(111):
>>> >>error C2953: 'std::negate' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(123):
>>> >>error C2953: 'std::not_equal_to' : template class has already been
>>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(81):
>>> >>error C2953: 'std::plus' : template class has already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(348):
>>> >>error C2953: 'std::pointer_to_binary_function' : template class has
>>> >>already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(331):
>>> >>error C2953: 'std::pointer_to_unary_function' : template class has
>>already
>>> >>been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(67):
>>> >>error C2953: 'std::unary_function' : template class has already been
>>> >>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(206):
>>> >>error C2953: 'std::unary_negate' : template class has already been
>>defined
>>> >>use of class template requires template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>3):
>>> >>error C2955: 'rb_tree' : use of class template requires template
>>argument
>>> >>list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C2955: 'rb_tree' : use of class template requires template
>>argument
>>> >>list
>>> >>
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(776
>>)
>>> >>: see declaration of 'rb_tree'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C2955: 'rb_tree' : use of class template requires template
>>argument
>>> >>list
>>> >>
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(776
>>)
>>> >>: see declaration of 'rb_tree'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(86):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(86):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(86):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(86):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(88):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(88):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(88):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_defalloc.h
>>(88):
>>> >>error C2955: 'std::allocator' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(229):
>>> >>error C2955: 'std::binary_negate' : use of class template requires
>>> >>template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(229):
>>> >>error C2955: 'std::binary_negate' : use of class template requires
>>> >>template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(250):
>>> >>error C2955: 'std::binder1st' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(250):
>>> >>error C2955: 'std::binder1st' : use of class template requires template
>>> >>argument list
>>> >>
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(247)
>>> >>: see declaration of 'std::binder1st'
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(272):
>>> >>error C2955: 'std::binder2nd' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(272):
>>> >>error C2955: 'std::binder2nd' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(574):
>>> >>error C2955: 'std::mem_fun_ref_t' : use of class template requires
>>> >>template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(575):
>>> >>error C2955: 'std::mem_fun_ref_t' : use of class template requires
>>> >>template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(557):
>>> >>error C2955: 'std::mem_fun_t' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(558):
>>> >>error C2955: 'std::mem_fun_t' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(581):
>>> >>error C2955: 'std::mem_fun1_ref_t' : use of class template requires
>>> >>template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(582):
>>> >>error C2955: 'std::mem_fun1_ref_t' : use of class template requires
>>> >>template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(564):
>>> >>error C2955: 'std::mem_fun1_t' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(565):
>>> >>error C2955: 'std::mem_fun1_t' : use of class template requires template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(351):
>>> >>error C2955: 'std::pointer_to_binary_function' : use of class template
>>> >>requires template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(352):
>>> >>error C2955: 'std::pointer_to_binary_function' : use of class template
>>> >>requires template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(334):
>>> >>error C2955: 'std::pointer_to_unary_function' : use of class template
>>> >>requires template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(334):
>>> >>error C2955: 'std::pointer_to_unary_function' : use of class template
>>> >>requires template argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(209):
>>> >>error C2955: 'std::unary_negate' : use of class template requires
>>template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_functional
>>.h(209):
>>> >>error C2955: 'std::unary_negate' : use of class template requires
>>template
>>> >>argument list
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(980
>>):
>>> >>error C2988: unrecognizable template declaration/definition
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(101
>>9):
>>> >>error C2988: unrecognizable template declaration/definition
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_algobase.h
>>(194):
>>> >>error C2995: 'void vcl_construct(U *,const V &)' : template function has
>>> >>already been defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_algobase.h
>>(185):
>>> >>error C2995: 'void vcl_destroy(T *)' : template function has already
>>been
>>> >>defined
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C3861: 'Alloc': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(958
>>):
>>> >>error C3861: 'Alloc': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(994
>>):
>>> >>error C3861: 'Alloc': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'Alloc': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Alloc': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C3861: 'Compare': identifier not found, even with
>>argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>3):
>>> >>error C3861: 'Compare': identifier not found, even with
>>argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Compare': identifier not found, even with
>>argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Compare': identifier not found, even with
>>argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(980
>>):
>>> >>error C3861: 'k': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(100
>>4):
>>> >>error C3861: 'k': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(101
>>9):
>>> >>error C3861: 'k': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(104
>>9):
>>> >>error C3861: 'k': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(958
>>):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(994
>>):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>3):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Key': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(958
>>):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(994
>>):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>3):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'KeyOfValue': identifier not found, even with
>>> >>argument-dependent lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(865
>>):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(958
>>):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(994
>>):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(995
>>):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>3):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(103
>>4):
>>> >>error C3861: 'Value': identifier not found, even with argument-dependent
>>> >>lookup
>>>
>>>>c:\itk_180\InsightToolkit-1.8.0\Utilities\vxl\vcl\emulation\vcl_tree.h(104
>>9):
>>> >>fatal error C1003: error count exceeds 100; stopping compilation
>>> >>C:\Program Files\Microsoft Visual Studio .NET
>>> >>2003\Vc7\include\ostream(604): fatal error C1903: unable to recover from
>>> >>previous error(s); stopping compilation
>>> >>Histogram fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>GaussianDensityFunction fatal error LNK1104: cannot open file
>>'itkvcl.lib'
>>> >>ExpectationMaximizationMixtureModelEstimator fatal error LNK1104: cannot
>>> >>open file 'itkvcl.lib'
>>> >>EuclideanDistance fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>BayesianPluginClassifier fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>GibbsPriorImageFilter1 fatal error LNK1104: cannot open file
>>'itkvcl.lib'
>>> >>GeodesicActiveContourShapePriorLevelSetImageFilter fatal error LNK1104:
>>> >>cannot open file 'itkvcl.lib'
>>> >>GeodesicActiveContourImageFilter fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>FuzzyConnectednessImageFilter fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>FastMarchingImageFilter fatal error LNK1104: cannot open file
>>'itkvcl.lib'
>>> >>DeformableModel2 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>DeformableModel1 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>ConnectedThresholdImageFilter fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>ConfidenceConnected fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>CannySegmentationLevelSetImageFilter fatal error LNK1104: cannot open
>>file
>>> >>'itkvcl.lib'
>>> >>RegistrationExamples7 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>RegistrationExamples6 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>RegistrationExamples5 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>RegistrationExamples4 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>RegistrationExamples3 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>RegistrationExamples2 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>RegistrationExamples fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>MultiResImageRegistration2 fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>MultiResImageRegistration1 fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>ModelToImageRegistration1 fatal error LNK1104: cannot open file
>>> >>'itkvcl.lib'
>>> >>MeanSquaresImageMetric1 fatal error LNK1104: cannot open file
>>'itkvcl.lib'
>>> >>LandmarkWarping2 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>IterativeClosestPoint2 fatal error LNK1104: cannot open file
>>'itkvcl.lib'
>>> >>IterativeClosestPoint1 fatal error LNK1104: cannot open file
>>'itkvcl.lib'
>>> >>ImageRegistration9 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>ImageRegistration8 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>ImageRegistration7 fatal error LNK1104: cannot open file 'itkvcl.lib'
>>> >>
>>> >>
>>> >>Thanks in advance,
>>> >>Peter
>>> >>
>>> >
>>> >
>>> >
>>> >
>>>
>>> _________________________________________________________________
>>> FREE pop-up blocking with the new MSN Toolbar ­ get it now!
>>> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>>>
>>> _______________________________________________
>>> Insight-users mailing list
>>> Insight-users at itk.org
>>> http://www.itk.org/mailman/listinfo/insight-users
>>
>>_______________________________________________
>>Insight-users mailing list
>>Insight-users at itk.org
>>http://www.itk.org/mailman/listinfo/insight-users 
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users 



More information about the Insight-users mailing list