while trying to build the subversion trunk for python.net using the makefile from cygwin, i get the error message below.  I'm not having much luck finding this ClrModule.  What am i doing wrong?  thanks

csc.exe /nologo /unsafe /target:library /out:../../Python.Runtime.dll \
        /recurse:*.cs
importhook.cs(25,9): error CS0246: The type or namespace name 'ClrModule' could
        not be found (are you missing a using directive or an assembly
        reference?)
make: *** [Python.Runtime.dll] Error 1

_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to