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 jaraco
Recipients brian.curtin, jaraco, pitrou
Date 2012-05-16.00:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337129467.85.0.985174943492.issue14821@psf.upfronthosting.co.za>
In-reply-to
Content
I see now that _ctypes is in fact in the solution, and if I open the solution in visual studio and build it manually, it gets built. Even if I just build the solution in visual studio, it gets built.

However, if I run the following command, _ctypes doesn't get built:

msbuild pcbuild.sln /p:Configuration=Release /p:Platform=x64

The output log doesn't mention "ctypes.", so it appears as if it's not attempting to build it at all.

This would work for me a week or two ago, prior to the VS2010 conversion (though I would convert the project before building), so this behavior feels a bit like a regression.
History
Date User Action Args
2012-05-16 00:51:07jaracosetrecipients: + jaraco, pitrou, brian.curtin
2012-05-16 00:51:07jaracosetmessageid: <1337129467.85.0.985174943492.issue14821@psf.upfronthosting.co.za>
2012-05-16 00:51:07jaracolinkissue14821 messages
2012-05-16 00:51:07jaracocreate