Hi,
On Fri, Dec 12, 2008 at 1:17 PM, Antoine Pitrou wrote:
> Could you please open an issue in http://bugs.python.org ? That way the
> problem
> is less likely to be overlooked.
http://bugs.python.org/issue4639
Thanks
--
Best Regards
Edd
http://students.dec.bournemouth.ac.uk/ebarrett
___
Hello,
Edd Barrett gmail.com> writes:
>
> I just had to move the "extern lstat..." outside the "ifndef
> HAVE_LSTAT" to get python 2.6.1 to build on OpenBSD 4.4-current/i386.
Could you please open an issue in http://bugs.python.org ? That way the problem
is less likely to be overlooked.
By the
Hi,
I just had to move the "extern lstat..." outside the "ifndef
HAVE_LSTAT" to get python 2.6.1 to build on OpenBSD 4.4-current/i386.
I'm not suggesting this is correct, but it fixes the build for my
platform at least.
--- Modules/posixmodule.c.orig Fri Dec 12 11:08:54 2008
+++ Modules/posi