dotSlashLu / nodescws

scws(Simple Chinese Word Split) node.js binding - scws中文分词node.js模块
13 stars 5 forks source link

Cannot compile on Windows: #19

Closed anton-bot closed 5 years ago

anton-bot commented 6 years ago

Compiling on Windows 10, get this error:

C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(700): error C2059: syntax error: '(' (compiling source file ..\src\libscws\scws.c) [C:\Users\myself\code\npm\scws\build\scws.vcxproj]

dotSlashLu commented 6 years ago

I merged your PR, but since I don't know your Windows environment setup, I can't test it against this issue. Can you please help to confirm if removing the ls in the Makefile makes it possible to build? If so, please close this issue, thanks.