Skip to content

Instantly share code, notes, and snippets.

@atin360
Created May 27, 2013 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/f9ea422ef16304c6319f to your computer and use it in GitHub Desktop.
Save atin360/f9ea422ef16304c6319f to your computer and use it in GitHub Desktop.
Building Solution: NeHeLesson17 (Debug)
Building: NeHeLesson17 (Debug)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/2.10.12/bin/dmcs /noconfig "/out:/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/bin/Debug/NeHeLesson17.exe" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.12/lib/mono/4.0/System.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.12/lib/mono/4.0/System.Xml.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.12/lib/mono/4.0/System.Core.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.12/lib/mono/4.0/System.Xml.Linq.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.12/lib/mono/4.0/System.Drawing.dll" "/r:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/lib/mono/XamMac.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 -unsafe "/define:DEBUG" /t:exe "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MainWindow.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MainWindowController.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MainWindow.xib.designer.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/Main.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/AppDelegate.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MainMenu.xib.designer.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MyOpenGLView.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/Scene.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/Texture2D.cs" "/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/Texture2DFont.cs"
Compilation failed: 3 error(s), 0 warnings
/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MyOpenGLView.cs(89,100): error CS0117: `MonoMac.AppKit.NSView' does not contain a definition for `NSViewGlobalFrameDidChangeNotification'
/Library/Frameworks/Xamarin.Mac.framework/Versions/1.3.55/lib/mono/XamMac.dll (Location of the symbol related to previous error)
/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MyOpenGLView.cs(89,80): error CS1502: The best overloaded method match for `MonoMac.Foundation.NSNotificationCenter.AddObserver(MonoMac.Foundation.NSString, System.Action<MonoMac.Foundation.NSNotification>)' has some invalid arguments
/Library/Frameworks/Xamarin.Mac.framework/Versions/1.3.55/lib/mono/XamMac.dll (Location of the symbol related to previous error)
/Users/nischal/Desktop/27th May/mac-samples-master/OpenGL-NeHe/NeHeLesson17/MyOpenGLView.cs(89,80): error CS1503: Argument `#1' cannot convert `object' expression to type `MonoMac.Foundation.NSString'
Build complete -- 3 errors, 0 warnings
---------------------- Done ----------------------
Build: 3 errors, 0 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment