[IronPython] makefile is wrong
Seo Sanghyeon
tinuviel at sparcs.kaist.ac.kr
Thu Nov 17 08:54:04 CET 2005
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
"mkdir IronPythonTest/bin/Debug" fails. Including an empty bin directory
in the release may be the easiest way to fix this.
Seo Sanghyeon
More information about the Ironpython-users
mailing list