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

2007-05-02 Thread Andreas Färber
> Another eglib issue in SVN head: It appears g_error has been modified > [...] which unfortunately breaks mono-logger.c. > Building with glib works fine. Any thoughts on how to fix this? http://bugzilla.ximian.com/show_bug.cgi?id=81520 ___ Mono-deve

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

2007-05-02 Thread Andreas Färber
Another eglib issue in SVN head: It appears g_error has been modified to take two arguments, which unfortunately breaks mono-logger.c. Building with glib works fine. Any thoughts on how to fix this? Andreas ___ Mono-devel-list mailing list Mono-devel

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

2007-05-01 Thread Andreas Färber
Jonathan, Sorry, I didn't intentionally ignore your patch. The one from Michael was so large I didn't try to merge the two. I'll merge in your changes you submitted and repost unless someone else gets to it first. This is not personal, it's just about the results: it appears the r

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

2007-05-01 Thread Jonathan Chambers
Andreas, Sorry, I didn't intentionally ignore your patch. The one from Michael was so large I didn't try to merge the two. I'll merge in your changes you submitted and repost unless someone else gets to it first. Thanks, Jonathan On 5/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: Hey,

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

2007-05-01 Thread Andreas Färber
Hey, Looking at SVN head you have ignored my g_strndup patch and introduced a bug in your alternative implementation. Please look at it, we need to alloc n+1 bytes, not n, or jay and genmdesc etc. will produce garbage. Also, in glib the g* types should be used. Andreas _

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 of these

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

2007-04-25 Thread Andreas Färber
> I made some local additions to eglib for ppc64 (e.g. g_strndup), I'm > just not sure how to correctly ifdef it. Probably a lot of additions > to configure.in will be needed but I don't know how. http://bugzilla.ximian.com/show_bug.cgi?id=81456 This was the quickest way I got my local changes i

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

2007-04-25 Thread Jonathan Chambers
g_dir_*: FAILED (4 got no error) g_convert: FAILED (Expected 24 bytes, got: NULL) Mike -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Michael Jerris *Sent:* Wednesday, April 25, 2007 1:31 AM *To:* mono-devel-list@lists.ximian.com *Subject:* Re:

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

2007-04-24 Thread Michael Jerris
need to know how it should go) Mike > -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: [Mo

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

2007-04-24 Thread Michael Jerris
) Mike > -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 &g

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

2007-04-24 Thread Miguel de Icaza
Hello, > Could someone please review this one-liner? Is the fix okay or was > another macro intended there? > The ABS macro, as defined in eglib, only takes one argument while > mono-ehash.c calls it with two arguments, leading to a build error. > Are you not witnessing this on Windows? Thi

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

2007-04-24 Thread Jonathan Chambers
eglib is not yet linking on Windows, so I haven't tried it with mono yet. Also, mono-ehash.c isn't even included in the mono vcproj at this point (due to oversight and it's absence not causing any errors), so I probably wouldn't see it. - Jonathan On 4/24/07, Andreas Färber <[EMAIL PROTECTED]> w

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

2007-04-24 Thread Andreas Färber
>> I fixed a build problem with ABS in eglib's mono-ehash.c and will >> post a patch this evening if noone else is quicker. > > http://bugzilla.ximian.com/show_bug.cgi?id=81433 Could someone please review this one-liner? Is the fix okay or was another macro intended there? The ABS macro, as def

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

2007-04-24 Thread Jonathan Chambers
gt; > > 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@lists.ximian.com > Subject: Re: [Mon

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

2007-04-23 Thread Miguel de Icaza
ED] > [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@lists.ximian.com > Subject: Re: [Mono-dev] Mono on Windows/x64 > > > > > Fix

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

2007-04-23 Thread Michael Jerris
@lists.ximian.com Subject: Re: [Mono-dev] Mono on Windows/x64 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

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

2007-04-23 Thread Andreas Färber
> I fixed a build problem with ABS in eglib's mono-ehash.c and will > post a patch this evening if noone else is quicker. http://bugzilla.ximian.com/show_bug.cgi?id=81433 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.x

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

2007-04-23 Thread Michael Jerris
-dev] Mono on Windows/x64 Michael, I get the following compiler error building with gcc: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -Wall -Werror -D_FORTIFY_SOURCE=2 -g -O0 -D_GNU_SOURCE -MT libeglib_la-gstr.lo -MD -MP -MF .deps/libeglib_la- gstr.Tpo -c gstr.c -fPIC -DPIC -o .libs/libeglib_la

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

2007-04-23 Thread Jonathan Chambers
-- *From:* Jonathan Chambers [mailto:[EMAIL PROTECTED] *Sent:* Monday, April 23, 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/

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

2007-04-23 Thread Michael Jerris
il 23, 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 Jonathan Chambers
ion is addressed. Mike > -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-devel-list- > [EMAIL PROTECTED] On Behalf Of Miguel de Icaza > Sent: Monday, April 23, 2007 12:06 PM > To: Jonathan Chambers > Cc: Kornél Pál; mono-devel-list@lists.ximian.com > Subj

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

2007-04-23 Thread Michael Jerris
él Pál; mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Mono on Windows/x64 > > Hey, > > > Knowing this previously would have helped ;-). I have got conflicting > > advice in the past about whether glib or eglib would be the best > > approach. > > W

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

2007-04-23 Thread Andreas Färber
> We are going to drop glib and move to eglib in the future anyways. > > I'm willing to work on this again, with help from anyone else, if > this is the future direction of mono. I made some local additions to eglib for ppc64 (e.g. g_strndup), I'm just not sure how to correctly ifdef it. Prob

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

2007-04-23 Thread Miguel de Icaza
Hey, > Knowing this previously would have helped ;-). I have got conflicting > advice in the past about whether glib or eglib would be the best > approach. Well, we were developing it ;-) But our goal is to drop glib and get back some of the memory usage we have been using. As with every large

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

2007-04-23 Thread Andreas Färber
Am 23.04.2007 um 17:25 schrieb Miguel de Icaza: > A small follow up, the tricky bits for porting to Win64 would be: > > * gfile.c > > * gspawn.c > > Possibly review the typedefs and move some typedefs from glib.h > into > eglib-config.h.in as well as guessing a few values fo

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

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

2007-04-23 Thread Jonathan Chambers
Hello, On 4/23/07, Miguel de Icaza <[EMAIL PROTECTED]> wrote: Hello, > I am not sure how soon any patches will make it into glib, but there > is some effort. I initially thought eglib would be easier, but have > since changed my mind ;-). A glib port will be > used/appreciated/maintained by a

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

2007-04-23 Thread Miguel de Icaza
From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonathan Chambers > Sent: Monday, April 23, 2007 10:14 AM > To: Kornél Pál > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Mono on Windows/x64 >

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

2007-04-23 Thread Miguel de Icaza
Hello, > I am not sure how soon any patches will make it into glib, but there > is some effort. I initially thought eglib would be easier, but have > since changed my mind ;-). A glib port will be > used/appreciated/maintained by a wider community, and it has already > been ported to build on Win3

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

2007-04-23 Thread Michael Jerris
on the best way to go forward on this. Mike From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Chambers Sent: Monday, April 23, 2007 10:14 AM To: Kornél Pál Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono on Windows

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

2007-04-23 Thread Jonathan Chambers
ubject:* Re: [Mono-dev] Mono on Windows/x64 At this point, the runtime should compile on win64 in VS2005. It won't link as neither glib nor libgc are ported to win64. I have locally modified versions of each that I am working on, but am not done yet. After all of that is complete, I am sure the

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

2007-04-23 Thread Jonathan Chambers
At this point, the runtime should compile on win64 in VS2005. It won't link as neither glib nor libgc are ported to win64. I have locally modified versions of each that I am working on, but am not done yet. After all of that is complete, I am sure the JIT will need at least some minor adjustments;

[Mono-dev] Mono on Windows/x64

2007-04-22 Thread Kornél Pál
Hi, Earlier there were some patches and posts regarding Windows/x64 support on the list. Could someone please let me know the current status of Windows/x64? Kornél ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian