> ../../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
