I haven't built 4.0.5 with PostgreSQL7.1, but I built CVS source with V7.1.
Last night, it compiles with warning message. It seems working, not tested.

For the time being, how about use latest CVS snapshot?
(And report problems, so that we can get stable postgresql module for 4.0.6?)

Regards,
--
Yasuo Ohgaki


"Ron Patterson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Hi there,

I'm building the new PHP-4.0.5 with support for PostgreSQL 7.1 database and
get the following build error:

gmake[3]: Entering directory `/net/clear1/home/rpatters/php-4.0.5/ext/pgsql'
/bin/sh /net/clear1/home/rpatters/php-4.0.5/libtool --silent --mode=compile
gcc
 -I. -I/net/clear1/home/rpatters/php-4.0.5/ext/pgsql
-I/net/clear1/home/rpatters/php-4.0.5/main
-I/net/clear1/home/rpatters/php-4.0.5 -I/net/clear1/home/rpatters/as3/include
-I/net/clear1/home/rpatters/php-4.0.5/Zend
-I/net/clear1/home/rpatters/php-4.0.5/ext/xml/expat/xmltok
-I/net/clear1/home/rpatters/php-4.0.5/ext/xml/expat/xmlparse
-I/net/clear1/home/rpatters/php-4.0.5/TSRM
-I/net/clear1/home/rpatters/pgsql/include -D_POSIX_PTHREAD_SEMANTICS
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21
-I../TSRM -g -O2  -c pgsql.c
pgsql.c: In function `_notice_handler':
pgsql.c:158: warning: passing arg 1 of `php_log_err' discards `const' from
pointer target type
pgsql.c: In function `_rollback_transactions':
pgsql.c:167: `pgsql_globals' undeclared (first use this function)
pgsql.c:167: (Each undeclared identifier is reported only once
pgsql.c:167: for each function it appears in.)
gmake[3]: *** [pgsql.lo] Error 1
gmake[3]: Leaving directory `/net/clear1/home/rpatters/php-4.0.5/ext/pgsql'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/net/clear1/home/rpatters/php-4.0.5/ext/pgsql'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/net/clear1/home/rpatters/php-4.0.5/ext'
gmake: *** [all-recursive] Error 1

Worked ok with PostgreSQL 7.0.3

Any ideas?

Thanks,
Ron Patterson
USA.NET

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to