[issue14813] Can't build under VS2008 anymore

2013-06-14 Thread Stefan Krah
Stefan Krah added the comment: Building the external packages isn't fixed yet, but I don't know if it's worth the trouble. -- ___ Python tracker ___ _

[issue14813] Can't build under VS2008 anymore

2013-06-14 Thread Christian Heimes
Christian Heimes added the comment: Is there anything left to do or can I close this bug? -- nosy: +christian.heimes stage: -> committed/rejected status: open -> pending ___ Python tracker

[issue14813] Can't build under VS2008 anymore

2013-06-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't have my Windows VM anymore, so unfortunately I won't be able to tell you whether there is still a build problem :) -- status: pending -> closed ___ Python tracker

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6a207d86154 by Stefan Krah in branch 'default': Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0 http://hg.python.org/cpython/rev/f6a207d86154 -- nosy: +python-dev ___ Python t

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Martin v . Löwis
Martin v. Löwis added the comment: Zitat von Stefan Krah : > Stefan Krah added the comment: > >> Preferably, the project files would be generated from the VS2010 >> project files, but for the moment, manually editing to make them >> work again might be fine as well. > > > Martin, Brian: Ca

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Brian Curtin
Brian Curtin added the comment: I don't have time at the moment to test it, but the patch looks like it's probably ok. -- ___ Python tracker ___ ___

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah added the comment: > Preferably, the project files would be generated from the VS2010 project > files, but for the moment, manually editing to make them work again might be > fine as well. Martin, Brian: Can I go ahead with vs-9.0.diff or would it interfere with your work? -

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah added the comment: [VS 2008] Most recent tip is ok here, too: all executables run again. There's still a link failure in "Debug|x64" mode, but that appears harmless: lib /def:python33stub.def /out:C:\Users\stefan\pydev\cpython\PC\VS9.0\x64-pgo\python33stub.lib /MACHINE:x64

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Both debug x64 and release x64 executables seem to work here, with latest tip. -- ___ Python tracker ___ __

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Hm, vs-9.0.diff applies here on Linux, too. A final try... :) Works, thank you :-) -- ___ Python tracker ___ ___

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah added the comment: Hm, vs-9.0.diff applies here on Linux, too. A final try... :) -- Added file: http://bugs.python.org/file25610/vs-9.0-linux.diff ___ Python tracker ___

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I'm uploading a dos version. Still doesn't work. It may be because I'm doing all this in a Linux checkout without the hgeol extension enabled, though. -- ___ Python tracker __

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah added the comment: Probably line endings. It applies with cygwin's patch: C:\Users\stefan\pydev\cpython>patch -p1 < vs-9.0.diff patching file PC/VS9.0/_bz2.vcproj

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: The patch doesn't apply here, line endings perhaps? -- ___ Python tracker ___ ___ Python-bugs-list

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah added the comment: Regarding the VS 2010 build failure, using the cross tools builds python_d.exe: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat" msbuild /p:useenv=true pcbuild.sln /p:Configuration=Debug /p:Platform=x64 Again, the execut

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah added the comment: Here's a patch. I can build win32 and "Release|x64". However, the executables immediately exit; this might be related to #14822. -- keywords: +patch Added file: http://bugs.python.org/file25608/vs-9.0.diff ___ Python tr

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Stefan Krah
Stefan Krah added the comment: Martin v. L??wis wrote: > I'm having problems with F-Secure, VS 2010, and make_buildinfo. F-Secure > thinks that make_buildinfo.exe has a virus in it, and quarantines it. I don't have a virus scanner, since I only use the VM for testing. Apparently many people ha

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: > This is bizarre. The same command line that fails during build works > when I paste it manually: I'm having problems with F-Secure, VS 2010, and make_buildinfo. F-Secure thinks that make_buildinfo.exe has a virus in it, and quarantines it. I had to disable t

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Stefan Krah
Stefan Krah added the comment: This is bizarre. The same command line that fails during build works when I paste it manually: [During build] C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\CL.exe /c /I..\Include /I..\PC /Zi / nologo /W3 /WX- /Od /Ob1 /Oi /Oy- /D _CONSOLE

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: > I also would appreciate if the VS 2008 build still worked. Then provide patches. -- ___ Python tracker ___

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Stefan Krah
Stefan Krah added the comment: This happens every time. It wasn't an issue with VS 2008. I'm building on the command line: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat" msbuild /p:useenv=true pcbuild.sln /p:Configuration=Debug /p:Platf orm=x64 Also, I can't

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Brian Curtin
Brian Curtin added the comment: Does that failure happen to you every time? I occasionally see those RSP files causing some failures, but those are something created by Visual Studio (2008 as well) and they sometimes get held open or cause problems being deleted. I've always had success just

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Stefan Krah
Stefan Krah added the comment: I also would appreciate if the VS 2008 build still worked. Currently I can't build the 64-bit version with either VS 2008 or VS 2010: TRACKER : error TRK0002: Failed to execute command: ""C:\Program Files (x86)\Microsoft Visual Studio 10 .0\VC\BIN\amd64\CL.exe"

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: > Are there any features which make VS 2010 easier to use for us? Not for us, but for our users. Users request to build Python with VS 2010, because that's all they have. It's already a major pain for Python Windows developers to discover that they can't build

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Brian Curtin
Brian Curtin added the comment: > Are there any features which make VS 2010 easier to use for us? I don't do much with the IDE besides the basics of writing the code and building it, so I can't really say if it makes anything easier on us. I think the change is just going to be doing the same

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: > This is free software. If you don't want to care, you don't have to. Of course. I'm just pointing this out in relation with the fact that we don't have many Windows-based developers :-) > I expect that most occasional contributors > will find it easier to us

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: > Well, VS 2010 is probably a multi-GB download and install. Besides, > having to juggle between two different VS versions will quickly become > confusing. Sure. However, it is not feasible to keep the build systems for many VS versions up-to-date, just becaus

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Building with VS 2008 isn't officially supported anymore. If users > want to continue to use VS 2008, they need to contribute patches. Well, VS 2010 is probably a multi-GB download and install. Besides, having to juggle between two different VS versions will

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: Building with VS 2008 isn't officially supported anymore. If users want to continue to use VS 2008, they need to contribute patches. Preferably, the project files would be generated from the VS2010 project files, but for the moment, manually editing to make

[issue14813] Can't build under VS2008 anymore

2012-05-15 Thread Antoine Pitrou
New submission from Antoine Pitrou : I tried to build PC/VS9.0/pcbuild.sln using Visual Studio 2008, but it failed: 1>-- Build started: Project: make_buildinfo, Configuration: Release Win32 -- 2>-- Build started: Project: kill_python, Configuration: Debug x64 -- 2>Compiling... 1