On Fri, Mar 19, 2010 at 8:00 AM, Sune Foldager <sune.folda...@me.com> wrote:
> Trying to build Mercurial using the Win 7 SDK... it doesn't work too well:
>
> running build_ext
> building 'mercurial.base85' extension
> error: Unable to find vcvarsall.bat
>
> Note I am _not_ trying to build THG or similar with thg-winbuild; just
> Mercurial. I assumed I could also use the SDK for that. It's not a big
> problem as I can always install the full Visual Studio if need be... but
> need shouldn't be, I suppose?

You need to run setup.py from an SDK env shell. And you also need to
set DISTUTILS_USE_SDK=1

--
Steve Borho

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to