Skip to content

Instantly share code, notes, and snippets.

/* This source code was produced by mkbundle, do not edit */
#include <mono/metadata/assembly.h>
typedef struct _compressed_data {
MonoBundledAssembly assembly;
int compressed_size;
} CompressedAssembly;
extern const unsigned char assembly_data_license_check_win_exe [];
static CompressedAssembly assembly_bundle_license_check_win_exe = {{"license-check-win.exe", assembly_data_license_check_win_exe, 28672}, 13872};
11/10/12 2:15:00 AM com.apple.learnjunkmail[77911] Can't find GUID for junk mail user junkmail
11/10/12 2:15:00 AM com.apple.learnjunkmail[77911] No GUID found for: junkmail
11/10/12 2:15:00 AM com.apple.launchd[1] (com.apple.learnjunkmail[77911]) Exited with exit code: 1
11/10/12 2:30:00 AM com.apple.launchd[1] (com.apple.updatesa[78701]) Exited with exit code: 1
11/10/12 3:00:02 AM com.apple.launchd.peruser.501[179] (com.apple.iPhoneSimulator:com.apple.mobile.profile_janitor[80304]) posix_spawn("/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/libexec/mobile_profile_janitor", ...): No such file or directory
11/10/12 3:00:02 AM com.apple.launchd.peruser.501[179] (com.apple.iPhoneSimulator:com.apple.mobile.profile_janitor[80304]) Exited with exit code: 1
11/10/12 3:15:00 AM com.apple.launchd[1] (com.apple.wikid.logcompressor[81050]) posix_spawn("/usr/bin/logcompressor.sh", ...): No such file or directory
11/10/12 3:15:00 AM com.apple.launchd[1] (com.apple.wikid.logcompre
diff --git a/glib/Log.cs b/glib/Log.cs
index aa31bc1..4221cfa 100644
--- a/glib/Log.cs
+++ b/glib/Log.cs
@@ -28,8 +28,13 @@ namespace GLib {
using System.Collections;
using System.Runtime.InteropServices;
+ [Obsolete]
public delegate void LogFunc (string log_domain, LogLevelFlags log_level, string message);
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] An exception occurred: System.Net.WebException: Error getting response stream (ReadDone4): ServerProtocolViolation ---> System.FormatException: Input string was not in the correct format
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.UInt32.Parse (System.String s) [0x00014] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\corlib\System\UInt32.cs:401
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.Net.WebConnection.GetResponse (System.Byte[] buffer, Int32 max) [0x000ba] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\WebConnection.cs:574
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00090] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\WebConnection.cs:450
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] --- End of inner exception stack trace ---
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.Net.HttpWebRequest.EndG
def log(text)
puts "#{'=' * 3} #{text} #{'=' * 3}"
$stdout.flush
end
def git_root
root = File.join(ENV['ProgramFiles(x86)'] || ENV['ProgramFiles'], "Git", "bin")
return root if File.exists?(root)
raise "Cannot find git"
end
@duncanmak
duncanmak / gist:3941607
Created October 23, 2012 21:12
script-helpers
module Helpers
require 'zip/zipfilesystem'
require 'open-uri'
module_function
def log (text)
print "#{'=' * 10} #{text} #{'=' * 10}"
$stdout.flush
end
@duncanmak
duncanmak / gist:3941603
Created October 23, 2012 21:12
checkout-monotouch
require '../../helpers'
class CheckoutMonoTouch
include Helpers
def CheckoutMonoForAndroid.main
options = {}
optparse = OptionParser.new do |opt|
opts.banner = "Usage: checkout-monotouch.rb [options]"
"c:\Users\builder\git\XamarinVS\Mono.IOS.VisualStudio.sln" (default target) (1) ->
"c:\Users\builder\git\XamarinVS\Mono.IOS.VisualStudio\Mono.IOS.VisualStudio.csproj.metaproj" (default target) (2) ->
"c:\Users\builder\git\XamarinVS\msbuild\Xamarin.MonoTouch.Build.Tasks\Xamarin.MonoTouch.Build.Tasks.csproj" (default target) (3) ->
"c:\Users\builder\git\monotouch\tools\MonoTouch.Tools\MonoTouch.Tools.csproj" (default target) (5) ->
(CoreCompile target) ->
CSC : error CS2001: Source file '..\..\..\md-addins\MonoDevelop.MacDev\MonoDevelop.MacDev\MonoDevelop.MacDev.PlistEditor\PListObject.cs' could not be found [c:\Users\builder\git\monotouch\tools\MonoTouch.Tools\MonoTouch.Tools.csproj]
11 Warning(s)
1 Error(s)
pushd c:\Users\builder\monkeywrench
@set PATH=/bin;/cygdrive/c/progra~1/mono-2.10.8/bin/;/cygdrive/c/progra~1/git/bin/;%PATH%
@set HOME=/cygdrive/c/Users/builder
@set TMP=/cygdrive/c/cygwin/tmp
c:\cygwin\bin\bash.exe -c "export PATH=/usr/bin:$PATH; mono class/lib/MonkeyWrench.Builder.exe"
popd
Build started 10/12/2012 4:06:35 PM.
Project "c:\Users\builder\git\XamarinVS\Mono.IOS.VisualStudio.sln" on node 1 (default targets).
Building with tools version "2.0".
Target "ValidateSolutionConfiguration" in file "c:\Users\builder\git\XamarinVS\Mono.IOS.VisualStudio.sln.metaproj" from project "c:\Users\builder\git\XamarinVS\Mono.IOS.VisualStudio.sln" (entry point):
Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as (('<SolutionConfiguration>
<ProjectConfiguration Project="{89545095-7A53-4591-BA0B-EA862AA724A3}" AbsolutePath="c:\Users\builder\git\XamarinVS\Mono.IOS.VisualStudio\Mono.IOS.VisualStudio.csproj" BuildProjectInSolution="True">Release|AnyCPU</ProjectConfiguration>
<ProjectConfiguration Project="{372E8E3E-29D5-4B4D-88A2-4711CD628C4E}" AbsolutePath="c:\Users\builder\git\XamarinVS\External\Mono.Debugger.Soft\Mono.Debugger.Soft.csproj" BuildProjectInSolution="True">Release|AnyCPU</ProjectC