[Bf-committers] Compiling report, small error somewhere around python

Guillermo S. Romero / Familia Romero bf-committers@blender.org
Mon, 2 Dec 2002 17:32:40 +0100


Hi:

Decided to give a try to the current tree, with a RH73 with its
patches and some things from RH80 too (related to compiling: all the
auto tools, iirc).

It failed, cos it defaulted to python1.5 ("import foo as bar" not
supported in 1.5). So I exported PYTHON to point to the 2.2 one,
/usr/bin/python2.2, rerun configure and it decided to use
/usr/bin/python2.22.2 (${PYTHON}2.2). Edited the Makefile and it kept
going. Build system's error or mine?

Other than that retouch, the rest went OK, got a binary that seems to
be working. Err, no, it does not, it segfaults when adding a simple
icosphere with level 3 (default level, 2, works). :[ But that,
bugfixing, is for next phase, first make build system work.

GSR