Thanks Alex! After cloning a fresh copy of mono and adding gmcs to my path, the compilation completed but I'm not sure it succeeded since I cannot find the build. It should be located at usr/local/bin but this directory remains empty. How do you specify the output directory?
Jerome. On Tue, Nov 30, 2010 at 1:10 PM, Alex Fort <[email protected]> wrote: > > ../../mono/io-layer/handles.h:17: error: conflicting types for > 'CloseHandle' > > > /usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../include/w32api/winbase.h:1308: > > error: previous declaration of 'CloseHandle' was here > > All following errors are very similar which means, I suppose, I have > > something wrong or duplicated with the win32 library. > > Is there something I can do to understand more clearly what is going > wrong? > > I ran into this same problem yesterday, but it looks like commit > 30cba27527d5076896bf (mono/profiler/proflog.c) on master has fixed it. > Update your tree and you should be good. > > > Alex >
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
