I'm unable to build the C extensions for SQLAlchemy 0.6.6 on CentOS 5.5:

gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC
-fPIC -I/usr/include/python2.4 -c
lib/sqlalchemy/cextension/resultproxy.c -o
build/temp.linux-x86_64-2.4/lib/sqlalchemy/cextension/resultproxy.o
lib/sqlalchemy/cextension/resultproxy.c: In function 'BaseRowProxy_getitem':
lib/sqlalchemy/cextension/resultproxy.c:332: warning: implicit
declaration of function 'PyInt_FromSsize_t'
lib/sqlalchemy/cextension/resultproxy.c:332: warning: passing argument
2 of 'BaseRowProxy_subscript' makes pointer from integer without a
cast
lib/sqlalchemy/cextension/resultproxy.c: At top level:
lib/sqlalchemy/cextension/resultproxy.c:515: error: 'ssizeargfunc'
undeclared here (not in a function)
lib/sqlalchemy/cextension/resultproxy.c:515: error: expected '}'
before 'BaseRowProxy_getitem'



-- 
Jon

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to