| Issue 253: | Building 3.0.2 from source causing gcc issues | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Build 3.0.2 from source What is the expected output? What do you see instead? -Successful compilation What version of the product are you using? On what operating system? -3.0.2 CentOS6 Please provide any additional information below. -Python2.7
May 10, 2012
#1
cyborg10...@gmail.com
Sep 29, 2012
You are missing the unixODBC header files: /home1/users/joe.borg/pyodbc-3.0.3/src/pyodbc.h:49:17: error: sql.h: No such file or directory /home1/users/joe.borg/pyodbc-3.0.3/src/pyodbc.h:50:20: error: sqlext.h: No such file or directory You'll need something like: yum install unixODBC-devel https://code.google.com/p/pyodbc/wiki/Building
Status:
NoFix
|