[DB-SIG] mysqlmodule wont compile

Peter Sabaini sabaini@styria.com
Tue, 10 Aug 1999 18:56:08 +0200


hubu,

MySQLmodule 1.14 wont compile on my system

anbody any ideas? 

tia

peter s.

# uname -a
Linux hastings 2.2.10 #2 Mon Aug 9 10:58:56 MEST 1999 i586 unknown

# gcc --version
2.7.2.3                

# ./configure --with-threads
<snip>

# make
gcc  -I/opt/mysql/include/mysql -g -O2 -I./../Include -I..
-DHAVE_CONFIG_H -c ./MySQLmodule.c
./MySQLmodule.c: In function `pythonify_row':
./MySQLmodule.c:238: warning: assignment from incompatible pointer
type
./MySQLmodule.c: In function `pythonify_res_fields':
./MySQLmodule.c:384: invalid lvalue in unary `&'
./MySQLmodule.c: In function `STH_fetchdict':
./MySQLmodule.c:1125: invalid lvalue in unary `&'
./MySQLmodule.c:1147: invalid lvalue in unary `&'
make[1]: *** [MySQLmodule.o] Error 1