Created
February 27, 2012 20:12
-
-
Save tapir/1926719 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/cosku/Desktop/mono-MonoGame-13d6249/MonoGame.Framework/Linux/Graphics/Effect/EffectPass.cs(58,36): error CS1502: The best overloaded method match for `OpenTK.Graphics.OpenGL.GL.ProgramParameter(int, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb, int)' has some invalid arguments | |
/usr/lib/mono/gac/OpenTK/1.1.0.0__bad199fe84eb3df4/OpenTK.dll (Location of the symbol related to previous error) | |
/home/cosku/Desktop/mono-MonoGame-13d6249/MonoGame.Framework/Linux/Graphics/Effect/EffectPass.cs(58,36): error CS1503: Argument `#2' cannot convert `OpenTK.Graphics.OpenGL.Version32' expression to type `OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb' | |
/home/cosku/Desktop/mono-MonoGame-13d6249/MonoGame.Framework/Linux/Graphics/Effect/EffectPass.cs(59,36): error CS1502: The best overloaded method match for `OpenTK.Graphics.OpenGL.GL.ProgramParameter(int, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb, int)' has some invalid arguments | |
/usr/lib/mono/gac/OpenTK/1.1.0.0__bad199fe84eb3df4/OpenTK.dll (Location of the symbol related to previous error) | |
/home/cosku/Desktop/mono-MonoGame-13d6249/MonoGame.Framework/Linux/Graphics/Effect/EffectPass.cs(59,36): error CS1503: Argument `#2' cannot convert `OpenTK.Graphics.OpenGL.Version32' expression to type `OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb' | |
/home/cosku/Desktop/mono-MonoGame-13d6249/MonoGame.Framework/Linux/Graphics/Effect/EffectPass.cs(71,36): error CS1502: The best overloaded method match for `OpenTK.Graphics.OpenGL.GL.ProgramParameter(int, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb, int)' has some invalid arguments | |
/usr/lib/mono/gac/OpenTK/1.1.0.0__bad199fe84eb3df4/OpenTK.dll (Location of the symbol related to previous error) | |
/home/cosku/Desktop/mono-MonoGame-13d6249/MonoGame.Framework/Linux/Graphics/Effect/EffectPass.cs(71,36): error CS1503: Argument `#2' cannot convert `OpenTK.Graphics.OpenGL.Version32' expression to type `OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment