Re: [Mono-dev] unifying eglib implementations in bluez mono

2009-08-12 Thread Michael Jerris
The eglib in the bluz project is not compatible with the licensing. Eglib is intentionally MIT/x11 licence for no restrictions. On Aug 12, 2009, at 9:59 PM, Mike Frysinger vapier@gmail.com wrote: a recent google for a stripped down/embedded version of glib lead me to two projects

Re: [Mono-dev] Windows build

2008-07-18 Thread Michael Jerris
Is there a compelling reason (other than the fact that the managed code does not yet build off the msvc build system) to support msys or cygwin at all? Mike On Jul 18, 2008, at 11:34 AM, Leszek Ciesielski wrote: A sidenote (and an argument for msys): folks behind Windows git port are

Re: [Mono-dev] Mono for Symbian

2007-05-24 Thread Michael Jerris
There are a decent set of posix api's for symbian. More info at: http://forum.nokia.com/main/resources/technologies/open_c/index.html Mike -Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Thursday, May 24,

Re: [Mono-dev] Character encoding issues on Linux - Iconv usage on windows.

2007-05-17 Thread Michael Jerris
I have been looking at the iconv usage on windows (specifically in reference to the need to implement g_convert in eglib. If I trace the calls right, g_convert is only used in g_locale_to_utf8 and g_locale_from_utf8, which is in turn only used in, mono_unicode_to_external and

Re: [Mono-dev] Mono on Windows/x64

2007-04-25 Thread Michael Jerris
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jerris Sent: Wednesday, April 25, 2007 3:05 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono on Windows/x64 Fixed a few more test failures... The following are all that is left that fails, a couple

Re: [Mono-dev] Mono on Windows/x64

2007-04-24 Thread Michael Jerris
-Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 4:22 PM To: Michael Jerris Cc: mono-devel-list@lists.ximian.com; Kornél Pál; Jonathan Chambers Subject: RE: [Mono-dev] Mono on Windows/x64 Hey, This patch is confirmed

Re: [Mono-dev] Mono on Windows/x64

2007-04-23 Thread Michael Jerris
Seems like a good time to ask about the status of windows support (32 and 64) and/or msvc support for eglib. It may be a more worthwhile use of time to finish that work than to work on finishing porting glib. I would be happy to lend a hand in this process if there is some sort of direction

Re: [Mono-dev] Mono on Windows/x64

2007-04-23 Thread Michael Jerris
Chambers [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 11:29 AM To: Miguel de Icaza Cc: Michael Jerris; Kornél Pál; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono on Windows/x64 Hello, On 4/23/07, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, I am not sure how

Re: [Mono-dev] Mono on Windows/x64

2007-04-23 Thread Michael Jerris
Step 1. Attached patch for review, should have no affect at all on non msvc build. Resolves all build errors on msvc 2005. Still needs implementations for quite a few things on msvc, and windows in general, this patch makes no effort to address those. Note several things throughout marked

Re: [Mono-dev] Mono on Windows/x64

2007-04-23 Thread Michael Jerris
, 2007 1:22 PM To: Michael Jerris Cc: mono-devel-list@lists.ximian.com; Kornél Pál; Miguel de Icaza Subject: Re: [Mono-dev] Mono on Windows/x64 Michael, This looks good; you may want to put the vsproj in mono/msvc since I stuck all other VS related files in there. There is some warnings

Re: [Mono-dev] Mono on Windows/x64

2007-04-23 Thread Michael Jerris
Fixes gcc compile error below, and moves project file as requested. From: Jonathan Chambers [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 1:45 PM To: Michael Jerris Cc: mono-devel-list@lists.ximian.com; Kornél Pál; Miguel de Icaza Subject: Re: [Mono

Re: [Mono-dev] Mono on Windows/x64

2007-04-23 Thread Michael Jerris
This patch is confirmed to compile clean on gcc now. Feedback? Mike From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jerris Sent: Monday, April 23, 2007 2:04 PM To: Jonathan Chambers Cc: Kornél Pál; Miguel de Icaza; mono-devel-list

Re: [Mono-dev] Upgrade dependencies for VS build

2006-10-18 Thread Michael Jerris
they would like to see on this. Thanks Mike From: Jon Chambers [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 9:38 AM To: Michael Jerris Cc: Mono Devel List Subject: Re: [Mono-dev] Upgrade dependencies for VS build Two quick questions. I'm planning on making some

Re: [Mono-dev] Upgrade dependencies for VS build

2006-09-15 Thread Michael Jerris
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Chambers Sent: Friday, September 15, 2006 10:43 AM To: Mono Devel List Subject: [Mono-dev] Upgrade dependencies for VS build Currently to build mono in VS, one must download a VSDependencies.zip that contains required

Re: [Mono-dev] Sharing build specs between MS VS .net 2005 and monoon Linux

2006-09-15 Thread Michael Jerris
From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Mads Bondo Dydensborg Sent: Friday, September 15, 2006 11:13 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Sharing build specs between MS VS .net 2005 and monoon Linux Optimally, xbuild

Re: [Mono-dev] Upgrade dependencies for VS build

2006-09-15 Thread Michael Jerris
From: Jon Chambers [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 11:30 AM To: Michael Jerris Cc: Mono Devel List Subject: Re: [Mono-dev] Upgrade dependencies for VS build As far as the version, the current glib depends on c runtime version 7.0.2600.2180. The newest glib depends

[Mono-dev] msvc patch for eglib

2006-09-14 Thread Michael Jerris
This is a first hack at getting eglib to build on msvc 2005. Please note that this patch is a total mess, but it at least highlights the C language and header file issues that are present in msvc. Also, due to the lack of default bash environment to run configure scripts, I create forked

Re: [Mono-dev] msvc patch for eglib

2006-09-14 Thread Michael Jerris
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 12:01 PM To: Miguel de Icaza Cc: Michael Jerris; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] msvc patch for eglib Mmm, actually the EOL stuff is somehow my bad. I'll

Re: [Mono-dev] msvc patch for eglib

2006-09-14 Thread Michael Jerris
-Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 11:58 AM To: Michael Jerris Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] msvc patch for eglib Hello Michael, A few comments on the patch