ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.74k stars 2.37k forks source link

build error.( 4 failed ) #158

Closed neolu closed 11 years ago

neolu commented 11 years ago

1>------ Build started: Project: OpenTK.GLControl, Configuration: Debug Any CPU ------ 2>------ Build started: Project: MetaDataExtractor, Configuration: Debug Any CPU ------ 2> MetaDataExtractor -> C:\uav\MissionPlanner\ExtLibs\MetaDataExtractorCSharp240d\bin\Debug\MetaDataExtractor.dll 1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "OpenTK". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControlFactory.cs(32,14,32,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(37,14,37,22): error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(38,14,38,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(39,14,39,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\DummyGLControl.cs(29,14,29,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\DummyGLControl.cs(30,14,30,22): error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(33,14,33,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(34,14,34,22): error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\IGLControl.cs(32,14,32,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\IGLControl.cs(33,14,33,22): error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(15,14,15,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(16,14,16,22): error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(33,14,33,22): error CS0234: The type or namespace name 'Graphics' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(34,14,34,22): error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'OpenTK' (are you missing an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControlFactory.cs(39,43,39,55): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(48,9,48,25): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(50,9,50,21): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(52,9,52,29): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(82,26,82,38): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(93,26,93,38): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(93,67,93,87): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(319,16,319,32): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(391,16,391,28): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\GLControl.cs(407,16,407,27): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\DummyGLControl.cs(38,69,38,89): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\DummyGLControl.cs(38,16,38,32): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\DummyGLControl.cs(48,16,48,27): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(105,9,105,20): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(106,9,106,21): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(112,29,112,41): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(123,69,123,89): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(123,16,123,32): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\WinGLControl.cs(133,16,133,27): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\IGLControl.cs(39,62,39,82): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\IGLControl.cs(39,9,39,25): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\IGLControl.cs(41,9,41,20): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(63,9,63,21): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(64,9,64,20): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(69,31,69,43): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(106,69,106,89): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(106,16,106,32): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\X11GLControl.cs(116,16,116,27): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(40,9,40,21): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(42,9,42,20): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(44,34,44,46): error CS0246: The type or namespace name 'GraphicsMode' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(54,69,54,89): error CS0246: The type or namespace name 'GraphicsContextFlags' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(54,16,54,32): error CS0246: The type or namespace name 'IGraphicsContext' could not be found (are you missing a using directive or an assembly reference?) 1>C:\uav\MissionPlanner\ExtLibs\GLControl\CarbonGLControl.cs(70,16,70,27): error CS0246: The type or namespace name 'IWindowInfo' could not be found (are you missing a using directive or an assembly reference?) 3>------ Build started: Project: MissionPlanner.Controls, Configuration: Debug Any CPU ------ 3>CSC : error CS0006: Metadata file 'C:\uav\MissionPlanner\ExtLibs\GLControl\bin\Debug\OpenTK.GLControl.dll' could not be found 4>------ Build started: Project: MissionPlanner.Comms, Configuration: Debug Any CPU ------ 4>CSC : error CS0006: Metadata file 'C:\uav\MissionPlanner\ExtLibs\Controls\bin\Debug\MissionPlanner.Controls.dll' could not be found 5>------ Build started: Project: ArdupilotMega, Configuration: Debug x86 ------ 5>CSC : error CS0006: Metadata file 'C:\uav\MissionPlanner\ExtLibs\Comms\bin\Debug\MissionPlanner.Comms.dll' could not be found 5>CSC : error CS0006: Metadata file 'C:\uav\MissionPlanner\ExtLibs\Controls\bin\Debug\MissionPlanner.Controls.dll' could not be found 5>CSC : error CS0006: Metadata file 'C:\uav\MissionPlanner\ExtLibs\GLControl\bin\Debug\OpenTK.GLControl.dll' could not be found ========== Build: 1 succeeded, 4 failed, 13 up-to-date, 0 skipped ==========

neolu commented 11 years ago

Issue solved.

need install OpenTK.