Hello all<br><br>I downloaded Python 2.5 (final release) from <a href="http://python.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">python.org</a>. I am trying to install it on my Mac 0s 10.4<br>
<br>the current working version i have of python is 2.3 (also built as a framework)
<br><br><br>It goes through the "./configure" part ok, but the "make install" produces the following errors : <br><br><br><br>Modules/posixmodule.c:22: warning: ignoring #pragma weak lchown<br>Modules/posixmodule.c:23: warning: ignoring #pragma weak statvfs
<br>Modules/posixmodule.c:24: warning: ignoring #pragma weak fstatvfs<br>Modules/posixmodule.c: In function `posix_lchown':<br>Modules/posixmodule.c:1681: warning: implicit declaration of function `lchown'<br>Modules/posixmodule.c: In function `initposix':
<br>Modules/posixmodule.c:8588: error: `fstatvfs' undeclared (first use in this function)<br>Modules/posixmodule.c:8588: error: (Each undeclared identifier is reported only once<br>Modules/posixmodule.c:8588: error: for each function it appears in.)
<br>Modules/posixmodule.c:8596: error: `statvfs' undeclared (first use in this function)<br>Modules/posixmodule.c:8604: error: `lchown' undeclared (first use in this function)<br>make: *** [Modules/posixmodule.o] Error 1
<br><br><br>I can't find any documentation of such a problem on the net, does anyone have a clue to what might be the problem ? <br><br>thanks!