Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Build SimpleRTK with C# Wrapper in Visual Studio #122

Closed
dis081278 opened this issue Nov 30, 2017 · 2 comments
Closed

Unable to Build SimpleRTK with C# Wrapper in Visual Studio #122

dis081278 opened this issue Nov 30, 2017 · 2 comments

Comments

@dis081278
Copy link

Hi I am trying to comple SimpleRTK. Any ideas what I'm doing wrong? I am using the following environment:

Microsoft Visual Studio Community 2017
Version 15.4.3
VisualStudio.15.Release/15.4.3+27004.2008
Microsoft .NET Framework
Version 4.7.02556

Installed Version: Community

Visual C# 2017 00369-60000-00001-AA114
Microsoft Visual C# 2017

Visual C++ 2017 00369-60000-00001-AA114
Microsoft Visual C++ 2017

Visual Studio tools for CMake 1.0
Visual Studio tools for CMake

I get the following error when I run Build on ALL_BUILD:

1>------ Build started: Project: SuperBuildSimpleRTKSourceReal, Configuration: Release Win32 ------
2>------ Build started: Project: rtkData, Configuration: Release Win32 ------
3>------ Build started: Project: Swig, Configuration: Release Win32 ------
4>------ Build started: Project: GTest, Configuration: Release Win32 ------
5>------ Build started: Project: Lua, Configuration: Release Win32 ------
6>------ Build started: Project: virtualenv, Configuration: Release Win32 ------
7>------ Build started: Project: SimpleRTK, Configuration: Release Win32 ------
7>Building Custom Rule C:/Users/Deepa/RTK/CMakeLists.txt
7>CMake does not need to re-run because C:/Users/Deepa/RTK/RTK-bin/CMakeFiles/generate.stamp is up-to-date.
7>Creating directories for 'SimpleRTK'
7>No download step for 'SimpleRTK'
7>No update step for 'SimpleRTK'
7>No patch step for 'SimpleRTK'
7>Performing configure step for 'SimpleRTK'
7>Not searching for unused variables given on the command line.
7>loading initial cache file C:/Users/Deepa/RTK/RTK-bin/SimpleRTK-build/CMakeCacheInit.txt
7>-- Building SimpleRTK version "1.0.0.dev372-g0aa67"
7>-- Checking if c++11 is required...
7>-- Checking if c++11 is required... NO
7>CMake Warning (dev) at CMake/srtkLanguageOptions.cmake:67 (find_package):
7> Ignoring EXACT since no version is requested.
7>Call Stack (most recent call first):
7> CMakeLists.txt:368 (include)
7>This warning is for project developers. Use -Wno-dev to suppress it.
7>
7>CMake Warning at CMake/srtkLanguageOptions.cmake:70 (message):
7> Python version less that 2.6: "".
7>Call Stack (most recent call first):
7> CMakeLists.txt:368 (include)
7>
7>
7>-- Could NOT find Tclsh (missing: TCL_TCLSH)
7>-- Found the following C# .NET versions: v4.0.30319, v3.5, v2.0.50727
7>-- Processing json files...
7>-- Processing json files...done
7>-- Found the following C# .NET versions: v4.0.30319, v3.5, v2.0.50727
7>-- Using .NET compiler version v2.0.50727
7>-- Adding C# library SimpleRTKCSharpManaged: 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/csc.exe /t:library /out:SimpleRTKCSharpManaged.dll /platform:anycpu /reference:System.dll C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\CSharpSources*.cs'
7>-- Adding C# exe CSharpRTKFirstReconstruction: 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/csc.exe /t:exe /out:CSharpRTKFirstReconstruction.exe /platform:anycpu /reference:System.dll;/reference:SimpleRTKCSharpManaged.dll C:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs'
7>-- Adding C# exe CSharpImageTest: 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/csc.exe /t:exe /out:CSharpImageTest.exe /platform:anycpu /reference:System.dll;/reference:SimpleRTKCSharpManaged.dll C:\Users\Deepa\RTK\utilities\SimpleRTK\Testing\CSharpImageTest.cs'
7>-- Configuring done
7>-- Generating done
7>-- Build files have been written to: C:/Users/Deepa/RTK/RTK-bin/SimpleRTK-build
7>Performing build step for 'SimpleRTK'
7>Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
7>Copyright (C) Microsoft Corporation. All rights reserved.
7>
7>Build started 11/29/2017 8:18:35 PM.
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" on node 1 (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
7>PrepareForBuild:
7> Creating directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Release".
7>InitializeBuildStatus:
7> Creating "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>FinalizeBuildStatus:
7> Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
7> Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
7>CleanupEmptyRefsFolder:
7> Removing directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Release".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ZERO_CHECK.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\BasicFiltersSourceCode.vcxproj" (3) on node 1 (default targets).
7>PrepareForBuild:
7> Creating directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\Release".
7>InitializeBuildStatus:
7> Creating "Win32\Release\BasicFiltersSourceCode\BasicFil.1500962F.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>FinalizeBuildStatus:
7> Deleting file "Win32\Release\BasicFiltersSourceCode\BasicFil.1500962F.tlog\unsuccessfulbuild".
7> Touching "Win32\Release\BasicFiltersSourceCode\BasicFil.1500962F.tlog\BasicFiltersSourceCode.lastbuildstate".
7>CleanupEmptyRefsFolder:
7> Removing directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\Release".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\BasicFiltersSourceCode.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj" (4) on node 1 (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj" (4) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpManaged.vcxproj" (5) on node 1 (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpManaged.vcxproj" (5) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpNative_CSHARP.vcxproj" (6) on node 1 (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpNative_CSHARP.vcxproj" (6) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters0.vcxproj" (7) on node 1 (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters0.vcxproj" (7) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\Common\src\SimpleRTKCommon.vcxproj" (8) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKCommon.dir\Release\SimpleRTKCommon.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKCommon.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKCommon-1.0.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKCommon.dir\Release\SimpleRTKCommon.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKCommon.dir\Release\SimpleRTKCommon.tlog\SimpleRTKCommon.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\Common\src\SimpleRTKCommon.vcxproj" (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKBasicFilters0.dir\Release\SimpleRT.DF59DF5F.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKBasicFilters0.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKBasicFilters0-1.0.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKBasicFilters0.dir\Release\SimpleRT.DF59DF5F.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKBasicFilters0.dir\Release\SimpleRT.DF59DF5F.tlog\SimpleRTKBasicFilters0.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters0.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpNative_CSHARP.vcxproj" (6) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters1.vcxproj" (9) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKBasicFilters1.dir\Release\SimpleRT.678DB392.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKBasicFilters1.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKBasicFilters1-1.0.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKBasicFilters1.dir\Release\SimpleRT.678DB392.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKBasicFilters1.dir\Release\SimpleRT.678DB392.tlog\SimpleRTKBasicFilters1.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters1.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpNative_CSHARP.vcxproj" (6) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters2.vcxproj" (10) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKBasicFilters2.dir\Release\SimpleRT.7654E14D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKBasicFilters2.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKBasicFilters2-1.0.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKBasicFilters2.dir\Release\SimpleRT.7654E14D.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKBasicFilters2.dir\Release\SimpleRT.7654E14D.tlog\SimpleRTKBasicFilters2.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters2.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpNative_CSHARP.vcxproj" (6) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters3.vcxproj" (11) on node 1 (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters3.vcxproj" (11) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\IO\src\SimpleRTKIO.vcxproj" (12) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKIO.dir\Release\SimpleRTKIO.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKIO.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKIO-1.0.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKIO.dir\Release\SimpleRTKIO.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKIO.dir\Release\SimpleRTKIO.tlog\SimpleRTKIO.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\IO\src\SimpleRTKIO.vcxproj" (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKBasicFilters3.dir\Release\SimpleRT.8103D099.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKBasicFilters3.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKBasicFilters3-1.0.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKBasicFilters3.dir\Release\SimpleRT.8103D099.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKBasicFilters3.dir\Release\SimpleRT.8103D099.tlog\SimpleRTKBasicFilters3.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Code\BasicFilters\src\SimpleRTKBasicFilters3.vcxproj" (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKCSharpNative_CSHARP.dir\Release\SimpleRT.D8C0E848.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Link:
7> All outputs are up-to-date.
7> SimpleRTKCSharpNative_CSHARP.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\CSharpBinaries\SimpleRTKCSharpNative.dll
7>PostBuildEvent:
7> setlocal
7> :cmEnd
7> endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
7> :cmErrorLevel
7> exit /b %1
7> :cmDone
7> if %errorlevel% neq 0 goto :VCEnd
7> :VCEnd
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKCSharpNative_CSHARP.dir\Release\SimpleRT.D8C0E848.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKCSharpNative_CSHARP.dir\Release\SimpleRT.D8C0E848.tlog\SimpleRTKCSharpNative_CSHARP.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpNative_CSHARP.vcxproj" (default targets).
7>PrepareForBuild:
7> Creating directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\Release".
7>InitializeBuildStatus:
7> Creating "Win32\Release\SimpleRTKCSharpManaged\SimpleRT.C43FDDBB.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>FinalizeBuildStatus:
7> Deleting file "Win32\Release\SimpleRTKCSharpManaged\SimpleRT.C43FDDBB.tlog\unsuccessfulbuild".
7> Touching "Win32\Release\SimpleRTKCSharpManaged\SimpleRT.C43FDDBB.tlog\SimpleRTKCSharpManaged.lastbuildstate".
7>CleanupEmptyRefsFolder:
7> Removing directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\Release".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Wrapping\CSharp\SimpleRTKCSharpManaged.vcxproj" (default targets).
7>PrepareForBuild:
7> Creating directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\Release".
7>InitializeBuildStatus:
7> Touching "Win32\Release\CSharpImageTest\CSharpImageTest.tlog\unsuccessfulbuild".
7>CustomBuild:
7> Building Custom Rule C:/Users/Deepa/RTK/utilities/SimpleRTK/Testing/Unit/CMakeLists.txt
7> CMake does not need to re-run because C:/Users/Deepa/RTK/RTK-bin/SimpleRTK-build/Testing/Unit/CMakeFiles/generate.stamp is up-to-date.
7> Compiling C# exe CSharpImageTest: 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/csc.exe /t:exe /out:CSharpImageTest.exe /platform:anycpu /reference:System.dll;/reference:SimpleRTKCSharpManaged.dll C:\Users\Deepa\RTK\utilities\SimpleRTK\Testing\CSharpImageTest.cs'
7> Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.8825
7> for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
7> Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
7>
7>CUSTOMBUILD : warning CS1668: Invalid search path 'lib\um\x86' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Testing\CSharpImageTest.cs(4,28): error CS0234: The type or namespace name 'PixelIDValueEnum' does not exist in the namespace 'rtk.simple' (are you missing an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Testing\CSharpImageTest.cs(12,37): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj]
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj" (default targets) -- FAILED.
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj" (13) on node 1 (default targets).
7>InitializeBuildStatus:
7> Touching "Win32\Release\CSharpRTKFirstReconstruction\CSharpRT.9F660E7C.tlog\unsuccessfulbuild".
7>CustomBuild:
7> Building Custom Rule C:/Users/Deepa/RTK/utilities/SimpleRTK/Testing/Unit/CMakeLists.txt
7> CMake does not need to re-run because C:/Users/Deepa/RTK/RTK-bin/SimpleRTK-build/Testing/Unit/CMakeFiles/generate.stamp is up-to-date.
7> Compiling C# exe CSharpRTKFirstReconstruction: 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/csc.exe /t:exe /out:CSharpRTKFirstReconstruction.exe /platform:anycpu /reference:System.dll;/reference:SimpleRTKCSharpManaged.dll C:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs'
7> Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.8825
7> for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
7> Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
7>
7>CUSTOMBUILD : warning CS1668: Invalid search path 'lib\um\x86' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(31,17): error CS0246: The type or namespace name 'ThreeDCircularProjectionGeometry' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(31,65): error CS0246: The type or namespace name 'ThreeDCircularProjectionGeometry' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(44,17): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(44,63): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(45,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(45,43): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(49,17): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(49,47): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(53,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(53,44): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(62,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(64,17): error CS0246: The type or namespace name 'RayEllipsoidIntersectionImageFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(64,63): error CS0246: The type or namespace name 'RayEllipsoidIntersectionImageFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(65,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(65,54): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(70,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(70,43): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(80,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(84,17): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(84,64): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(85,17): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(85,48): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(93,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(96,17): error CS0246: The type or namespace name 'FDKConeBeamReconstructionFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(96,64): error CS0246: The type or namespace name 'FDKConeBeamReconstructionFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(100,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(102,17): error CS0246: The type or namespace name 'ImageFileWriter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(102,46): error CS0246: The type or namespace name 'ImageFileWriter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj" (default targets) -- FAILED.
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Examples\RTKFirstReconstruction.vcxproj" (14) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "RTKFirstReconstruction.dir\Release\RTKFirst.01AE6C03.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Link:
7> All outputs are up-to-date.
7> RTKFirstReconstruction.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\bin\Release\RTKFirstReconstruction.exe
7>FinalizeBuildStatus:
7> Deleting file "RTKFirstReconstruction.dir\Release\RTKFirst.01AE6C03.tlog\unsuccessfulbuild".
7> Touching "RTKFirstReconstruction.dir\Release\RTKFirst.01AE6C03.tlog\RTKFirstReconstruction.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Examples\RTKFirstReconstruction.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\SimpleRTKUnitTestBase.vcxproj" (15) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKUnitTestBase.dir\Release\SimpleRT.51C2672E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Lib:
7> All outputs are up-to-date.
7> SimpleRTKUnitTestBase.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\lib\Release\SimpleRTKUnitTestBase.lib
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKUnitTestBase.dir\Release\SimpleRT.51C2672E.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKUnitTestBase.dir\Release\SimpleRT.51C2672E.tlog\SimpleRTKUnitTestBase.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\SimpleRTKUnitTestBase.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\SimpleRTKUnitTestDriver0.vcxproj" (16) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKUnitTestDriver0.dir\Release\SimpleRT.DD5DC61E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Link:
7> All outputs are up-to-date.
7> SimpleRTKUnitTestDriver0.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\bin\Release\SimpleRTKUnitTestDriver0.exe
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKUnitTestDriver0.dir\Release\SimpleRT.DD5DC61E.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKUnitTestDriver0.dir\Release\SimpleRT.DD5DC61E.tlog\SimpleRTKUnitTestDriver0.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\SimpleRTKUnitTestDriver0.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\SimpleRTKUnitTestDriver1.vcxproj" (17) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "SimpleRTKUnitTestDriver1.dir\Release\SimpleRT.B7366DF8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Link:
7> All outputs are up-to-date.
7> SimpleRTKUnitTestDriver1.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\bin\Release\SimpleRTKUnitTestDriver1.exe
7>FinalizeBuildStatus:
7> Deleting file "SimpleRTKUnitTestDriver1.dir\Release\SimpleRT.B7366DF8.tlog\unsuccessfulbuild".
7> Touching "SimpleRTKUnitTestDriver1.dir\Release\SimpleRT.B7366DF8.tlog\SimpleRTKUnitTestDriver1.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\SimpleRTKUnitTestDriver1.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\WrappedGeneratedTests.vcxproj" (18) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "Win32\Release\WrappedGeneratedTests\WrappedG.9E1E95C7.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>FinalizeBuildStatus:
7> Deleting file "Win32\Release\WrappedGeneratedTests\WrappedG.9E1E95C7.tlog\unsuccessfulbuild".
7> Touching "Win32\Release\WrappedGeneratedTests\WrappedG.9E1E95C7.tlog\WrappedGeneratedTests.lastbuildstate".
7>CleanupEmptyRefsFolder:
7> Removing directory "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\Release".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\WrappedGeneratedTests.vcxproj" (default targets).
7>Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\srtkSystemInformationTest.vcxproj" (19) on node 1 (default targets).
7>InitializeBuildStatus:
7> Creating "srtkSystemInformationTest.dir\Release\srtkSyst.FFDDB99F.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
7>CustomBuild:
7> All outputs are up-to-date.
7>ClCompile:
7> All outputs are up-to-date.
7>Link:
7> All outputs are up-to-date.
7> srtkSystemInformationTest.vcxproj -> C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\bin\Release\srtkSystemInformationTest.exe
7>FinalizeBuildStatus:
7> Deleting file "srtkSystemInformationTest.dir\Release\srtkSyst.FFDDB99F.tlog\unsuccessfulbuild".
7> Touching "srtkSystemInformationTest.dir\Release\srtkSyst.FFDDB99F.tlog\srtkSystemInformationTest.lastbuildstate".
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\srtkSystemInformationTest.vcxproj" (default targets).
7>Done Building Project "C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
7>
7>Build FAILED.
7>
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (default target) (1) ->
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj" (default target) (4) ->
7>(CustomBuild target) ->
7>CUSTOMBUILD : warning CS1668: Invalid search path 'lib\um\x86' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj]
7>
7>
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (default target) (1) ->
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj" (default target) (13) ->
7>CUSTOMBUILD : warning CS1668: Invalid search path 'lib\um\x86' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>
7>
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (default target) (1) ->
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj" (default target) (4) ->
7>(CustomBuild target) ->
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Testing\CSharpImageTest.cs(4,28): error CS0234: The type or namespace name 'PixelIDValueEnum' does not exist in the namespace 'rtk.simple' (are you missing an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Testing\CSharpImageTest.cs(12,37): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpImageTest.vcxproj]
7>
7>
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\ALL_BUILD.vcxproj" (default target) (1) ->
7>"C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj" (default target) (13) ->
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(31,17): error CS0246: The type or namespace name 'ThreeDCircularProjectionGeometry' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(31,65): error CS0246: The type or namespace name 'ThreeDCircularProjectionGeometry' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(44,17): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(44,63): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(45,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(45,43): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(49,17): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(49,47): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(53,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(53,44): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(62,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(64,17): error CS0246: The type or namespace name 'RayEllipsoidIntersectionImageFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(64,63): error CS0246: The type or namespace name 'RayEllipsoidIntersectionImageFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(65,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(65,54): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(70,17): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(70,43): error CS0246: The type or namespace name 'VectorDouble' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(80,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(84,17): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(84,64): error CS0246: The type or namespace name 'ConstantImageSource' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(85,17): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(85,48): error CS0246: The type or namespace name 'VectorUInt32' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(93,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(96,17): error CS0246: The type or namespace name 'FDKConeBeamReconstructionFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(96,64): error CS0246: The type or namespace name 'FDKConeBeamReconstructionFilter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(100,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(102,17): error CS0246: The type or namespace name 'ImageFileWriter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>c:\Users\Deepa\RTK\utilities\SimpleRTK\Examples\RTKFirstReconstruction.cs(102,46): error CS0246: The type or namespace name 'ImageFileWriter' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Deepa\RTK\RTK-bin\SimpleRTK-build\Testing\Unit\CSharpRTKFirstReconstruction.vcxproj]
7>
7> 2 Warning(s)
7> 30 Error(s)
7>
7>Time Elapsed 00:00:01.54
7>Done building project "SimpleRTK.vcxproj" -- FAILED.
========== Build: 6 succeeded, 1 failed, 134 up-to-date, 0 skipped ==========

@SimonRit
Copy link
Collaborator

Hi,
The C# wrapper has been inherited from SimpleITK but we actually never used it nor tested it. We only test and support Python wrappings. We kept the other wrappings in case someone wants to use them but then you'll probably have to fix them yourself. In addition, be aware that we are probably going to move away from SimpleRTK and use newer ITK Python wrappings in the future with the ITK_WRAP_PYTHON option and the branch RTK-ExternalModule.
If you manage to keep them, please submit a pull-request with your suggested changes. Thanks!
Simon

@SimonRit
Copy link
Collaborator

With the recent release of RTK v2 and associated python packages, SimpleRTK is no longer maintained and I suggest to use the new packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants