Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-08 Fir de Conversatie h_east
Hi, Masatoshi and Bram, 2015-10-9 (Fri) 0:45:46 UTC+9 Masatoshi SUGIURA: > 2015年10月7日水曜日 22時48分46秒 UTC+9 h_east: > > Hi Bram, > > > > 2015-10-7 (Wed) 21:37:46 UTC+9 Bram Moolenaar: > > > Hirohito Higashi wrote: > > > > > > > 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > > > > > Masatoshi Sugi

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-08 Fir de Conversatie Masatoshi SUGIURA
2015年10月7日水曜日 22時48分46秒 UTC+9 h_east: > Hi Bram, > > 2015-10-7 (Wed) 21:37:46 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > > > > Masatoshi Sugiura wrote: > > > > > > > > > I tried to build vim on Windows, > > > > > but the build is

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-07 Fir de Conversatie h_east
Hi Bram, 2015-10-7 (Wed) 21:37:46 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > > > Masatoshi Sugiura wrote: > > > > > > > I tried to build vim on Windows, > > > > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > >

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-07 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > > Masatoshi Sugiura wrote: > > > > > I tried to build vim on Windows, > > > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > > > > > > I tested like below (with Visual Studio 2010): > > > > > >

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-07 Fir de Conversatie h_east
Hi Bram, 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > Masatoshi Sugiura wrote: > > > I tried to build vim on Windows, > > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > > > > I tested like below (with Visual Studio 2010): > > > > > set BASEDIR=%CD% > > > set VS201

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-04 Fir de Conversatie Bram Moolenaar
Masatoshi Sugiura wrote: > I tried to build vim on Windows, > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > > I tested like below (with Visual Studio 2010): > > > set BASEDIR=%CD% > > set VS2012_64_VCVARS="c:\Program Files (x86)\Microsoft Visual Studio > > 11.0\VC\v

Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-03 Fir de Conversatie Masatoshi SUGIURA
Hi all, I tried to build vim on Windows, but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. I tested like below (with Visual Studio 2010): > set BASEDIR=%CD% > set VS2012_64_VCVARS="c:\Program Files (x86)\Microsoft Visual Studio > 11.0\VC\vcvarsall.bat" > call %VS2012_64_VC