[Python.NET] Compiling under mono

Miles Lubin miles at lubin.us
Sun Jun 20 10:02:10 EDT 2004


I know this isnt supposed to work yet, but no harm in trying,

When I make under mono, I get:

ilasm /nologo /dll /quiet /output=CLR.dll \
./src/runtime/CLRModule.il;
syntax error, got token `K_INT32', expecting INT64 K_AT K_FROMUNMANAGED K_CALLMOSTDERIVED
Error at: line (45) column (19)

***** FAILURE *****
make: *** [CLR.dll] Error 1

I don't know il at all, so I dont understand the error, but if you could help me make it compile, it would be great.

Thanks,
Miles



More information about the PythonDotNet mailing list