My favorites
▼
|
Sign in
pyodbc
Python ODBC library
Project Home
Downloads
Wiki
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
334
attachment: shell.txt
(4.0 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
$ python setup.py build
running build
running build_ext
building 'pyodbc' extension
creating build
creating build/temp.cygwin-1.7.22-x86_64-2.7
creating build/temp.cygwin-1.7.22-x86_64-2.7/cygdrive
creating build/temp.cygwin-1.7.22-x86_64-2.7/cygdrive/d
creating build/temp.cygwin-1.7.22-x86_64-2.7/cygdrive/d/pyodbc-3.0.7
creating build/temp.cygwin-1.7.22-x86_64-2.7/cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7
creating build/temp.cygwin-1.7.22-x86_64-2.7/cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src
gcc -fno-strict-aliasing -ggdb -O2 -pipe -fdebug-prefix-map=/usr/src/ports/python/python-2.7.3-1/build=/usr/src/debug/python-2.7.3-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.3-1/src/Python-2.7.3=/usr/src/debug/python-2.7.3-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPYODBC_VERSION=3.0.7 -I/usr/include/python2.7 -c /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp -o build/temp.cygwin-1.7.22-x86_64-2.7/cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:0:
/cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:84:0: warning: "CDECL" redefined [enabled by default]
#define CDECL cdecl
^
In file included from /usr/include/w32api/windows.h:69:0,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:49,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:
/usr/include/w32api/windef.h:78:0: note: this is the location of the previous definition
#define CDECL
^
In file included from /usr/include/python2.7/Python.h:58:0,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:41,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:
/usr/include/python2.7/pyport.h:871:76: warning: ‘_PyArg_ParseTuple_SizeT’ is an unrecognized format function type [-Wformat=]
#define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2)))
^
/usr/include/python2.7/modsupport.h:27:65: note: in expansion of macro ‘Py_FORMAT_PARSETUPLE’
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
^
In file included from /usr/local/include/sql.h:19:0,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:52,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:
/usr/local/include/sqltypes.h:105:26: error: conflicting declaration ‘typedef short unsigned int WCHAR’
typedef unsigned short WCHAR;
^
In file included from /usr/include/w32api/windef.h:139:0,
from /usr/include/w32api/windows.h:69,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:49,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:
/usr/include/w32api/winnt.h:199:19: error: ‘WCHAR’ has a previous declaration as ‘typedef wchar_t WCHAR’
typedef wchar_t WCHAR;
^
In file included from /usr/local/include/sql.h:19:0,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:52,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:
/usr/local/include/sqltypes.h:261:33: error: conflicting declaration ‘typedef long unsigned int ULONG’
typedef unsigned long ULONG;
^
In file included from /usr/include/w32api/windows.h:69:0,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/pyodbc.h:49,
from /cygdrive/d/pyodbc-3.0.7/pyodbc-3.0.7/src/buffer.cpp:12:
/usr/include/w32api/windef.h:25:27: error: ‘ULONG’ has a previous declaration as ‘typedef unsigned int ULONG’
typedef unsigned __LONG32 ULONG;
^
error: command 'gcc' failed with exit status 1
Powered by
Google Project Hosting