PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Bug #1656

Make error

Details

#1656Make error
Submitted2004-06-16 14:27 UTC
Frommisterics at hotmail dot com
StatusOpen
PHP Version4.3.3
OSfedore core1 / php 4.3.7
Roadmaps(Not assigned)

Comments

[2004-06-16 14:27 UTC] misterics at hotmail dot com

Description:
------------
I've added the module to thew ext dir, i've execute the ./buildconf...
all ok!
then...
the ./configure --with-vpopmail=home/vpopmail...
all ok!
then...
make...
this is the error:
/usr/src/php-4.3.7/ext/vpopmail/php_vpopmail.c: In function `zif_vpopmail_add_alias_domain':
/usr/src/php-4.3.7/ext/vpopmail/php_vpopmail.c:288: warning: passing arg 3 of `add_domain_assign' makes pointer from integer without a cast
/usr/src/php-4.3.7/ext/vpopmail/php_vpopmail.c:288: error: too few arguments to function `add_domain_assign.

The make failed.could you help me?

thanks
marco

Reproduce code:
---------------
/usr/src/php-4.3.7/ext/vpopmail/php_vpopmail.c: In function `zif_vpopmail_add_alias_domain':
/usr/src/php-4.3.7/ext/vpopmail/php_vpopmail.c:288: warning: passing arg 3 of `add_domain_assign' makes pointer from integer without a cast
/usr/src/php-4.3.7/ext/vpopmail/php_vpopmail.c:288: error: too few arguments to function `add_domain_assign

[2004-11-05 11:01 UTC] amiroot at yahoo dot com

I encounter this error too. I'm using php4.3.10-dev and Fedora 2

[2004-11-24 14:35 UTC] sven at root dot lu

I have the same problem :-(

someone found a solution ?