Re: [Mono-dev] .NET Announcement

2014-11-12 Thread Ian Norton
Rather cool! On 12 November 2014 16:24, Andrea Francesco Iuorio andreafrancesco.iuo...@gmail.com wrote: http://news.microsoft.com/2014/11/12/microsoft-takes-net-open-source-and-cross-platform-adds-new-development-capabilities-with-visual-studio-2015-net-2015-and-visual-studio-online/ On

Re: [Mono-dev] Fantom on Mono

2014-04-02 Thread Ian Norton
You could probably run it under IKVM, (JVM hosted by .Net/Mono) On 1 April 2014 15:58, Hertz developerhe...@gmail.com wrote: Hi, There is a programming language called Fantom that aims to make cross-platform development easier. It is designed to run on the JVM, .NET CLR, and JavaScript.

Re: [Mono-dev] crn.com: »Sources: Microsoft In Talks To Acquire Mobile App Development Startup Xamarin«

2014-03-20 Thread Ian Norton
whaat!? article looks far from clear though. does this mean monodevelop is going to quietly die? or a license change? :/ On 19 Mar 2014 23:07, theUser BL theuse...@hotmail.com wrote: Microsoft is in the final stages of negotiations that could lead to either an acquisition or major investment

Re: [Mono-dev] crn.com: »Sources: Microsoft In Talks To Acquire Mobile App Development Startup Xamarin«

2014-03-20 Thread Ian Norton
outcomes from the rumor mongering of a -- possibly fictional -- anonymous source. Regards, David On 2014-03-20 09:55, Ian Norton wrote: whaat!? article looks far from clear though. does this mean monodevelop is going to quietly die? or a license change? :/ On 19 Mar 2014 23:07, theUser BL

Re: [Mono-list] Not able to verify integrity of download

2014-03-13 Thread Ian Norton
, 2014 4:00 AM To: Ian Norton Cc: mono-list@lists.ximian.com; monolithic1 Subject: Re: [Mono-list] Not able to verify integrity of download From: Ian Norton [mailto:inor...@gmail.com] Sent: Tuesday, March 11, 2014 2:29 AM I think our friend is wondering if our stable archive is trusted

Re: [Mono-list] How attach class sources to Xamarin?

2014-03-13 Thread Ian Norton
Look on github? On 13 Mar 2014 18:10, Borneq borucki.andr...@gmail.com wrote: I am Mono and Xamarin. I want see class from System.Collections. How attach sources? -- View this message in context: http://mono.1490590.n4.nabble.com/How-attach-class-sources-to-Xamarin-tp466.html Sent

Re: [Mono-list] How attach class sources to Xamarin?

2014-03-13 Thread Ian Norton
Oh right, if you build mono from source, then I think there is an option in XS somewhere about step into framework sources. Other than that, you don't normally get that unless you have the mdb files and sources that match On 13 March 2014 18:40, Borneq borucki.andr...@gmail.com wrote: On github

Re: [Mono-list] Not able to verify integrity of download

2014-03-11 Thread Ian Norton
I think our friend is wondering if our stable archive is trusted. if someone hasn't snuck in and inserted some nasty in the released tarball. I for one think that xamarin really really need to sha2 and sign the released stable sources! On 11 Mar 2014 02:52, Edward Ned Harvey (mono)

Re: [Mono-list] Embedding mono runtime

2014-03-10 Thread Ian Norton
as far as I am aware it is apple's deployment model that means you can't ship and give your end users the means to replace mono. under GPL2, technically if you give away linkable objects that allow someone to rebuild (relink) your app and replace any GPL2 parts you can use the GPL2 license. That

Re: [Mono-list] Embedding mono runtime

2014-03-10 Thread Ian Norton
oh sorry, I keep doing this.. I just described LGPL *not* GPL2. On 10 Mar 2014 23:37, Ian Norton inor...@gmail.com wrote: as far as I am aware it is apple's deployment model that means you can't ship and give your end users the means to replace mono. under GPL2, technically if you give away

Re: [Mono-list] Debug.Assert - a cross-platform issue

2014-03-09 Thread Ian Norton
Oops.. Anyway.. The reason why it is false by default is that there is no trace listener enabled by default. You can enable it in several ways. 1. export MONO_TRACE_LISTENER=Console.Error 2. Adding one. var tl = new System.Diagnostics.ConsoleTraceListener();

Re: [Mono-list] Size of thread in Mono (65MB per thread ?)

2013-12-21 Thread Ian Norton
What are you using to tell you that you are using 64mb? It sounds like vss increase rather than actual ram allocation. How much swap do you have? On 20 Dec 2013 09:14, Nicolas Antoniazzi nico...@codingame.com wrote: I tested the new version of Mono 3.2 using the sgen GC. I still have the same

Re: [Mono-list] Mono and Apache 2.4.6

2013-11-18 Thread Ian Norton
I'm pretty sure you can still get every Apache version On 12 Nov 2013 22:50, SteveS st...@alba.co.uk wrote: When will Mono be compatible with Apache 2.4.6? Apache 2.4.3 is no longer available. -- View this message in context:

Re: [Mono-list] Mono and Apache 2.4.6

2013-11-18 Thread Ian Norton
http://archive.apache.org/dist/httpd/ On 18 Nov 2013 09:20, Ian Norton inor...@gmail.com wrote: I'm pretty sure you can still get every Apache version On 12 Nov 2013 22:50, SteveS st...@alba.co.uk wrote: When will Mono be compatible with Apache 2.4.6? Apache 2.4.3 is no longer available

Re: [Mono-dev] P/Invoking a VS2012 C++ DLL, DLL behavior is materially different in 3.2.3 than in 3.1 and .net

2013-09-27 Thread Ian Norton
Er.. How are you calling this? Surely the function name gets mangled? On 27 Sep 2013 09:01, Dennis Fantoni den...@fantoni.dk wrote: (running on windows 7) In short, if I wrote this in a dll in .net or mono 3.1 i would get to “this shows” void tester() { try { throw(foo); cerr”this

Re: [Mono-list] What exactly is UIA* stuff and how do I get it to work?

2013-09-12 Thread Ian Norton
Sounds like the stuff that makes screen readers work on windows, doubt you will have much luck On 12 Sep 2013 21:37, Steffen Winkler steffen-wink...@gmx.de wrote: Hi, I'm currently trying to get one of my programs to work under Linuxoid systems. Now, when I try to start my program, I get an

Re: [Mono-list] setuid behavior?

2013-09-12 Thread Ian Norton
For setuid on the program to work you'd have to setuid mono itself. Depending on your deployment scenario you could mkbundle your program and setuid the result. On 11 September 2013 23:32, mickeyf mic...@thesweetoasis.com wrote: I have an application that uses a udp socket. If I run it sudo

Re: [Mono-list] setuid behavior?

2013-09-12 Thread Ian Norton
On 12 September 2013 14:21, mickeyf mic...@thesweetoasis.com wrote: My app also accesses a library written in c which uses a socket to read canbus messages. On startup it tries a ip link set blah blah... I'd be tempted to make a helper process that you can invoke via sudo (and set an

Re: [Mono-list] open sourcing all of Microsoft .net

2013-09-06 Thread Ian Norton
Some are pretty big :) we've got some chunky mono stuff on the way. On 6 Sep 2013 18:20, Andrew Clancy n...@achren.org wrote: That's not open source, that's readable source, you can't fork it or use it, nor merge it with mono have an official .net framework for linux etc. My thoughts are, if

[Mono-list] gdiplus source releases

2013-09-04 Thread Ian Norton
Hiya, I notice libgdiplus has been getting updates but don't see a new tarball or git tag. What version/changelist should we be using with stable mono 3.2? Regards Ian ___ Mono-list maillist - Mono-list@lists.ximian.com

[Mono-list] pmono deb repo updated to 3.2.1 and monodevelop 4.1.10

2013-09-03 Thread Ian Norton
Hi Folks, I've uploaded a new build of packages for pmono for amd64 and i386. I've built these on debian 7 so they should work for most ubuntu and debian people. Apologies if for some reason it doesnt work on older debian 6 installs.

Re: [Mono-list] Mono MediaBrowser3

2013-08-28 Thread Ian Norton
Hiya, I'd almost forgotten that I have a fork of mediabrowser that is part way towards building on mono, I've had problems getting my head around it's use of the PCL and nuget but have got parts building now. https://github.com/inorton/MediaBrowser/tree/inb-mono On 20 August 2013 23:36,

Re: [Mono-list] Command line debugging

2013-08-13 Thread Ian Norton
You can run a program that will listen for monodevelop on a TCP port before it enters it's main method. $ mono --debug --debugger-agent=transport=dt_socket,address=0.0.0.0:12345,server=y,suspend=y myprogram.exe That will sit listening on port 12345 for a debugger to attach. On another host you

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread Ian Norton
Try out pmono, I include a gdiplus build. Afaik gdiplus isn't at v 3.0 , it has its own numbers On 1 Aug 2013 17:35, TheColonel26 thecolone...@gmail.com wrote: Thread necromancer here Are the release notes and download page ever going to be updated with relevant information? such as where to

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread Ian Norton
http://inorton.wordpress.com/pmono-parallel-mono-debian-pacakges/ On 1 Aug 2013 18:02, TheColonel26 thecolone...@gmail.com wrote: Where would I find this pmono? Does it support ASP.net MVC 4? that still doesn't answer the question of why the mono-project website is out of date and neglected

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread Ian Norton
And gdiplus tarballs live here http://download.mono-project.com/sources/libgdiplus/ On 1 Aug 2013 18:05, Ian Norton inor...@gmail.com wrote: http://inorton.wordpress.com/pmono-parallel-mono-debian-pacakges/ On 1 Aug 2013 18:02, TheColonel26 thecolone...@gmail.com wrote: Where would I find

Re: [Mono-list] Can't get a simple shared object to be used - DllNotFoundException

2013-07-31 Thread Ian Norton
Here we go, I was on my nexus yesterday so couldnt easily grab these: http://www.mono-project.com/Interop_with_Native_Libraries http://www.mono-project.com/DllNotFoundException http://www.mono-project.com/Config_DllMap Ian On 31 July 2013 03:33, Jonathan Pryor jonpr...@vt.edu wrote: On Jul

Re: [Mono-list] Can't get a simple shared object to be used - DllNotFoundException

2013-07-30 Thread Ian Norton
Dllimport tells the loader the library name. A large combination of things work as library loading and shared objects differ greatly on windows and unix. On windows, the library could be installed in the side-by-side cache or in the same folder as your assembly etc. If you have a file called

Re: [Mono-dev] Aptget

2013-07-26 Thread Ian Norton
You need to ask your distro really, else you can use pmono which is currently 3.0 I think, ill update it soon On 26 Jul 2013 16:59, Greg Young gregoryyou...@gmail.com wrote: Anyone know if aptgets will be updated with 3.2? -- Le doute n'est pas une condition agréable, mais la certitude est

[Mono-list] monodevelop perforce addin work

2013-07-02 Thread Ian Norton
Hiya, I'm trying to add some command extensions for my p4 addin for monodevelop, I've got a bit lost. https://github.com/inorton/XR.Mono.Perforce/blob/master/XR.MonoDevelop.Perforce/XR.MonoDevelop.Perforce.addin.xml The xml results in unknown command menu items rather than Edit file.. or Submit

Re: [Mono-list] Install Mono on Vosual Studio

2013-07-02 Thread Ian Norton
Don't get lazy with file paths either, make use of Path.Combine() rather than just joining strings with \ :) On 2 July 2013 16:12, Abe Gillespie abe.gilles...@gmail.com wrote: By and large you develop for Mono without changing any of your Win/.Net habits. Often you can write your app

[Mono-dev] Monodevelop VCS plugins

2013-07-01 Thread Ian Norton
Hiya Everyone, I've asked this on the MD-devel list but didn't get any responses. I've started work (again) on a perforce plugin for MD. I've not got very far yet and am implementing the Repository and have some questions. 1. What is a RevisionPath? how does it map to files, local changes and

Re: [Mono-dev] sub-process invocation on posix

2013-06-11 Thread Ian Norton
, 2013 at 3:46 PM, Ian Norton inor...@gmail.com wrote: I kind of already have a thing to do that, feels a bit icky though, especially as there must be some thing lower down that undoes the joined up string into a char** again. :) On 10 June 2013 16:06, Michael Hutchinson m.j.hutchin

Re: [Mono-dev] sub-process invocation on posix

2013-06-10 Thread Ian Norton
phone... - Michael On Jun 6, 2013 1:18 PM, Ian Norton inor...@gmail.com wrote: Hiya, I'm aware that I can use Process.Start() but I'd really really like to be able to directly pass a list of strings to my child process as arguments rather than having to escape shell characters and spaces etc

Re: [Mono-dev] [HELP] error when start mono

2013-06-07 Thread Ian Norton
looks like you have bits of gnome2 missing. On 7 June 2013 09:34, rewcrell sesariob...@gmail.com wrote: guys, please help me... when im installed mono, and success but when im create new there is something wring with my mono... please help me im using linux manjaro 32 bit and see the

[Mono-dev] sub-process invocation on posix

2013-06-06 Thread Ian Norton
Hiya, I'm aware that I can use Process.Start() but I'd really really like to be able to directly pass a list of strings to my child process as arguments rather than having to escape shell characters and spaces etc. Ie, In perl or C I'd do: system(df,-m,/home/foo/Documents/Pictures/My Holiday);

Re: [Mono-list] How to start a process? (Crossplatform)

2013-06-06 Thread Ian Norton
I find the binfmt-misc support to be mainly controlled by distro things, so usually for me invoking ./program.exe will wind up using the archaic mono installed in /usr. If I were you I'd stick to running mono apps by calling mono program.exe args. One possibly mad idea if the subprocess was a c#

Re: [Mono-dev] Fwd: Re: Mono on Solaris

2013-06-05 Thread Ian Norton
FWIW I'd be very interested in mono support for solaris sparc and amd64 On 23 May 2013 14:21, Burkhard Linke bli...@cebitec.uni-bielefeld.dewrote: Forgot the CC to the list Original Message Subject: Re: [Mono-dev] Mono on Solaris Date: Thu, 23 May 2013 15:16:46

Re: [Mono-list] Can this linq be optimised?

2013-06-05 Thread Ian Norton
can you give us some example strings? On 5 June 2013 00:32, Paul Johnson p...@all-the-johnsons.co.uk wrote: Hi, I have a class containing ints, strings and anything else you'd expect to find in a class. I create a list of the class and then extract the strings and perform a Distinct() on

Re: [Mono-list] How to Run Linux Execute Command and

2013-06-02 Thread Ian Norton
Why don't you write a shell script that does your redirection etc and include this with your program ( eg, run that ). Use the right tool for the job. Else run the original program and parse the output directly On 31 May 2013 13:28, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com

Re: [Mono-list] ZipArchive?

2013-05-28 Thread Ian Norton
I tend to use ionic.zip On 28 May 2013 13:51, Madsn ma...@theweb.dk wrote: Hi, I had hoped to find the System.IO.Compression.ZipArchive class when using mono .net 4.5, but didn't find it. Will it be supported or are there copyright issues or something? (Or didn't I just look hard enough)

Re: [Mono-list] Adding a reference to SDL in a mono project

2013-05-17 Thread Ian Norton
Sdl.net ? On 17 May 2013 17:09, ajellis ajelli...@yahoo.co.uk wrote: Hi, I'm looking to use SDL in a Mono project, but I can't find a way to add a reference to it. Can somone please tell me what I need to ass a reference to an SDL project. Thanks in advance Andrew

Re: [Mono-list] Need Mono x64 for Linux

2013-05-08 Thread Ian Norton
Pmono has a 64bit build for debian http://inorton.wordpress.com/2013/05/05/mono-3-0-10-and-monodevelop-4-0-4-for-linux-i386-and-amd64/ As does mono-d http://mono-d.alexanderbothe.com/?p=958 Your 64bit app cant call a 32bit library though. On 8 May 2013 19:41, BitFlipper

Re: [Mono-dev] [Mono-list] Parallel Mono Debs for 3.0.10 and Monodevelop 4.0.4 builds availible

2013-05-07 Thread Ian Norton
No xsp yet, ill bear that in mind, should be quite simple to add. Daniel Lo Nigro li...@dan.cx wrote: Thanks Ian, nice work. Nice to see i386 packages as I think there was only AMD64 last time I checked? Have you packaged XSP? On Mon, May 6, 2013 at 3:42 AM, Ian Norton inor...@gmail.com

Re: [Mono-list] What is current status of GTK#

2013-05-07 Thread Ian Norton
On Tue, May 07, 2013 at 03:28:30PM +0100, Petr Bena wrote: Hey, I already posted gtk-sharp-list but given that it's rather dead I don't expect any answer soon there. I am using gtk# as a primary graphical framework for at least 2 or more of my applications, but I haven't seen many updates

Re: [Mono-list] [Mono-dev] Parallel Mono Debs for 3.0.10 and Monodevelop 4.0.4 builds availible

2013-05-06 Thread Ian Norton
No xsp yet, ill bear that in mind, should be quite simple to add. Daniel Lo Nigro li...@dan.cx wrote: Thanks Ian, nice work. Nice to see i386 packages as I think there was only AMD64 last time I checked? Have you packaged XSP? On Mon, May 6, 2013 at 3:42 AM, Ian Norton inor...@gmail.com

[Mono-dev] boostrapping mono

2013-05-05 Thread Ian Norton
Hello All, I usually hang out on the mono-list, totally forgot about this one. I've been building the pmono debian packages for quite some time now. I've always made a point of doing builds on a clean machine ( bare install, no previous mono - basically I restore a snapshot ) My last successful

[Mono-dev] Parallel Mono Debs for 3.0.10 and Monodevelop 4.0.4 builds availible

2013-05-05 Thread Ian Norton
Hi all, I've finally gotten *both* the i386 and AMD64 builds ready again. I had hoped to use the new debian experimental builds to bootstrap it but had to resort to monolite for this version. More info here https://inorton.wordpress.com/ Enjoy! ___

[Mono-list] Parallel Mono Debs for 3.0.10 and Monodevelop 4.0.4 builds availible

2013-05-05 Thread Ian Norton
Hi all, I've finally gotten *both* the i386 and AMD64 builds ready again. I had hoped to use the new debian experimental builds to bootstrap it but had to resort to monolite for this version. More info here https://inorton.wordpress.com/ Enjoy! ___

Re: [Mono-list] Console won't locate Hello.cs

2013-05-01 Thread Ian Norton
The compiler will look exactly where you tell it. I'm assuming you have a cmd window, so see a prompt like:- c:\users\jason If you save your source file on the desktop, you need to cd into the desktop folder. eg: c:\users\jason cd Desktop c:\users\jason\Desktop Then you can invoke the

[Mono-list] XR.Baboon - Code coverage on mono

2013-04-29 Thread Ian Norton
Hi all, XR.Babooon is a coverage tool and gui that gives 'Ncover like' browseable results. I've been quietly working on this for a couple of weeks now. It now feels like it will be useful. https://github.com/inorton/XR.Baboon I've only used it on linux with mono 3 so far and it is early days.

Re: [Mono-list] XR.Baboon - Code coverage on mono

2013-04-28 Thread Ian Norton
code coverage from unit tests) then I'll have to try it out a bit. Even better if it can output HTML/XML so I can make a web page of it! On 28/04/13 11:42, Ian Norton wrote: Hi all, Posted using the wrong From address :) XR.Babooon is a coverage tool and gui that gives 'Ncover like

Re: [Mono-list] 2 Questions

2013-04-26 Thread Ian Norton
On Fri, Apr 26, 2013 at 02:25:36AM +0100, Paul Johnson wrote: Hi, On 26/04/2013 01:53, Daniel Hughes wrote: Please don't raise a bug about MonoDevelop packaging against ubuntu, The debian-cli guys are very good about updating monodevelop packages, They do there work in debian not

Re: [Mono-list] Help debugging program failing randomly

2013-04-08 Thread Ian Norton
I'd be sure to check your struct packing and call conventions properly. And perhaps be sure that you aren't passing in any ref System.String instead of StringBuilders Ian On Mon, Apr 08, 2013 at 04:21:32AM +0100, Danny wrote: Hello, I'm having a difficult time with an application I have

Re: [Mono-list] Gcc4Cil

2013-04-07 Thread Ian Norton
Mono provides the c# and vb compilers to compile to MSIL. If your program has unmanaged portions, you will compile these with the required compiler for the target library/platform. This isn't that unlike java wanting to call native code via JNI ( except it is much easier in c# ) Ian On Fri,

Re: [Mono-list] csharp REPL

2013-03-18 Thread Ian Norton
You probably mean to do: $ csharp -r:System.Core using System.Linq; var x = new int[] { 1,2,3,4,5,6 }; var y = (from i in x where i 4 select x).Skip(1).FirstOrDefault(); Ian On Sun, Mar 17, 2013 at 06:44:25PM +, Jonathan Pryor wrote: On Mar 17, 2013, at 11:54 AM, Dale Ragan

Re: [Mono-list] XML reading problem

2013-03-13 Thread Ian Norton
Have you tried XmlDocument? On Wed, Mar 13, 2013 at 03:58:57PM +, Paul Johnson wrote: Hi, Got a small XML issue I could do with some help on. I have an XML file that looks like this GirlRecord FirstNameGirly/FirstName LastNameGirl/LastName ... /GirlRecord The GirlRecord can

[Mono-list] mono 3.0.6 and monodevelop 4.0

2013-03-13 Thread Ian Norton
Hello all, I've finally updated pmono to the latest mono and monodevelop. I did have to omit some packages that seem to have either rotted or not caught-up yet. http://inorton.wordpress.com/2013/03/13/mono-3-0-6-gtk3-and-monodevelop-4-0/ Enjoy! Ian

Re: [Mono-list] Seemingly impossible null reference exception running managed code with embedded Mono on Linux

2013-03-12 Thread Ian Norton
Could it be a modified closure thing? On Tue, Mar 12, 2013 at 02:27:44AM +, jean-michel.perr...@csiro.au wrote: Hi, I am baffled by a couple of bugs I noticed running Mono (embedded in R) on a Linux box. * Issues occur on a Debian64. Occurs with Mono 2.10.8 as well as when running

Re: [Mono-list] Poor Mono performance

2013-03-11 Thread Ian Norton
On Sun, Mar 10, 2013 at 02:19:55PM +, edward.harvey.mono wrote: From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of imreolajos Hi all! SpeedTest.cs http://mono.1490590.n4.nabble.com/file/n4658877/SpeedTest.cs Did you read that

Re: [Mono-list] Poor Mono performance

2013-03-11 Thread Ian Norton
performance characteristics on Windows, Linux and MacOS, even for testcases as simple as this. Alan On 11 March 2013 08:30, Ian Norton ian.norton-bad...@thales-esecurity.com wrote: On Sun, Mar 10, 2013 at 02:19:55PM +, edward.harvey.mono wrote: From: mono-list-boun...@lists.ximian.com

Re: [Mono-list] Poor Mono performance

2013-03-11 Thread Ian Norton
On Mon, Mar 11, 2013 at 04:12:09PM +, Olajos, Imre wrote: Edward, If you want to do a performance comparison, you need to find a job that you actually care about, and hardware that you actually care about, and test on that. This may surprise you, but this is a job I care about on

Re: [Mono-list] Query: Mono based Email client on Ubuntu.

2013-03-06 Thread Ian Norton
I don't know of any mono email apps at all. linux has mail clients coming out if it's ears, many of them are very good ( kmail, evolution, thunderbird etc ) so there hasn't been I think much of a demand for a new one, let alone a new one written in c#. On Wed, Mar 06, 2013 at 01:14:43PM

Re: [Mono-list] Query: Mono based Email client on Ubuntu.

2013-03-06 Thread Ian Norton
On Wed, Mar 06, 2013 at 02:29:29PM +, Jignesh Desai wrote: Hi, OK, so does these good email clients ( kmail, evolution, thunderbird etc ) allow developer to write addins/plugins in C# Mono. eg. (adding a custom menu or catching events like NewMail, MailRead and writing some custom logic

Re: [Mono-list] cant build mono-tools

2013-03-05 Thread Ian Norton
On Tue, Mar 05, 2013 at 01:05:18PM +, vbox-users wrote: From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Ian Norton Whenever I try to build mono-tools using mono/master (today), either from the 2.10 source tarball or from mono

[Mono-list] cant build mono-tools

2013-03-02 Thread Ian Norton
I get: `Monodoc.RootTree' does not contain a definition for `UncompiledHelpSources' Whenever I try to build mono-tools using mono/master (today), either from the 2.10 source tarball or from mono-tools/master I'm stumped. ___ Mono-list maillist -

Re: [Mono-list] Xamarin 2.0 concern

2013-03-01 Thread Ian Norton
I really do hope that x studio is just really the new name of the 3.1 monodevelop. I hear all of what you say in that the mono community seems quite separate from much that you see on the go-mono.com pages, I wonder if we should start a 'mono planet' sort of thing to join things up and to keep

Re: [Mono-list] Installing mono for Linux

2013-02-16 Thread Ian Norton
Looks like you've built different bits expecting different runtimes. You can get this by building some bits for the .net 4 profile and other bits for 3.5. Do you still have your distro's mono installed? Quite possible is that the stuff already installed is for the 2.0 .net runtime and you've

Re: [Mono-list] Simple example of Gtk-based Mono.WebBrowser on Windows/Mac

2013-02-15 Thread Ian Norton
Have you had any luck? I'd be rather keen on this, especially if you can figure out how to hook javascript up. Ian On Mon, Feb 11, 2013 at 01:36:15PM +, Doug Blank wrote: I'm trying to come up with the simplest example of using the Mono.WebBrowser using Gtk on Windows. The Windows.Forms

Re: [Mono-list] Running a shell builtin from mono

2013-02-07 Thread Ian Norton
On Thu, Feb 07, 2013 at 11:08:22AM +, Mathias Tausig wrote: Hy! I want to execute a shell builtin command from mono on a linux box. (To be precise: I want to read the current umask with the 'umask' command). Using the Process class doesn't work, since it looks for an actual command

[Mono-list] OT: Re: Why Gnome prefer JavaScript?

2013-02-05 Thread Ian Norton
On Tue, Feb 05, 2013 at 04:18:16PM +, Jonathan Pryor wrote: On Feb 5, 2013, at 10:23 AM, Alberto León leontis...@gmail.com wrote: But, JavaScript was the reason to Oracle denounced Google. No, Java as why Oracle sued Google. JavaScript is completely different. It's

Re: [Mono-list] GNOME_PREFIX

2013-01-23 Thread Ian Norton
I Think GNOME_PREFIX is for the c/c++ gnome libraries and icons and other things On 22/01/2013 21:53, Alberto León wrote: Normally for a parallel environment the tutorials advice to set $GNOME_PREFIX=/opt/gnome- After some installations of Mono parallel environment never I installed any

[Mono-list] gsharp attach to process

2013-01-22 Thread Ian Norton
Hello, I noticed gsharp has an attach to process option. It seems to do somthing in that if I choose my mono process I see messages about the debugger agent in it's window. I'm wondering what it is really for and how it should be used? Is it kind of like an immediate window when I do that?

Re: [Mono-list] Question on unix signal handling

2013-01-17 Thread Ian Norton
I'd be very careful with signals and mono, for one thing, the soft-debugger uses signals to convey things like step in/out/next Remember, that signal handlers are supposed to never make function calls beyond the standard library. If you signal handler is written in c# you've already broken than

Re: [Mono-list] remote debugging on ARM

2013-01-17 Thread Ian Norton
Turns out that we had two problems, a function pointer from a managed class being passed to an unmanaged function which would get invoked when the debugger which caused a segfault. In my case, as was happening first while the debugger was paused. The SIGSEGV signal from the unmanaged code trying

Re: [Mono-list] remote debugging on ARM

2013-01-15 Thread Ian Norton
On 15/01/2013 00:33, mickeyf wrote: I could use some help getting this going. I have found these two posts: http://stackoverflow.com/questions/10864548/debugging-mono-applications-directly-on-arm-target http://mono.1490590.n4.nabble.com/remote-debugging-a-hello-world-application-td4591791.html

Re: [Mono-list] remote debugging on ARM

2013-01-15 Thread Ian Norton
On Tue, Jan 15, 2013 at 05:56:11PM +, mickeyf wrote: The apparent assembly mis-match error seems to have actually been caused by my failing to copy over a dll to the ARM after building it as part of the solution on MonoDevelop on the PC. Duh. Sometimes Monday morning happens on Tuesday.

Re: [Mono-list] mono on ubuntu 12.04 LTS

2013-01-15 Thread Ian Norton
I Believe this is because the ubuntu gtk-sharp is compiled against the .Net 4.0 profile, IMO it should be compiled against .Net 2 so that it works with everything ( -sdk:2 ) but it isn't. This is mainly I think because gtk-sharp largely predates mono defaulting to the .net4 profile. Best Ian

Re: [Mono-list] remote debugging on ARM

2013-01-15 Thread Ian Norton
On Tue, Jan 15, 2013 at 08:35:25PM +, mickeyf wrote: So I am now able to run my app on the ARM, but I am not able to debug it there. The debugger waits, and apparently connects: When I click Connect a dialog box flashes by too quickly for me to read it, 'Stop' is enabled in the MD

Re: [Mono-list] remote debugging on ARM

2013-01-15 Thread Ian Norton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/01/13 20:50, Ian Norton wrote: On Tue, Jan 15, 2013 at 08:35:25PM +, mickeyf wrote: So I am now able to run my app on the ARM, but I am not able to debug it there. The debugger waits, and apparently connects: When I click Connect

Re: [Mono-list] remote debugging on ARM

2013-01-15 Thread Ian Norton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/01/13 21:01, Ian Norton wrote: On 15/01/13 20:50, Ian Norton wrote: On Tue, Jan 15, 2013 at 08:35:25PM +, mickeyf wrote: So I am now able to run my app on the ARM, but I am not able to debug it there. The debugger waits

Re: [Mono-list] ASCII bytes to string?

2013-01-11 Thread Ian Norton
On Fri, Jan 11, 2013 at 02:20:26PM +, edward.harvey.mono wrote: From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of mickeyf I am reading bytes from hardware device as a stream, as abbreviated here: The string itself displays as

Re: [Mono-list] Essential Ubuntu packages?

2013-01-03 Thread Ian Norton
The answer to this depends really on what your app requires. Like any program, your mono app requires a number of things to be installed for it to run. mono-runtime will usually be enough to run a basic hello-world app or one that brings all its dependenant libraries with it in binary form. So,

Re: [Mono-list] plaintextoffenders

2013-01-02 Thread Ian Norton
Gnn!!! On Wed, Jan 02, 2013 at 10:06:13AM +, Daniel Hughes wrote: Just letting you guys know that your now famous on plain text offenders. http://plaintextoffenders.com/post/38287749792/ximian-com-software-developers-gnu-mailman-sends It should be noted that this is not directly mono's

Re: [Mono-list] plaintextoffenders

2013-01-02 Thread Ian Norton
Mailmain 3 it seems has gotten rid of password reminders. http://wiki.list.org/display/DEV/Mailman+3.0 On Wed, Jan 02, 2013 at 10:58:06AM +, Daniel Lo Nigro wrote: To be honest, I'm surprised that nobody has come up with a more modern version of the Mailman web UI. I've always felt that

Re: [Mono-list] Cross-platform user settings files

2012-12-28 Thread Ian Norton
Do your settings 'need' to be in an XML file? you can store things in the .net registry with very little fuss for cross-platform work. On Fri, Dec 28, 2012 at 03:49:40PM +, Hristo Pavlov wrote: Hello, What is the recommended way to save user settings files from Mono across different

Re: [Mono-list] Questions on Mono.Unix.Pipes

2012-12-18 Thread Ian Norton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/12/12 20:37, mickeyf wrote: Sorry, I'm not understanding your response. Are you suggesting I somehow read a byte array directly rather than sending it back via a pipe (which I'm doing now)? You mentioned you had a shared library that opens a

Re: [Mono-list] HttpWebRequest concurrency issues

2012-12-18 Thread Ian Norton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/12/12 21:16, Esben Laursen wrote: I have seen a problem where mono would close a connection after the http request/response was done, it didnt break anything it just initiated a new session on every request even though it should use the same

Re: [Mono-list] Questions on Mono.Unix.Pipes

2012-12-17 Thread Ian Norton
Sounds like for you it would be easier to just pinvoke a byte array. I guess it depends how much data is involved. On Mon, Dec 17, 2012 at 05:05:07PM +, mickeyf wrote: I have some questions about Mono.Unix.Pipes. I have been using this with some success, but I am relatively new to Linux,

Re: [Mono-list] HttpWebRequest concurrency issues

2012-12-14 Thread Ian Norton
You can try both at the same time, pmono shouldnt damage your existing mono installation, a word of caution though. Strange things will happen if you use apt to install any cil packages while in the pmono shell. On Fri, Dec 14, 2012 at 03:24:53PM +, Andres G. Aragoneses wrote: Another

Re: [Mono-list] JavaScriptSerializer bug?

2012-11-01 Thread Ian Norton
I think I saw this was mentioned as fixed in the mono 3.0.0 release notes. Ian On Thu, Nov 01, 2012 at 02:25:28PM +, edward.harvey.mono wrote: Link: File-List I have a JSON string which deserializes fine in .Net 4.0, but fails in mono 2.10.8 on windows. Right now, I have no idea why.

Re: [Mono-list] Encoding Question

2012-10-31 Thread Ian Norton
are supposed to be the same encoding.. http://msdn.microsoft.com/en-us/library/86hf4sb8(v=vs.80).aspx Ian On Mon, Oct 29, 2012 at 02:16:14PM +, Ian Norton wrote: That is quite an old mono. Do you have any non-mono things that work with cp932? Ian On Mon, Oct 29, 2012 at 02

Re: [Mono-list] Encoding Question

2012-10-31 Thread Ian Norton
On Wed, Oct 31, 2012 at 08:29:19AM +, Ian Norton wrote: console debugger? do you mean csharp and gsharp? I really wish there was an updated version of mdb :-/ On Wed, Oct 31, 2012 at 08:25:05AM +, Nathan Findley wrote: Ian, I installed 2.11.4 and it works great! I had no idea

Re: [Mono-list] Encoding Question

2012-10-31 Thread Ian Norton
On Wed, Oct 31, 2012 at 08:52:05AM +, Ian Norton wrote: On Wed, Oct 31, 2012 at 08:29:19AM +, Ian Norton wrote: Mind if I ask a general question about assemblies? I am trying to build gnome-do and am seeing the following error: Compiling Do.Interface.Linux.Classic.dll

Re: [Mono-list] Encoding Question

2012-10-31 Thread Ian Norton
On Wed, Oct 31, 2012 at 08:54:31AM +, Ian Norton wrote: On Wed, Oct 31, 2012 at 08:52:05AM +, Ian Norton wrote: On Wed, Oct 31, 2012 at 08:29:19AM +, Ian Norton wrote: Compiling Do.Interface.Linux.Classic.dll... ./src/ClassicTheme.cs(25,39): error CS0012: The type

Re: [Mono-list] Encoding Question

2012-10-29 Thread Ian Norton
That is quite an old mono. Do you have any non-mono things that work with cp932? Ian On Mon, Oct 29, 2012 at 02:12:18PM +, Nathan Findley wrote: Hi all, I have compiled Mono myself but am having a problem with a codepage not being recognized. What compil options do I need to use and/or

Re: [Mono-list] Encoding Question

2012-10-29 Thread Ian Norton
encoding.. http://msdn.microsoft.com/en-us/library/86hf4sb8(v=vs.80).aspx Ian On Mon, Oct 29, 2012 at 02:16:14PM +, Ian Norton wrote: That is quite an old mono. Do you have any non-mono things that work with cp932? Ian On Mon, Oct 29, 2012 at 02:12:18PM +, Nathan Findley wrote

Re: [Mono-list] Mono 3.0 pmono debian packages (amd64/i386)

2012-10-27 Thread Ian Norton
Hello All, Turns out I'd not fully uploaded the amd64 builds. I've fixed that now I hope. Ian On Thu, Oct 25, 2012 at 03:34:51PM +0100, Ian Norton wrote: Hello All, I've recently updated the pmono repository to contain the latest mono 3.0 source tarball and rebuilt all the packages using

Re: [Mono-list] [MonoDevelop] Mono 3.0 pmono debian packages (amd64/i386)

2012-10-26 Thread Ian Norton
On Fri, Oct 26, 2012 at 02:18:12PM +0100, Sharique uddin Ahmed Farooqui wrote: On Thu, Oct 25, 2012 at 8:04 PM, Ian Norton ian.norton-bad...@thales-esecurity.com wrote: Hello All, I've recently updated the pmono repository to contain the latest mono 3.0 source tarball and rebuilt all

[Mono-list] Mono 3.0 pmono debian packages (amd64/i386)

2012-10-25 Thread Ian Norton
Hello All, I've recently updated the pmono repository to contain the latest mono 3.0 source tarball and rebuilt all the packages using mono 3.0 I've especially noticed that monodevelop is quite a bit more responsive now and debugging is much more stable.

  1   2   3   >