[Mono-winforms-list] Compiling Mono+Wine+SWF on Debian

Alexandre Pigolkine pigolkine@gmx.de
Tue, 29 Jul 2003 09:53:37 +0200


Hello David,

You do not need to build gui_runtime, it's enough to build wine-shared.
AFAIK, the gui_runtime was developed to initialize WineLib for SWF 
applications,
but now static constuctor for Win32 class in SWF is responsible for this.

Alexandre

David W. Bettis wrote:

>With the recent release of the Mono/Wine packages, I felt compelled to
>try and compile for myself. Under Debian unstable.
>
>I've been able to successfully compile wine using the patches from
>http://www.openlinksw.com/mono/; but when I follow the instructions in
>wine-shared/mono for adding the GUI runtime support to mono, I run
>into problems.
>
>I'm operating on the CVS version of mono (7/28)-- and the only odd
>thing I did to my system was downgrade automake to 1.4 (the
>configure.in provided by wine-shared-20030618.tar.gz is incompatible
>with 1.5).
>
>Is there a specific mono release that needs to be used?
>
>Thanks!
>
>dwb@gandalf:~/src/mono-cvs/mono/mono/gui_runtime$ make
>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                             -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include                   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
>-I/usr/local/include/wine  -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64  -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
>-Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mono.c
>  
>