[Mono-winforms-list] Compiling monogui

Giovanni Zito gzito@mbox.thunder.it
Sat, 10 May 2003 09:42:49 +0200


----- Original Message -----
From: "Olivier Gaumond" <ogaumond@yahoo.com>
To: <mono-winforms-list@lists.ximian.com>
Sent: Friday, May 09, 2003 7:17 PM
Subject: [Mono-winforms-list] Compiling monogui


> Now I get the following output
> In file included from mono.c:12:
> debug.h:10: redefinition of `MonoDebugHandle'
> ../../mono/metadata/mono-debug.h:11: `MonoDebugHandle' previously declared
here
> debug.h:17: conflicting types for `MONO_DEBUG_FORMAT_NONE'
> ../../mono/metadata/mono-debug.h:20: previous declaration of
> `MONO_DEBUG_FORMAT_NONE'
> debug.h:21: conflicting types for `MONO_DEBUG_FORMAT_MONO'
> ../../mono/metadata/mono-debug.h:21: previous declaration of
> `MONO_DEBUG_FORMAT_MONO'
> debug.h:21: confused by earlier errors, bailing out
> make: *** [monogui-mono.o] Error 1
>
> What can I do now?  I have done all that on the mono-0.24 source.
>

I have exactly the same problem. using mono-0.24 source, and also have
the same results using the code from CVS (downloaded yesterday 05/09/2003)

May be the win32api patch applies only to mono-0.23??

Anyway with 0.23 version I get runtime errors with the wine/win32 dynamic
libraries.

A final note forVlad Kaluzhny: I have checked the directory structure of
mono root...
it is OK, gui_runtime is located under $mono_root/mono folder. But if you
try
"automake", even with the original mono tarball (i.e. without applying the
win32-patch ),
 you'll get errors, as noticed by Olivier.


Is there a "really" possibility to run SWF applications on mono?


G. Zito