Re: [Mono-dev] [Mono-list] How to run full mono test suites

2014-09-02 Thread Michael Franz
I run this to test the C# code. cd mcs/class/corlib make run-test PROFILE=net_4_5 On Tue, Sep 2, 2014 at 8:16 PM, Liwei Peng liwei.p...@microsoft.com wrote: I didn’t see the ‘make test’ rule under the root source directory. Where do you run it? *From:* mar...@my2cents.co.uk

Re: [Mono-dev] [Mono-list] How to run full mono test suites

2014-09-02 Thread Michael Franz
there is a quick way to run all of them *From:* Michael Franz [mailto:mvfr...@gmail.com] *Sent:* Tuesday, September 2, 2014 5:18 PM *To:* Liwei Peng *Cc:* Martin Thwaites; mono-l...@lists.ximian.com; mono-devel-list *Subject:* Re: [Mono-list] [Mono-dev] How to run full mono test suites I run

Re: [Mono-dev] Repeat builds of core assemblies

2014-04-22 Thread Michael Franz
On Tue, Apr 22, 2014 at 3:53 PM, Miguel de Icaza mig...@xamarin.com wrote: Hey guys, I was looking at making the MSBuild system work, and during the process I have encountered a few problems that we have in our existing build system that are problematic. The problem is that System,

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-17 Thread Michael Franz
On Mon, Feb 17, 2014 at 12:22 PM, Michael Hutchinson m.j.hutchin...@gmail.com wrote: TBH this seems like a runtime bug, it should not rely on itself being in PATH. Should I file a bug against the runtime? What is the best way to describe this issue?

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-16 Thread Michael Franz
that implemented the ability to run .exe files automatically by calling mono under the hood was Debian (and derivatives), by installing some system hook by default when mono packages are installed. Maybe Michael Franz is not using Debian? Or maybe that hook doesn't work for him because he's

Re: [Mono-dev] NUnit shadow copy and multiple users issue

2014-02-16 Thread Michael Franz
On Sun, Feb 16, 2014 at 12:34 AM, Michael Franz mvfr...@gmail.com wrote: Hi, I have been setting up my development environment on CentOS 6.5 and have had some great success. My latest issue is temp directories and shadow copies while running nunit. The issue is documented here and fixed

[Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-15 Thread Michael Franz
Hi, I see there have been a few changes to xbuild since February 10th, 2014. February 10th is the last time I was able to build my local C# project using mono head. This is a simple project that I have just started and am planing to build on both mono and .NET. The issue seems to be that

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-15 Thread Michael Franz
On Sat, Feb 15, 2014 at 9:46 AM, Michael Franz mvfr...@gmail.com wrote: Hi, I see there have been a few changes to xbuild since February 10th, 2014. February 10th is the last time I was able to build my local C# project using mono head. This is a simple project that I have just started

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-15 Thread Michael Franz
, it is trying to run the .NET binary directly. The contents of mcs is: #!/bin/sh exec /opt/local/JenkinsBuilds/bin/mono $MONO_OPTIONS /opt/local/JenkinsBuilds/lib/mono/4.5/mcs.exe $@ On 15 February 2014 10:51, Michael Franz mvfr...@gmail.com wrote: On Sat, Feb 15, 2014 at 9:46 AM, Michael Franz mvfr

[Mono-dev] NUnit shadow copy and multiple users issue

2014-02-15 Thread Michael Franz
Hi, I have been setting up my development environment on CentOS 6.5 and have had some great success. My latest issue is temp directories and shadow copies while running nunit. The issue is documented here and fixed in NUnit 3.0 https://bugs.launchpad.net/nunit-3.0/+bug/719187 . Is there any

[Mono-dev] Cross Compiling to Windows

2014-02-13 Thread Michael Franz
Hi, I have been trying to cross compile mono on centos 6.5 for windows using the instructions here http://www.mono-project.com/Cross-compiling_Mono_for_Windows . These instructions do not look like they have been updated in a while. Does this process for using MinGW to cross compile Mono for

Re: [Mono-dev] Can't build the master branch from git

2014-02-09 Thread Michael Franz
My daily builds started to fail a few days ago, but seem to be back up and working now. I build with a similar command on Centos 6.5 . ./autogen.sh --prefix=/opt/local/JenkinsBuilds make get-monolite-latest make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe On Fri, Feb 7, 2014 at 1:42 PM,

Re: [Mono-dev] Afallon: open source WPF implementation

2013-08-18 Thread Michael Franz
Jonathan, On Thu, Jun 13, 2013 at 4:31 PM, Jonathan Lima greenbo...@gmail.com wrote: Would I have licensing problems using Micro Framework code? I want to use any opensource license that I could use it on commercial projects(MIT probably). @Stephen I'm organizing the code as it is splitted

Re: [Mono-dev] Mono 3.2.1 OS X Build on Mountain Lion with threads failure [libmonoruntime_la-threads.lo] Error 1

2013-08-08 Thread Michael Franz
, 2013 at 11:50 AM, Rodrigo Kumpera kump...@gmail.com wrote: The build instructions have been updated. On Wed, Aug 7, 2013 at 9:37 PM, Michael Franz mvfr...@gmail.com wrote: Zoltan, Your suggestion worked! Thank you! How do we get the OS X build instructions updated? This is the page I

Re: [Mono-dev] Mono 3.2.1 OS X Build on Mountain Lion with threads failure [libmonoruntime_la-threads.lo] Error 1

2013-08-07 Thread Michael Franz
configure --build=i386-apple-darwin11.2.0 or something. Zoltan On Wed, Aug 7, 2013 at 4:13 AM, Michael Franz mvfr...@gmail.com wrote: Hi, I download the latest tar file (mono-3.2.1.tar.bz2http://download.mono-project.com/sources/mono/mono-3.2.1.tar.bz2) and followed

[Mono-dev] Mono 3.2.1 OS X Build on Mountain Lion with threads failure [libmonoruntime_la-threads.lo] Error 1

2013-08-06 Thread Michael Franz
Hi, I download the latest tar file (mono-3.2.1.tar.bz2http://download.mono-project.com/sources/mono/mono-3.2.1.tar.bz2) and followed the OS X build instructions. The 32 bit build is failing, similar to this old thread

[Mono-dev] ToolLocationHelper - NUnit Tests

2008-11-10 Thread Michael Franz
Hi, I have put together some NUnit tests for ToolLocationHelper and have a few questions that need to be clarified. 1. When mono is installed, is there a differentiation between the runtime and the SDK? Some methods return different results depending on which runtimes and SDKs are actually