-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reg: Setup in Windows #53
Comments
here is the complete error / warning i get when tried to get from github /home/vimkumar/freetds-1.00.24/src/tds/threadsafe.c:422: undefined reference to Any pointer would be of great help. thanks |
you can try install mingw |
Hi,
Can you please help me setup FreeTDS in Windows machine.
I got gcc x64 setup but not sure how to setup Free TDS
I am getting below error
github.com\minus5\gofreetds\conn.go: In function 'err_handler':
github.com\minus5\gofreetds\conn.go:32:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
return errHandler((long)dbproc, severity, dberr, oserr, dberrstr, oserrstr);
^
github.com\minus5\gofreetds\conn.go: In function 'msg_handler':
github.com\minus5\gofreetds\conn.go:38:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
return msgHandler((long)dbproc, msgno, msgstate, severity, msgtext, srvname, procname, line);
^
github.com\minus5\gofreetds\conn.go: In function 'dbproc_addr':
github.com\minus5\gofreetds\conn.go:59:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
return (long) dbproc;
thanks
Vimal
The text was updated successfully, but these errors were encountered: