while trying to build the subversion trunk for python.net using the makefile from cygwin, i get the error message below.&nbsp; I'm not having much luck finding this ClrModule.&nbsp; What am i doing wrong?&nbsp; thanks<br><br>csc.exe /nologo /unsafe /target:library /out:../../Python.Runtime.dll \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /recurse:*.cs<br>importhook.cs(25,9): error CS0246: The type or namespace name 'ClrModule' could<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; not be found (are you missing a using directive or an assembly<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reference?)<br>make: *** [Python.Runtime.dll] Error 1<br><br>