alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

get go package,happend worong #129

Open yanweisoft opened 5 years ago

yanweisoft commented 5 years ago

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

      ^~~~~~~

1 error generated.

alexbrainman commented 5 years ago

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

ErrorBoi commented 3 years ago

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