Bugs item #1582856, was opened at 2006-10-23 13:16 Message generated for change (Comment added) made by uhocke You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1582856&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Ulrich Hockenbrink (uhocke) Assigned to: Nobody/Anonymous (nobody) Summary: Bulding source with VC6 fails due to missing files Initial Comment: I just downloaded the source for the 2.5 python library and tried to compile it under VC6.0. The build process stops because there are three files, that cannot be found: exceptions.c md5c.c structmodule.c ---------------------------------------------------------------------- >Comment By: Ulrich Hockenbrink (uhocke) Date: 2006-10-23 13:21 Message: Logged In: YES user_id=1627884 For the files exceptions.c and md5c.c it just seems to be a problem with the workspace file since those files exist in the source tree, but in different directories as expected. For the exceptions.c, the VC workspace expects it under ".\Python-2.5\Python" but it is in ".\Python-2.5\Modules". For the md5c.c, there is a file called md5.c under ".\Python-2.5\Modules", which could be the needed file. For structmodule.c, this file cannot be found at all, though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1582856&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com