Toon Knapen wrote:
> I'm trying to build the svn-trunk version of python on a Solaris box.
> However I do not have a python installed yet and apparantly the build of
> python requires a python to be accessible (as also annotated in the
> Makefile generated during the ./configure). How can I solve this situation?

It shouldn't actually be required.  I'm assuming the problem is while
trying to run asdlgen.py.  The generated files are checked in, but the
timestamps are wrong and the Makefile is trying to be helpful.

Try:
  touch Include/Python-ast.h Python/Python-ast.c
  make

I believe those are the two files that are generated.  If not, try
posting the error message.

HTH,
n

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to