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 &quot;./configure&quot; part ok, but the &quot;make install&quot; 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&#39;:<br>Modules/posixmodule.c:1681: warning: implicit declaration of function `lchown&#39;<br>Modules/posixmodule.c: In function `initposix&#39;:
<br>Modules/posixmodule.c:8588: error: `fstatvfs&#39; 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&#39; undeclared (first use in this function)<br>Modules/posixmodule.c:8604: error: `lchown&#39; undeclared (first use in this function)<br>make: *** [Modules/posixmodule.o] Error 1
<br><br><br>I can&#39;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!