Re: [Mono-dev] Update on Build System

2015-04-09 Thread Chris Tacke
. -Chris Tacke From: Miguel de Icaza [mailto:mig...@xamarin.com] Sent: Monday, May 26, 2014 10:23 AM To: Chris Tacke Cc: mono-devel Subject: Re: [Mono-dev] Update on Build System Hello Chris, That is what I am trying to do with this work. There are still a number of problems that I need

Re: [Mono-dev] Mono 3.10 Threadpool requires remoting??

2014-09-15 Thread Chris Tacke
3.2 and 3.10 and though you’ve taken the time to report it, we don’t really care.” When I find and fix this problem locally, should I bother to report it? -Chris From: Rodrigo Kumpera [mailto:kump...@gmail.com] Sent: Monday, September 15, 2014 11:18 AM To: Chris Tacke Cc: DavidKarlas; mono

Re: [Mono-dev] Mono 3.10 Threadpool requires remoting??

2014-09-13 Thread Chris Tacke
The procedure I used for building both was identical (I wrote down the procedures the first time and followed then exactly the second). The configuration command used was: ./configure --prefix=/usr/local --enable-minimal=aot,profiler,com,remoting --with-profile2=no --with-profile4=no So

Re: [Mono-dev] Mono 3.10 Threadpool requires remoting??

2014-09-13 Thread Chris Tacke
. -Chris -Original Message- From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Chris Tacke Sent: Saturday, September 13, 2014 10:44 AM To: DavidKarlas; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono 3.10

[Mono-dev] Mono 3.10 Threadpool requires remoting??

2014-09-12 Thread Chris Tacke
We have a Mono application that we have been successfully running against Mono 3.2.7 for some time now. We have built Mono ourselves from the source because we're targeting the i586 architecture. We're targeting a headless embedded device, so we've tried to remove things that we don't use.

[Mono-dev] Latest source - build yields Could not load type 'Mono.CSharp.CommandLineParser' (17170)

2014-09-12 Thread Chris Tacke
Bug 17170 is marked as RESOLVED/FIXED but it's still occurring with a git pull of the latest as of this morning: https://bugzilla.xamarin.com/show_bug.cgi?id=17170 The proposed workaround of make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe After getting monolite and before running

[Mono-dev] Debugging on a remote (non-Android) Linux Device

2014-09-09 Thread Chris Tacke
I have a Mono project that mirrors a desktop project (same code, same projects, etc). Most development and debugging is done in Visual Studio and the Linux/Mono deployment is done on the build server with a command-line call to compile the Mono build. Generally speaking this all works just

[Mono-dev] Mono, TDS and SQL Server 2012

2014-08-01 Thread Chris Tacke
I'm trying to add SQL Server support to the Mono (on Linux, not Android if it matters) version of one of our products. I have a codebase that works fine on Windows, but under Mono, it's not behaving. We're using SQL Authentication, not NT. I am able to get back a list of table names, so I

Re: [Mono-dev] Mono, TDS and SQL Server 2012

2014-08-01 Thread Chris Tacke
Thwaites Sent: Friday, August 01, 2014 4:05 PM To: Chris Tacke Cc: mono-devel-list Subject: Re: [Mono-dev] Mono, TDS and SQL Server 2012 Couple of things that will help. Mono version, platform and whether it was compiled from source or installed by soke other means Sample app (not your entire

Re: [Mono-dev] Debian CI PPA for Ubuntu/Debian

2014-06-16 Thread Chris Tacke
Does this mean you ‘ll start looking at hosting official packages for other distros too? For example, I currently maintain a 586 (not 686) build for Wind River Linux. For a variety of reasons, not having to do that myself sure would be nice. -Chris From:

Re: [Mono-dev] Debian CI PPA for Ubuntu/Debian

2014-06-16 Thread Chris Tacke
fragmentation. -Chris From: bobsummerw...@gmail.com [mailto:bobsummerw...@gmail.com] On Behalf Of Bob Summerwill Sent: Monday, June 16, 2014 10:03 AM To: Miguel de Icaza Cc: Chris Tacke; mono-devel Subject: Re: [Mono-dev] Debian CI PPA for Ubuntu/Debian Hey Chris and Miguel, I need to support an extra

Re: [Mono-dev] Update on Build System

2014-05-26 Thread Chris Tacke
new Intel processors now that are 586 based). There is an old (last touch in 2009) CeGCC project that might be a step, but I was hoping for something a little simpler. I’m up for any suggestions. -Chris Tacke From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun

[Mono-dev] Handling HTTP GZip response cannot find CreateZStream

2014-05-08 Thread Chris Tacke
I have an application that works just fine under .NET. The application uses REST calls to get data from a web service. When run under Mono on a Windows PC, or Mono on a Linux device, it fails. The failure happens when the service responds with data payload that is Gzipped. Down in the bowels

Re: [Mono-dev] ***UNCHECKED*** Re: Ongoing Mono development / Mono roadmap

2014-04-09 Thread Chris Tacke
If you take a look at the live repository for Mono, you can see that Xamarin employees regularly update the source code (there are changes from 2 hours ago). That places the statement that Xamarin are unable to work on Mono clearly into the FUD column. Mono is actively being fixed and

[Mono-dev] Installing mono via copy

2013-12-13 Thread Chris Tacke
I have an embedded Linux platform on which I need to install Mono. The platform does not have any installer tools like apt or whatever. I have to custom build Mono for the platform for a variety of reasons. I am successfully building Mono from source under an Ubuntu machine. That works just

Re: [Mono-dev] Installing mono via copy

2013-12-13 Thread Chris Tacke
and my application such that the application will be able to run? -Chris -Original Message- From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Chris Tacke Sent: Friday, December 13, 2013 9:40 AM To: mono-devel-list

Re: [Mono-dev] Installing mono via copy

2013-12-13 Thread Chris Tacke
on the destination device isn't in the same location as it was on the build machine. -Chris -Original Message- From: Brandon Perry [mailto:bperry.volat...@gmail.com] Sent: Friday, December 13, 2013 10:19 AM To: Chris Tacke Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev

Re: [Mono-dev] Installing mono via copy

2013-12-13 Thread Chris Tacke
instead of /usr/lib. Instead of using custom prefix just configure it with normal (i. e. /usr) and use make install DESTDIR=/path/to/temp/dir. It will install all files to that directory, and you'll be able to create your tarball. 2013/12/13 Chris Tacke cta...@opennetcf.commailto:cta

[Mono-dev] storage.bos.xamarin.com is down?

2013-12-09 Thread Chris Tacke
I'm trying to build the latest Mono sources from git, however when trying to build a bootstrap environment I normally do this: make get-monolite-latest This is failing for me right now because I keep timing out trying to reach storage.bos.xamarin.com. The network connectivity is fine, since

[Mono-dev] Compiling for i586 Linux target on an i686 Linux machine

2013-09-16 Thread Chris Tacke
I need to get a 32-bit i586 build of the latest version of Mono to run on an embedded target. For a build machine I'm using Ubuntu 12 on 32-bit i686 VM. I have successfully pulled the Mono sources and built them using the default configuration, and the resulting Mono binaries work just fine

[Mono-dev] Error Building Mono RPM for Fedora

2013-08-30 Thread Chris Tacke
I'm trying to build an RPM for the latest Mono source (3.3) and just not having much luck. I was able to pull the source, configure, make, and make dist. I hacked the mono-core.spec to get past features not supported in Fedora. I created the required rpmbuild folders and copied over the spec

Re: [Mono-dev] Building a Mono RPM

2013-08-27 Thread Chris Tacke
count Windows where we actually do the app development). Is there any guide or documentation for building a Mono RPM for Fedora? -Chris From: Rafael Teixeira [mailto:mono...@gmail.com] Sent: Tuesday, August 27, 2013 6:28 AM To: Chris Tacke Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono

Re: [Mono-dev] Building a Mono RPM

2013-08-27 Thread Chris Tacke
Of Chris Tacke Sent: Tuesday, August 27, 2013 9:44 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Building a Mono RPM So as a bit of background, this is what I’m doing. I am building an embedded Linux platform running Wind River, which I believe is Fedora based. The tools for building

[Mono-dev] Building a Mono RPM

2013-08-26 Thread Chris Tacke
Let me preface this with the fact that I’m pretty new to Linux. I have pulled the Mono source and successfully built it on 32-bit Ubuntu. I was able to successfully take the binaries generated from a “make install” and copy them to a different Linux distribution and actually run a Mono app on

Re: [Mono-dev] Building source fails: gmcs command not found

2013-05-16 Thread Chris Tacke
Of Chris Tacke Sent: Wednesday, May 15, 2013 2:43 PM To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Building source fails: gmcs command not found I'm trying to build Mono from the git source under a brand-new installation of Fedora 18. I'm following the instructions here: http