[IronPython] makefile is wrong

2005-11-16 Thread Seo Sanghyeon
I downloaded 0.9.4 release, and when I type make, $ make makefile:16: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. I am using GNU Make 3.80. Also, unlike Windows, POSIX systems don't create intermediate directories with mkdir. (It needs -p option for that.) Therefore "mkd

[IronPython] pyexpat for IronPython

2005-11-16 Thread Seo Sanghyeon
pyexpat is a built-in XML parser for CPython. As this is not available from IronPython, I wrote a wrapper around System.Xml.XmlTextReader to fake the interface. http://sparcs.kaist.ac.kr/~tinuviel/devel/fepy/pyexpat.py With this, an example from the Python Library Reference runs correctly: http:/