Skip to content

Instantly share code, notes, and snippets.

@amcintyre99
Created April 25, 2015 13:17
Show Gist options
  • Save amcintyre99/c890737380dbc80b4bda to your computer and use it in GitHub Desktop.
Save amcintyre99/c890737380dbc80b4bda to your computer and use it in GitHub Desktop.
$ npm rebuild odbc
> odbc@1.1.0 install /home/andrew/dma/prd/node_modules/odbc
> node-gyp rebuild
make: Entering directory `/home/andrew/dma/prd/node_modules/odbc/build'
CXX(target) Release/obj.target/odbc_bindings/src/odbc.o
In file included from ../src/odbc.h:28:0,
from ../src/odbc.cpp:25:
../src/dynodbc.h:352:0: warning: "SQLSetConnectOption" redefined [enabled by default]
#define SQLSetConnectOption pSQLSetConnectOption
^
In file included from /usr/include/sqlext.h:2119:0,
from ../src/dynodbc.h:10,
from ../src/odbc.h:28,
from ../src/odbc.cpp:25:
/usr/include/sqlucode.h:760:0: note: this is the location of the previous definition
#define SQLSetConnectOption SQLSetConnectOptionW
^
In file included from ../src/odbc.h:28:0,
from ../src/odbc.cpp:25:
../src/dynodbc.h:355:0: warning: "SQLError" redefined [enabled by default]
#define SQLError pSQLError
^
In file included from /usr/include/sqlext.h:2119:0,
from ../src/dynodbc.h:10,
from ../src/odbc.h:28,
from ../src/odbc.cpp:25:
/usr/include/sqlucode.h:742:0: note: this is the location of the previous definition
#define SQLError SQLErrorW
^
In file included from ../src/odbc.h:28:0,
from ../src/odbc.cpp:25:
../src/dynodbc.h:358:0: warning: "SQLPrepare" redefined [enabled by default]
#define SQLPrepare pSQLPrepare
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment