m-novikov / tree-sitter-sql

SQL syntax highlighting for tree-sitter
MIT License
110 stars 32 forks source link

Unresolved external symbol, LNK2019 #1

Closed jcs090218 closed 3 years ago

jcs090218 commented 3 years ago

Hi, I am trying to build is parser on Windows but I am getting the following error. Any idea? 😕

Severity    Code    Description Project File    Line    Suppression State
Error   LNK2019 unresolved external symbol tree_sitter_SQL referenced in function "void __cdecl `anonymous namespace'::New(class Nan::FunctionCallbackInfo<class v8::Value> const &)" (?New@?A0x0ea7bc37@@YAXAEBV?$FunctionCallbackInfo@VValue@v8@@@Nan@@@Z)    tree_sitter_SQL_binding C:\Users\[NAME]\workspace\tree-sitter-sql\build\binding.obj 1   
m-novikov commented 3 years ago

Thanks for testing :) Seems like some symbols were left with capitalized names when I first generated code for this project. Fixed and added CI for windows.