Build error for PyICU 2.2 with ICU 64.1 in Windows
Created by: ertas
Hi, I am trying to install PyICU of ver2.2 and got the following error on build:
measureunit.cpp(1790): error C2660: 'icu_64::number::FormattedNumber::toString': function does not take 0 arguments error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
I expect toString() method to work without any arguments, so I dont know why I got such an error. Full build log up to error can be found below.
Any help is appriciated