pombreda / arscons

Automatically exported from code.google.com/p/arscons
0 stars 0 forks source link

scons crashes on Windows XP #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
os.path.samefile not supported on Windows XP.  See: 
http://bugs.python.org/issue5985

Is there a workaround for this?

Original issue reported on code.google.com by stahl.k...@gmail.com on 1 Oct 2011 at 7:10

GoogleCodeExporter commented 9 years ago
== 03_samefile_win32.patch : Emulation of samefile on Windows ==

This change mimics the os.path.samefile() function by comparing
the absolute path names. For the other platforms (darwin, posix)
the python implementation of os.path.samefile is still used.

Original comment by uraco...@quantentunnel.de on 7 Apr 2012 at 9:00

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in upstream.

Thanks for report and patch.

Original comment by ff4...@gmail.com on 2 Jul 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Issue 25 has been merged into this issue.

Original comment by ff4...@gmail.com on 2 Jul 2012 at 12:53