Open GoogleCodeExporter opened 9 years ago
here is more for the error : src/connection.h:27: error: ‘uintptr_t’ does
not name a type
Original comment by hyell...@gmail.com
on 12 Sep 2013 at 12:26
I faced the same issue while building pyodbc using gcc-4.1.2 and python2.4 on a
centOS 5 box.
For me the following packages worked:
python27
python27-devel
gcc44
gcc44-c++
After installing the above packages, I ran: sudo python2.7 setup.py build
Original comment by pratik.k...@gmail.com
on 20 Nov 2013 at 5:08
The 'uintptr_t' error is because the older versions of gcc-c++ don't define
'uintptr_t' type.
Original comment by pratik.k...@gmail.com
on 20 Nov 2013 at 5:11
Original issue reported on code.google.com by
hyell...@gmail.com
on 12 Sep 2013 at 12:24