[Mono-devel-list] MSVC port in progress, a couple questions

J Lothian rhalin at gmail.com
Fri Feb 11 02:12:29 EST 2005


Just an update before I head to sleep for the night,

I've got a good chunk of the code compiling, directories:
libgc, mono/utils,mono/os, mono/metadata,  and I'm working on mini at
the moment.  So far, the two biggest culprits of errors compiling have
been using the LL suffix on 64bit integer, which VC6 doesn't like, so
some ifdef _MSC_VER to set those to i64 does the trick, and the second
being good ole winsock2.h (had to be added, some WSA constants used
aren't in winsock.h in VC) and it's strangeness of having to be
included before windows.h, or accidently redefining things in
winsock.h.

My current issues in mini:

I'm getting several of these:
driver.c(45) : fatal error C1083: Cannot open include file:
'inssel.h': No such file or directory

I'm assuming that inssel.h must be built somehow?  Something to do
with monoburg?  I've got that built as well (gotta love flex and
bison), but I'm not familier with how to use it, any help?

Thanks!



More information about the Mono-devel-list mailing list