[Mono-winforms-list] Re: Error running monostub.exe.so afterfollowing directions

Alexandre Pigolkine pigolkine@gmx.de
28 Apr 2003 20:40:52 +0200


--=-ySQKX7JlOBhsGTttSSvY
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello Jonathan, 

Please update your sources for System.Windows.Forms 
and System.Drawing and get updated libgc-wine from 
http://www.geocities.com/pigolkine/gc6.1-wine.tar.gz

New monostubs' makefile  refers to monoold.pc. I attached my copy.

gc.dll.so exports more functions now, so mono should not
try to load libgc.so.

I hope that the changes will help you to get SWF applications running.

Thanks for posting monogc.c.

Alexandre


On Mon, 2003-04-28 at 04:50, 2a5gjx302@sneakemail.com wrote:
> >Alexandre
> 
> Here is the output. Sorry for the delay, went out during the evening. :-)
> 
> linsux:/c/mono# gdb wine
> GNU gdb Red Hat Linux (5.2.1-4)
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
...
> My (flimsy) understanding was that all GC calls should have been through
> monogc.c since the regular GC is incompatible with WINE, and if that is the
> case, then it is evidently the cause of the problem.
> 
> Jonathan
> 
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> 


--=-ySQKX7JlOBhsGTttSSvY
Content-Disposition: attachment; filename=monoold.pc
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=monoold.pc; charset=ISO-8859-1

prefix=3D/usr/local/mono
exec_prefix=3D${prefix}
libdir=3D${exec_prefix}/lib
includedir=3D${prefix}/include


Name: Mono
Description: Mono Runtime
Version: 0.23
Requires: glib-2.0 gmodule-2.0
Libs: -L${libdir} -loldmono -lm
Cflags: -I${includedir} -DMONO_USE_EXC_TABLES -fexceptions -D_REENTRANT

--=-ySQKX7JlOBhsGTttSSvY--