odbc icon indicating copy to clipboard operation
odbc copied to clipboard

get go package,happend worong

Open yanweisoft opened this issue 6 years ago • 2 comments

github.com/alexbrainman/odbc/api

github.com/alexbrainman/odbc/api

/Users/yangsir/go/src/github.com/alexbrainman/odbc/api/api_unix.go:14:11: fatal error: 'sql.h' file not found #include <sql.h> ^~~~~~~ 1 error generated.

yanweisoft avatar Dec 18 '18 06:12 yanweisoft

Running go get command is not enough to install this package on OS X. Did you tried following these instructions? I do not use OS X myself, so I won't be able to help you.

Alex

alexbrainman avatar Dec 18 '18 09:12 alexbrainman

For those folks who might get in same trouble, here is working solution: https://stackoverflow.com/a/50960876

ErrorBoi avatar Nov 05 '20 19:11 ErrorBoi