> Is pwdmodule.c supposed to be excluded for windows compilation?
Yes, it is - it gives access to /etc/passwd.
See PCbuild/*.vcproj for what files get compiled on Windows.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
>
> http://mail.python.org/pipermail/python-dev/2007-July/073912.html
Thanks. I tried his files against trunk and it didn't work.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I am trying to compile Python with cmake, but perhaps there are a few
> dependencies that have not been corrected for Windows compilation.
I don't know the specific answers to your questions, but I wanted to
point out, in case you didn't already know, that Alexander Neu
I am trying to compile Python with cmake, but perhaps there are a few
dependencies that have not been corrected for Windows compilation.
Is pwdmodule.c supposed to be excluded for windows compilation?
Are the makefiles the place to look to deduct which files are meant
for which platforms