From: Pratik M. <pm...@ac...> - 2005-09-19 22:49:10
|
Hi, I downloaded and untarred (using Cygwin) PyDB2-1.1.0 available on Sourceforge on a Windows XP system and then ran 'python setup.py build' I get the following message which is the same as posted on sourceforge bugs list by someone else a month ago. $ python setup.py build Your DB2 root is: C:\Program Files\IBM\SQLLIB\ running build running build_py running build_ext building '_db2' extension C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG "-IC:\Program Files\IBM\SQLLIB\include" -Ic:\Python24\include -Ic:\Python24\PC /Tc_db2_module.c /Fobuild\temp.win32-2.4\Release\_db2_module.obj _db2_module.c _db2_module.c(1855) : error C2036: 'SQLPOINTER' : unknown size _db2_module.c(2087) : warning C4018: '<' : signed/unsigned mismatch Any ideas as to how to resolve this issue. Best regards, Pratik Mehta |