I tried to install ZMySQLDA according to the very well written installation instructions. On a RedHat 7.0 system with installed MySQL mysql-server-3.23.32, mysql-devel-3.23.32 and mysql-3.23.32 client program and shared library. Installed Zope is 2.32 (binary release, python 1.5.2, linux2-x86), Python Version 1.5.2 (#10, Dec 6 1999, 12:16:27) [GCC 2.7.2.3]. When I issue the commands make -f Makefile.pre.in boot and make I get this output: gcc -fPIC -I/usr/local/mysql/include -I/usr/include/mysql -g -O2 -I/usr/include /python1.5 -I/usr/include/python1.5 -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: *** [MySQLmodule.o] Error 1 Can anybody help me please? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Stephan Goeldi wrote:
I tried to install ZMySQLDA according to the very well written installation instructions. On a RedHat 7.0 system with installed MySQL mysql-server-3.23.32, mysql-devel-3.23.32 and mysql-3.23.32 client program and shared library.
Installed Zope is 2.32 (binary release, python 1.5.2, linux2-x86), Python Version 1.5.2 (#10, Dec 6 1999, 12:16:27) [GCC 2.7.2.3].
When I issue the commands make -f Makefile.pre.in boot and make
I get this output:
gcc -fPIC -I/usr/local/mysql/include -I/usr/include/mysql -g -O2 -I/usr/include /python1.5 -I/usr/include/python1.5 -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: *** [MySQLmodule.o] Error 1
Can anybody help me please?
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Which version of Mysql_python and ZMySQLDA are you installing ? -- Vincenzo Di Somma - Responsabile Ricerca e Sviluppo - Icube S.r.l. Sede: Via Ridolfi 15 - 56124 Pisa (PI), Italia E-mail: e.disomma@icube.it WWW: www.icube.it Tel: (+39) 050 97 02 07 Fax: (+39) 050 31 36 588
participants (2)
-
Stephan Goeldi -
Vincenzo Di Somma