This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author swaroopch
Recipients swaroopch
Date 2007-09-13.14:35:42
SpamBayes Score 0.15016855
Marked as misclassified No
Message-id <1189694143.62.0.229303741197.issue1162@psf.upfronthosting.co.za>
In-reply-to
Content
I followed the README build instructions for VS2005. I opened
pcbuild.sln in PCbuild8 directory and tried building, and I get the
following errors:

<start of errors>


Warning	1	Command line warning D9035 : option 'Wp64' has been deprecated
and will be removed in a future release	cl	make_buildinfo
Warning	2	Command line warning D9035 : option 'Wp64' has been deprecated
and will be removed in a future release	cl	make_versioninfo
Warning	3	warning C4005: 'WRITE_RESTRICTED' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h	7127
pythoncore
Warning	4	warning C4005: 'WRITE_RESTRICTED' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h	7127
pythoncore
Warning	5	warning C4133: 'function' : incompatible types - from
'_typeobject *' to 'PyObject *'
c:\all\code\python-svn\modules\_collectionsmodule.c	1113	pythoncore
Warning	6	warning C4005: 'WRITE_RESTRICTED' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h	7127
pythoncore
Warning	7	warning C4018: '>' : signed/unsigned mismatch
c:\all\code\python-svn\modules\mmapmodule.c	693	pythoncore
Warning	8	warning C4018: '>' : signed/unsigned mismatch
c:\all\code\python-svn\modules\mmapmodule.c	834	pythoncore
Error	9	fatal error C1083: Cannot open include file: 'db.h': No such
file or directory	c:\all\code\python-svn\modules\_bsddb.c	90	_bsddb
Warning	10	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	_testcapimodule.obj	_testcapi
Warning	11	warning C4005: 'WRITE_RESTRICTED' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h	7127	_socket
Error	12	error C2373: 'inet_pton' : redefinition; different type
modifiers	c:\all\code\python-svn\modules\socketmodule.c	300	_socket
Error	13	error C2373: 'inet_ntop' : redefinition; different type
modifiers	c:\all\code\python-svn\modules\socketmodule.c	301	_socket
Error	14	error C2373: 'inet_pton' : redefinition; different type
modifiers	c:\all\code\python-svn\modules\socketmodule.c	5124	_socket
Error	15	error C2373: 'inet_ntop' : redefinition; different type
modifiers	c:\all\code\python-svn\modules\socketmodule.c	5139	_socket
Warning	16	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	winsound.obj	winsound
Warning	17	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	unicodedata.obj	unicodedata
Error	18	fatal error C1083: Cannot open include file: 'tcl.h': No such
file or directory	c:\all\code\python-svn\modules\_tkinter.c	66	_tkinter
Error	19	fatal error C1083: Cannot open include file: 'tcl.h': No such
file or directory	c:\all\code\python-svn\modules\tkappinit.c	16	_tkinter
Warning	20	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	selectmodule.obj	select
Error	21	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Error	22	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Error	23	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Error	24	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Error	25	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Error	26	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Error	27	fatal error C1083: Cannot open include file: 'sqlite3.h': No
such file or directory
c:\all\code\python-svn\modules\_sqlite\connection.h	33	_sqlite3
Warning	28	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	_msi.obj	_msi
Warning	29	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	_elementtree.obj	_elementtree
Warning	30	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	_ctypes_test.obj	_ctypes_test
Error	31	fatal error C1083: Cannot open include file: 'bzlib.h': No such
file or directory	c:\all\code\python-svn\modules\bz2module.c	12	bz2
Warning	32	warning C4005: 'WRITE_RESTRICTED' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h	7127	_ctypes
Warning	33	warning C4005: 'WRITE_RESTRICTED' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h	7127	_ctypes
Warning	34	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	pyexpat.obj	pyexpat
Warning	35	warning LNK4075: ignoring '/EDITANDCONTINUE' due to
'/INCREMENTAL:NO' specification	_ctypes.obj	_ctypes

</end of errors>


Are these solvable problems? Is there something I can do to help?

Thanks!
Swaroop
History
Date User Action Args
2007-09-13 14:35:44swaroopchsetspambayes_score: 0.150169 -> 0.15016855
recipients: + swaroopch
2007-09-13 14:35:43swaroopchsetspambayes_score: 0.150169 -> 0.150169
messageid: <1189694143.62.0.229303741197.issue1162@psf.upfronthosting.co.za>
2007-09-13 14:35:43swaroopchlinkissue1162 messages
2007-09-13 14:35:42swaroopchcreate