I can reproduce this issue on my Win 7. In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to sqlite3. One named "sqlite3". Another named "_sqlite3". Both of them need to be remarked. But in python-2.7.3.patch, it only remark project "sqlite3". Need also remark project "_sqlite3" in pcbuild.sln.
2012/7/31 Regina Henschel <[email protected]> > Hi Armin, > > I have rebased and deleted all the wbtmsci12*, then started a new build. I > now get the same error as you. > > Kind regards > Regina > > Armin Le Grand schrieb: > > Hi, >> >> just checked out current version and build stopped in python (win7). >> Message is as follows. >> >> Where does sqlite3.h come from? There is a folder >> main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3 >> but >> no sqlite3.h in there. Should it be there...? >> >> Can someone help please? >> >> ------8<----- >> >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> statement.c >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> row.c >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> module.c >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> microprotocols.c >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> cursor.c >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> connection.c >> c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\** >> python-2.7.3\modules\_sqlite\**connection.h(33) >> : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file >> or directory >> Build log was saved at >> "file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\** >> build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm" >> >> _sqlite3 - 7 error(s), 0 warning(s) >> Build started: Project: _testcapi, Configuration: Release|Win32 >> _testcapi - up-to-date >> Build started: Project: select, Configuration: Release|Win32 >> select - up-to-date >> Build started: Project: unicodedata, Configuration: Release|Win32 >> unicodedata - up-to-date >> Build started: Project: pyexpat, Configuration: Release|Win32 >> pyexpat - up-to-date >> Build started: Project: _multiprocessing, Configuration: Release|Win32 >> _multiprocessing - up-to-date >> Build started: Project: _ssl, Configuration: Release|Win32 >> Project : warning PRJ0018 : The following environment variables were not >> found: >> $(UPDMINOREXT) >> _ssl - up-to-date >> >> Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects >> skipped >> dmake: Error code 1, while making >> './wntmsci12/misc/build/so_**built_so_python' >> ERROR: error 65280 occurred while making >> /cygdrive/c/aoo/svn_trunk13/**main/python >> >> ------8<----- >> >> On 28.07.2012 01:33, Regina Henschel wrote: >> >>> Hi, >>> >>> I start a build on WinXP with MSVC Express. It fails with error message >>> dmake: Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made >>> >>> What do I miss? >>> >>> Kind regards >>> Regina >>> >>> >> >> >> >
