Re: [thg-dev] Building Mercurial extensions with SDK compiler

2010-03-20 Thread Sune Foldager
On 19-03-2010 22:13, Steve Borho wrote: > On Fri, Mar 19, 2010 at 8:00 AM, Sune Foldager 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

Re: [thg-dev] Building Mercurial extensions with SDK compiler

2010-03-19 Thread Steve Borho
On Fri, Mar 19, 2010 at 8:00 AM, Sune Foldager 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-winbuil

[thg-dev] Building Mercurial extensions with SDK compiler

2010-03-19 Thread Sune Foldager
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