Revision: 46aab1566f5414b35dccb063251205e6e4999b0e
Author: Paul Yushkevich <allura@localhost>
Date: 28.07.2016 12:45:16
Message:
Merge /u/vicory/itk-snap/ branch master into master
https://sourceforge.net/p/itk-snap/src/merge-requests/3/
----
Modified: CMakeLists.txt
Added: Common/ITKExtras/itkMorphologicalContourInterpolator.h
Added: Common/ITKExtras/itkMorphologicalContourInterpolator.hxx
Modified: GUI/Model/InterpolateLabelModel.cxx
Modified: GUI/Model/InterpolateLabelModel.h
Modified: GUI/Qt/Windows/InterpolateLabelsDialog.cxx
Modified: GUI/Qt/Windows/InterpolateLabelsDialog.h
Modified: GUI/Qt/Windows/InterpolateLabelsDialog.ui
Modified: Testing/Logic/iteratorTests.cxx
Modified: Testing/Logic/itkImageRegionIteratorTest.cxx
1>------ Build started: Project: markdown_to_hex, Configuration: Debug x64 ------
1> hexdump.cpp
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1940): error C2275: 'FILE' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdio.h(73) : see declaration of 'FILE'
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1940): error C2065: 'fp' : undeclared identifier
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1942): error C2065: 'fp' : undeclared identifier
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1942): warning C4047: '=' : 'int' differs in levels of indirection from 'FILE *'
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1945): error C2065: 'fp' : undeclared identifier
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1945): warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int'
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1945): warning C4024: 'run' : different types for formal and actual parameter 2
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1947): error C2065: 'fp' : undeclared identifier
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1947): warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int'
1>..\..\..\src\Submodules\c3d\utilities\hexdump.cpp(1947): warning C4024: 'fclose' : different types for formal and actual parameter 1
2>------ Build started: Project: markdown_docs, Configuration: Debug x64 ------
2> Building Custom Rule C:/Users/DELL/Workbench/workspace-msvc/ITK-SNAP/ITK-SNAP/src/Submodules/c3d/CMakeLists.txt
2> CMake does not need to re-run because C:\Users\DELL\Workbench\workspace-msvc\ITK-SNAP\ITK-SNAP\build\Submodules\c3d\CMakeFiles\generate.stamp is up-to-date.
2> Generating markdown_docs.h
2> 'Debug\markdown_to_hex.exe' is not recognized as an internal or external command,
2> operable program or batch file.
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" exited with code 9009.
4>------ Build started: Project: itksnapui_model, Configuration: Debug x64 ------
4> InterpolateLabelModel.cxx
4>C:\Users\DELL\Workbench\workspace-msvc\ITK-SNAP\ITK-SNAP\src\Common\ITKExtras\itkMorphologicalContourInterpolator.h(355): error C3646: 'ITK_DELETE_FUNCTION' : unknown override specifier
4> C:\Users\DELL\Workbench\workspace-msvc\ITK-SNAP\ITK-SNAP\src\Common\ITKExtras\itkMorphologicalContourInterpolator.h(358) : see reference to class template instantiation 'itk::MorphologicalContourInterpolator<TImage>' being compiled
4>C:\Users\DELL\Workbench\workspace-msvc\ITK-SNAP\ITK-SNAP\src\Common\ITKExtras\itkMorphologicalContourInterpolator.h(356): error C3646: 'ITK_DELETE_FUNCTION' : unknown override specifier
4>c:\users\dell\workbench\workspace-msvc\itk-snap\itk-snap\src\common\itkextras\itkMorphologicalContourInterpolator.h(355): error C3646: 'ITK_DELETE_FUNCTION' : unknown override specifier
4> C:\Users\DELL\Workbench\workspace-msvc\ITK-SNAP\ITK-SNAP\src\GUI\Model\InterpolateLabelModel.cxx(55) : see reference to class template instantiation 'itk::MorphologicalContourInterpolator<GenericImageData::LabelImageType>' being compiled
4>c:\users\dell\workbench\workspace-msvc\itk-snap\itk-snap\src\common\itkextras\itkMorphologicalContourInterpolator.h(356): error C3646: 'ITK_DELETE_FUNCTION' : unknown override specifier
1>CUSTOMBUILD : CMake error : CMake can not determine linker language for target: markdown_to_hex
--
You received this message because you are subscribed to the Google Groups "itksnap-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itksnap-dev+unsubscribe@googlegroups.com.
To post to this group, send email to itksn...@googlegroups.com.
Visit this group at https://groups.google.com/group/itksnap-dev.
For more options, visit https://groups.google.com/d/optout.
Okay, I figured it out. This problem was caused by wierd problem
with MSVC 2013 C compiler, that couldn't somehow cope without
braces of if case in C. Check my .patch. I can prepare a pull
request or you can use my patch if it helps.
Cheers,
Lukasz
You received this message because you are subscribed to a topic in the Google Groups "itksnap-developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/itksnap-dev/EzvrruyP_ic/unsubscribe.
To unsubscribe from this group and all its topics, send an email to itksnap-dev...@googlegroups.com.
To post to this group, send email to itksn...@googlegroups.com.
Visit this group at https://groups.google.com/group/itksnap-dev.
For more options, visit https://groups.google.com/d/optout.
![]() |
Ta wiadomość została sprawdzona na obecność wirusów przez oprogramowanie antywirusowe Avast.
|
That's really weird. I asked one of my students to compile
ITK-SNAP according to instructions and it went smooth without
discussed problem in hexdump.c I encountered.
I wonder, how I can check what's the reason behind it. I blame the C compiler in MSVC.
best wishes,
Lukasz Groszkowski
Hello
You received this message because you are subscribed to a topic in the Google Groups "itksnap-developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/itksnap-dev/EzvrruyP_ic/unsubscribe.
To unsubscribe from this group and all its topics, send an email to itksnap-dev...@googlegroups.com.
To post to this group, send email to itksn...@googlegroups.com.
Visit this group at https://groups.google.com/group/itksnap-dev.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to itksnap-dev+unsubscribe@googlegroups.com.
To post to this group, send email to itksn...@googlegroups.com.
Visit this group at https://groups.google.com/group/itksnap-dev.
For more options, visit https://groups.google.com/d/optout.
![]()
Ta wiadomość została sprawdzona na obecność wirusów przez oprogramowanie antywirusowe Avast.
www.avast.com
--
You received this message because you are subscribed to the Google Groups "itksnap-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itksnap-dev+unsubscribe@googlegroups.com.
To post to this group, send email to itksn...@googlegroups.com.
Visit this group at https://groups.google.com/group/itksnap-dev.
For more options, visit https://groups.google.com/d/optout.