Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-14 Thread Gregory Junker
On 11/14/2014 7:34 PM, Edward Ned Harvey (mono) wrote: I'm aware of Xamarin.Forms, but apparently only for iOS, Android, Windows Mobile. Does something similar exist for Mac OSX, Windows Desktop, Linux? I've been out of .Net dev for a bit now, but isn't that what Windows.Forms is?

Re: [Mono-list] Mono on Xeon Phi

2013-02-04 Thread Gregory Junker
On 2/4/2013 2:49 AM, Yury Serdyuk wrote: Hi ! I have tried to do the first steps to cross-compile Mono for Intel Xeon Phi coprocessor. For software packages that need to run code compiled as part of the configure or make, it may be simpler to configure and build it with GCC directly on the

Re: [Mono-list] Installing Mono 2.10.8 on RHEL 6.0

2012-04-03 Thread Gregory Junker
On 4/2/2012 11:28 AM, sa5webber wrote: Hi Gregory I totally believe you about this. I don't think the problem is just a hardware error. I eventually managed to install mono so I didn't go as far as figuring out how to attach gdb to the mono process. a debugger to the Well now because of

Re: [Mono-list] Installing Mono 2.10.8 on RHEL 6.0

2012-03-09 Thread Gregory Junker
On 3/9/2012 11:08 AM, sa5webber wrote: Sorry to be a bother. The problem turned out to be hardware failure (not usually the first thing I would suspect). On different machine Mono 2.10.8 installed and ran just fine on RHEL 6.0. You want to be sure of this. It was intermittent but regular

Re: [Mono-list] Hang on Environment.Exit if there is any socket_io

2012-02-03 Thread Gregory Junker
Is it a hang (with 100% HW thread usage) in pthread_kill()? I get this on app exit only (so far) with a particular version of glibc (which provides pthreads), specifically the version that comes with RHEL6/CentOS6. My call stack however is through the GC, not through sockets, but it would be

[Mono-list] GC hang

2011-12-20 Thread Gregory Junker
Hi The only reference I have seen to anything similar to what I am seeing, was in a Bugzilla from 2005, so I wanted to ask here to find out if anyone else is seeing this. On RHEL6 and CentOS6, when I try to run Mono 2.10.x, regardless where it was built, I get a non-deterministic hang in the GC.

Re: [Mono-list] Trying to use yum on Centos5 to get 2.10.6

2011-12-05 Thread Gregory Junker
-Original Message- From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of efontana Sent: Friday, December 02, 2011 4:44 PM To: mono-list@lists.ximian.com Subject: [Mono-list] Trying to use yum on Centos5 to get 2.10.6 Who updates

Re: [Mono-list] System.IO.Pipes.PipeTransmissionMode.Message on *nix

2011-10-14 Thread Gregory Junker
, 2011 4:07 AM To: Mono-list@lists.ximian.com Subject: Re: [Mono-list] System.IO.Pipes.PipeTransmissionMode.Message on *nix On 14.10.2011 00:18, Gregory Junker wrote: Says it's not implemented -- why? Is there a technical reason for not being able to do Message mode on Linux? I couldn't find

[Mono-list] System.IO.Pipes.PipeTransmissionMode.Message on *nix

2011-10-13 Thread Gregory Junker
Says it's not implemented -- why? Is there a technical reason for not being able to do Message mode on Linux? I couldn't find much (anything, really) at all on this through searching... Thanks Greg ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Continous Integration on Linux

2008-07-10 Thread Gregory Junker
Not at all -- we use it to manage the Linux integration and build of our C++ server codebase. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rolando Martinez Sent: Wednesday, July 09, 2008 9:11 AM To: Aquil H. Abdullah Cc: mono-list@lists.ximian.com Subject: Re:

Re: [Mono-list] eclipse IDE

2005-05-13 Thread Gregory Junker
I think what he meant to say was: This is not a Java mailing list, and not an Eclipse mailing list; you should visit www.eclipse.org for help with configuring Eclipse. Eclipse is an IDE implemented in Java (which explains why they say something about Java), and while there are many extensions

Re: [Mono-list] rpm spec files

2004-11-18 Thread Gregory Junker
Are the spec files that were used to build the mono rpms available to download anywhere? From the Mono Downloads page: http://www.go-mono.com/packagers/ Greg ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] rpm spec files

2004-11-18 Thread Gregory Junker
Are the spec files that were used to build the mono rpms available to download anywhere? From the Mono Downloads page: http://www.go-mono.com/packagers/ Greg ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] rpm spec files

2004-11-18 Thread Gregory Junker
Are the spec files that were used to build the mono rpms available to download anywhere? From the Mono Downloads page: http://www.go-mono.com/packagers/ Greg ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] ADO and mono

2004-10-19 Thread Gregory Junker
The DataSet stores zero or more tables in the Tables collection. There is no Table property, so you access the first (most of the time, only) table via Tables[0]. It's a .NET idiom. Greg - Original Message - From: Eric Damron [EMAIL PROTECTED] To: mono-list [EMAIL PROTECTED] Sent:

Re: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-30 Thread Gregory Junker
Yes...and no... MySQL defaults to localhost for hostname if none is provided (assuming you are connecting from the local server of course). However, somewhere along the way [EMAIL PROTECTED] is being replaced by [EMAIL PROTECTED] localdomain (which is the form most often put in /etc/hosts by

Re: [Mono-list] Mono and ADO.Net

2004-06-02 Thread Gregory Junker
Best I can tell, Windows Forms are done up in GTK# under Mono. ADO.Net is widely supported, and most major database systems have providers written (ByteFX for MySQL, etc). Works just fine, and the legal issue, AFAIK, is, according to Miguel, far overblown. There are several recent threads on that

Re: [Mono-list] Mono and ADO.Net

2004-06-02 Thread Gregory Junker
uses Winelib, GTK# is a seperate package. Afaik, GTK# is more reliable than Windows.Forms right now. On Wed, 02 Jun 2004 11:39:45 -0400, Gregory Junker [EMAIL PROTECTED] wrote: Best I can tell, Windows Forms are done up in GTK# under Mono. ADO.Net is widely supported, and most major

Re: [Mono-list] C# Patterns Web Site

2004-05-21 Thread Gregory Junker
Or just use Opera... On Friday May 21, 2004 12:57 pm, Kevin Berry wrote: Since C# is now popular on Linux ;-) it is a bit irritating when you encounter a site like this... http://www.dofactory.com/Patterns/PatternCommand.aspx The Show Code link doesn't expand when used with Mozilla.

RE: [Mono-list] Virtual Hosts patch plans

2004-05-18 Thread Gregory Junker
Service unavailable is easily fixed by chmod/chown'ing the /tmp/mod_mono_server file so that the webserver can read/write it. Can't help you directly with the XSP crash though. HTH Greg Right now I need to get mon_mono working. I just got the source yesterday and started to install it but it

Re: [Mono-list] Xsp in standalone amd mod_mono

2004-05-18 Thread Gregory Junker
Unless I missed some significant change in the past couple of weeks, you should be doing the following to start the mod_mono server: mono /usr/bin/mod-mono-server.exe --root ... --applications ...:... --nonstop And then chmod the file so it's RW for the webserver. XSP and mod-mono-server are

Re: [Mono-list] Xsp in standalone amd mod_mono

2004-05-18 Thread Gregory Junker
was so I could see why mod_mono was not servicing requests. On Tue, 2004-05-18 at 10:14, Gregory Junker wrote: Unless I missed some significant change in the past couple of weeks, you should be doing the following to start the mod_mono server: mono /usr/bin/mod-mono-server.exe --root

Re: [Mono-list] RE: WINFORM / Wine / Whats the fuck going wrong? (Mathieu PASQUET)

2004-05-18 Thread Gregory Junker
And I thought it was only American culture that was suffering from a severe coarsening... Sorry that I need to respond to this. Please behave when sending mail to this list! And for the solution to get to you, you will need to provide more (MORE) information. wkr, Some user. Mathieu

Re: [Mono-list] Xsp in standalone amd mod_mono

2004-05-18 Thread Gregory Junker
. Any suggestions would be of great help. Regards, Shawn Vose On Tue, 2004-05-18 at 10:28, Gregory Junker wrote: Well, for one, the mod_mono module expects to see /tmp/mod_mono_server, which is created by mod-mono-server.exe, not xsp.exe. If you did not chmod the /tmp/mod_mono_server file

[Mono-list] Remoting and DataSets

2004-04-22 Thread Gregory Junker
First, I know the drill, but before I do, I figured I ought to check here first to see if it's known or if there is a resolution. The problem: simple object, inherits MarshalByRefObject, exposed by a server process using TcpChannel. A test process can call other methods on the object, no

Re: [Mono-list] Web Forms and the @ Page directive

2004-04-19 Thread Gregory Junker
/class combination, it quietly picks one? I ask because I honestly don't know... Thanks! Greg On Fri, 2004-04-16 at 08:07 +0200, Gonzalo Paniagua Javier wrote: El vie, 16-04-2004 a las 01:36, Gregory Junker escribi: I'll further add that when I use only Inherits in both the Page and Control files

Re: [Mono-list] Daily build

2004-04-16 Thread Gregory Junker
On Fri, 2004-04-16 at 12:25 -0600, Sachin Kumar wrote: Hello, Daily build RPM packages for distros redhat, suse and fedora are available at following location: http://www.go-mono.com/packages/ Planning to have 5 previous builds. Regards, Sachin

Re: [Mono-list] Daily build

2004-04-16 Thread Gregory Junker
LOL I guess including the actual question would help... Are the Fedora builds for 2.4 and 2.6 kernels? Or will there be FC1T1 (2.4) and FC1T2 (2.6) builds? Or just FC1T1 (2.4)? Or does it even matter? Thanks Greg On Fri, 2004-04-16 at 14:35 -0400, Gregory Junker wrote: On Fri, 2004-04-16 at 12

[Mono-list] Web Forms and the @ Page directive

2004-04-15 Thread Gregory Junker
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/ html/vbconWebFormsCodeModel.asp At that link they say: In Web Forms that use code-behind files, the @ Page directive (or @ Control in user control files) contains attributes that specify the relationship of the .aspx file

Re: [Mono-list] Web Forms and the @ Page directive

2004-04-15 Thread Gregory Junker
Actually, I take it back...a simple test page with code-behind only in a DLL and referenced only via Inherits works fine. It's when a UserControl is placed on the page that things start getting weird. Greg On Thu, 2004-04-15 at 18:31 -0400, Gregory Junker wrote: http://msdn.microsoft.com

Re: [Mono-list] I give up / Mac OS X PPC support

2004-04-12 Thread Gregory Junker
This is a rather short-sighted viewpoint, I have to say. If you were talking about today, Monday April 12, 2004, then ya, sure, if the election were today then Windows.NET would win hands down. That's not what this project is about however. I strongly disagree with the statement if Mono PPC

RE: Re: [Mono-list] I give up / Mac OS X PPC support

2004-04-10 Thread Gregory Junker
I would add that Free software is not free as in free beer. It is free as in freedom to do what you want with it, and with freedom comes responsibility. At first glance, since I have only seen this snippet of his original post, if urgent Mac OSX support is that important to Mr. Mentzer, then he