You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile on Windows (x64) using the make.bat file found in .\mecab\mecab\src\ and had the following errors occur. I noticed that the WPATH(path) gets preprocessed to WPATH_FORCE(path) which is never defined. Is there a reason for this?
compiler version: MSVC 14.32.31326
feature_index.cpp(532): error C3861: 'WPATH_FORCE': identifier not found
feature_index.cpp(540): error C3861: 'WPATH_FORCE': identifier not found
feature_index.cpp(621): error C3861: 'WPATH_FORCE': identifier not found
feature_index.cpp(672): error C3861: 'WPATH_FORCE': identifier not found
I'm trying to compile on Windows (x64) using the
make.bat
file found in.\mecab\mecab\src\
and had the following errors occur. I noticed that theWPATH(path)
gets preprocessed toWPATH_FORCE(path)
which is never defined. Is there a reason for this?compiler version: MSVC 14.32.31326
mecab/mecab/src/common.h
Line 84 in 046fa78
The text was updated successfully, but these errors were encountered: