Created
April 25, 2015 13:17
-
-
Save amcintyre99/c890737380dbc80b4bda to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm rebuild odbc | |
> [email protected] 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