ratanakvlun / sequelize-odbc-mssql

Sequelize dialect driver for the @ratanakvlun/node-odbc module
ISC License
3 stars 2 forks source link

Issues building on ubuntu 16.04 boolean was not declared in this scope #1

Open beearAtWork opened 6 years ago

beearAtWork commented 6 years ago

Getting this when trying to install: ../src/odbc.cpp:893:9: error: ‘boolean’ was not declared in this scope boolean v = (boolean)malloc(sizeof(boolean)); ^ ../src/odbc.cpp:893:18: error: ‘v’ was not declared in this scope boolean v = (boolean)malloc(sizeof(boolean)); ^ ../src/odbc.cpp:893:31: error: expected primary-expression before ‘)’ token boolean v = (boolean)malloc(sizeof(boolean)); 2018-01-26T22_00_07_706Z-debug.log MyEnv.txt npm i sequelize-odbc-mssql.txt