build curiosities of svn head (on WinXP)



hi all!

i just built revision 41809 under winxp using a rather uncommon
setup (at least i think so). since i have no visual studio here,
i only used freely available tools: cygwin to get the source, the
microsoft compiler/linker and NAnt (nant.sf.net) as the build tool
to interpret the .vcproj-files (which may be the uncommon part).

as far as i understand this setup is not supported in any way, but
i noticed two problems, that could be interesting for others as well.

first, the ProjectGUID's in "pythoncore.vcproj" and "pcbuild.sln"
mismatch, i fixed that locally by changing "pythoncore.vcproj"
(maybe visual studio is ignoring/shadowing this problem?).

second, the build order in "pcbuild.sln" for elementtree seems to be
wrong, nant tried to build elementtree before pythoncore (which failed).
i fixed this by building elementtree separately.

so my question is: will something like this be changed to support this
setup (or at least to get the project files "cleaner")? should i submit
a patch and see if it gets accepted?

apart from that everything went fine, and i could reproduce the expected
failure (ATM) of the regression test suite:

 http://mail.python.org/pipermail/python-dev/2005-December/059033.html

btw, if anyone is interested in the (rather small) build-script for
nant, just ask,

so long, David.
.



Relevant Pages

  • Re: build curiosities of svn head (on WinXP)
    ... >to interpret the .vcproj-files (which may be the uncommon part). ... I'd love to see the build script. ... Actually, beyond the script, what tool setup is needed? ... bits of stuff (MS Visual C++ toolkit 2003, platform SDK, Visual Studio ...
    (comp.lang.python)
  • Re: Alternatives to really big solutions (100 project)
    ... So apparently you were already using NAnt ... I had it setup and working in a test configuration. ... as long as I set the output directory for each project (in ... As long as the solution has the exe in question set to be the ...
    (microsoft.public.vsnet.general)
  • Re: build curiosities of svn head (on WinXP)
    ... David Murmann wrote: ... setup. ... I don't believe anyone who's doing any serious work on the Windows implementation is using anything other than Visual Studio. ... nant tried to build elementtree before pythoncore. ...
    (comp.lang.python)
  • Re: Convert mde/mdb to exe
    ... Access runtime and install it together with your app. ... For Access 2003 you have to purchase Visual Studio Tools for the Microsoft ... Office System, I think you can find info on it here: ... create application setup with runtime ...
    (microsoft.public.access.developers.toolkitode)
  • This installation package is not supported by this processor type. Contact your product vendor.
    ... I have a rather bizzare situation. ... When QA ran the setup program the got the error ... So I ran the setup on the machine that generated ... visual studio generates a setup.exe from a SetupProject ...
    (microsoft.public.vstudio.general)