Re: [Mono-dev] No rule to make target `../mini/libmono-2.0.la', needed by `monograph'.

2011-09-26 Thread Francis A. Bausch
I'm seeing a similar failure if I attempt to build -with-shared_mono=no. Both 2.10.5 and 2.10.6 fail the same way, but both succeed once the -with-shared_mono=no is removed from the configure. This is building in Linux i386. frankie. From: mono-devel-list-boun...@lists.ximian.com

[Mono-dev] mono 2.10.1 fails to build, Solaris 386

2011-03-04 Thread Francis A. Bausch
directory `/export/home/dev/mono/mono-2.10.1/mono-2.10.1/mono' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/export/home/dev/mono/mono-2.10.1/mono-2.10.1' make: *** [all] Error 2 Francis A. Bausch | fbau...@dracorp.com | 703.299.0700 x213 Data Research and Analysis Corp

Re: [Mono-dev] mono 2.10.1 fails to build, Solaris 386

2011-03-04 Thread Francis A. Bausch
...@gmail.com] Sent: Friday, March 04, 2011 12:48 PM To: Francis A. Bausch Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] mono 2.10.1 fails to build, Solaris 386 Hi, Try removing -DFILE_OFFSET_BITS=64 from mono/profiler/Makefile. Zoltan On Fri, Mar 4, 2011 at 5:44 PM

[Mono-dev] GTK# message dialogs and use_markup

2010-10-26 Thread Francis A. Bausch
Solaris platforms. It does not happen at all when running mono 2.6.7. Gtk# has not changed, so I'm guessing this may have something to do with the changes in mono 2.8 Francis A. Bausch | fbau...@dracorp.com | 703.299.0700 x213 Data Research and Analysis Corp.  |  www.dracorp.com

Re: [Mono-dev] Mono 2.8 fails to build on Solaris 10 SPARC

2010-10-07 Thread Francis A. Bausch
I just filed a bug report on a similar build failure on Sparc - #644789. My message pointed me at mono/mini/tramp_sparc.c still using mono_jit_stats.method_trampolines; But method_trampolines is no longer a method of monoJitStats. It looks to me that sparc code may not have been updated to match

[Mono-dev] libgdiplus linecap issue

2010-10-04 Thread Francis A. Bausch
In the recent addition of linecaps to libgdiplus, an issue exists in the implementation of cairo_DrawPath in graphics-cairo.c. A test on the value of count is needed to make sure array indices are valid at line 642: gdip_pen_draw_custom_end_cap(graphics, pen, points[count-1].Y,

Re: [Mono-dev] libgdiplus linecap issue

2010-10-04 Thread Francis A. Bausch
. From: Francis A. Bausch Sent: Monday, October 04, 2010 8:38 PM To: mono-devel-list@lists.ximian.com Subject: libgdiplus linecap issue In the recent addition of linecaps to libgdiplus, an issue exists in the implementation of cairo_DrawPath in graphics-cairo.c. A test on the value of count is needed