2005年07月18日 星期一 11:21
VC6应该能编译通过的,编译时报什么错吗? -----Original Message----- From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of limodou Sent: Monday, July 18, 2005 10:50 AM To: python-chinese at lists.python.cn Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码? 忘记在哪里看到的了。 在 05-7-18,xu.shengyong<zjxushengyong at hotmail.com> 写道: > 谢谢 Limodou、Jason Liu、Carlos Liu的答复,昨天星期天出去玩了,没有及时回复,请见谅,:),大家周末过的如何啊? > > 接着上次的问题我再问一下: > > 1. To Limodou: > > 我看见Python V2.4.1源代码目录下有一个PC目录,而PC目录下面有VC6,所以我就用VC6进行编译了,而你所说的官方版的2.4.1是用vc7编译的,我没有注意到,不知道Python的网站上是否有关于如何编译Python V2.4.1源代码的说明?请告知,谢谢! > > 2.To Jason Liu:
2005年07月19日 星期二 10:59
大家好,哪位兄弟能解释一下Python2.4.1源代码工程内部各个子工程(见下面列表)的相互关系啊?比如说哪一个是主工程? _bsddb -socket _ssl _testcapi _tkinter bz2 make_versioninfo pyexpat python pythoncore select unicodedata w9xpopen winsound zlib 我再用VC6单独编译pythoncore能够顺利通过,可是编译整个工程的时候就会报错,起初的错误信息是: fatal error C1083: Cannot open include file: 'db.h': No such file or directory 后来我根据Carlos的提醒下载了Berkeley Database,并在工程中设置了头文件的引用路径,上述问题没有出现,可是Berkeley Database的版本好像不对。
2005年07月19日 星期二 11:17
Python源码中有个文本文件,名为readme.txt,在pcbuild目录下,其中的内容可能对你的疑问有帮助。另外,最好不要用Windows的记事本来打开它,我一般都用GVIM来阅读开源软件的Readme。 在05-7-19,xu.shengyong <zjxushengyong at hotmail.com> 写道: > > 大家好,哪位兄弟能解释一下Python2.4.1源代码工程内部各个子工程(见下面列表)的相互关系啊?比如说哪一个是主工程? > > _bsddb > -socket > _ssl > _testcapi > _tkinter > bz2 > make_versioninfo > pyexpat > python > pythoncore > select > unicodedata > w9xpopen > winsound > zlib > > 我再用VC6单独编译pythoncore能够顺利通过,可是编译整个工程的时候就会报错,起初的错误信息是: > > fatal error C1083: Cannot open include file: 'db.h': No such file or > directory > > 后来我根据Carlos的提醒下载了Berkeley Database,并在工程中设置了头文件的引用路径,上述问题没有出现,可是Berkeley > Database的版本好像不对。 > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- 欢迎访问: http://blog.csdn.net/ccat 刘鑫 March.Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050719/179488bf/attachment.html
2005年07月19日 星期二 11:28
好的,多谢 March Liu! ----- Original Message ----- From: March Liu To: python-chinese at lists.python.cn Sent: Tuesday, July 19, 2005 11:17 AM Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码? Python源码中有个文本文件,名为readme.txt,在pcbuild目录下,其中的内容可能对你的疑问有帮助。另外,最好不要用Windows的记事本来打开它,我一般都用GVIM来阅读开源软件的Readme。 在05-7-19,xu.shengyong < zjxushengyong at hotmail.com> 写道: 大家好,哪位兄弟能解释一下Python2.4.1源代码工程内部各个子工程(见下面列表)的相互关系啊?比如说哪一个是主工程? _bsddb -socket _ssl _testcapi _tkinter bz2 make_versioninfo pyexpat python pythoncore select unicodedata w9xpopen winsound zlib 我再用VC6单独编译pythoncore能够顺利通过,可是编译整个工程的时候就会报错,起初的错误信息是: fatal error C1083: Cannot open include file: 'db.h': No such file or directory 后来我根据Carlos的提醒下载了Berkeley Database,并在工程中设置了头文件的引用路径,上述问题没有出现,可是Berkeley Database的版本好像不对。 _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -- 欢迎访问: http://blog.csdn.net/ccat 刘鑫 March.Liu ------------------------------------------------------------------------------ _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050719/9239fa65/attachment.htm
Zeuux © 2025
京ICP备05028076号