ID: 14429
Updated by: vlad
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: *General Issues
Operating System: freebsd 4.3
PHP Version: 4.1.0
New Comment:

which versions of pspell and aspell are you using?

Previous Comments:
------------------------------------------------------------------------

[2001-12-11 12:23:31] [EMAIL PROTECTED]

I am running the following config line and getting a ok reponse on the inital 
configuration of PHP 4.1.0.

./configure  --prefix=/usr/local/php --with-mysql 
--with-apxs=/usr/local/apache/bin/apxs --with-pspell=/usr/local/aspell

But when I run the make I am getting the following errors:

Making all in pspell
/bin/sh /usr/local/php/libtool --silent --mode=compile gcc  -I. 
-I/usr/local/php/ext/pspell -I/usr/local/php/m
ain -I/usr/local/php -I/usr/local/apache/include -I/usr/local/php/Zend 
-I/usr/local/php/ext/mysql/libmysql -I/
usr/local/aspell/include/pspell -I/usr/local/php/ext/xml/expat/xmltok 
-I/usr/local/php/ext/xml/expat/xmlparse
-I/usr/local/php/TSRM  -DUSE_EXPAT -DXML_BYTE_ORDER=12 -g -O2  -c pspell.c
pspell.c: In function `php_if_pspell_check':
pspell.c:304: too few arguments to function `pspell_manager_check'
pspell.c: In function `php_if_pspell_suggest':
pspell.c:340: too few arguments to function `pspell_manager_suggest'
pspell.c: In function `php_if_pspell_store_replacement':
pspell.c:377: warning: passing arg 3 of `pspell_manager_store_replacement' makes 
integer from pointer without
a cast
pspell.c:377: too few arguments to function `pspell_manager_store_replacement'
pspell.c: In function `php_if_pspell_add_to_personal':
pspell.c:414: too few arguments to function `pspell_manager_add_to_personal'
pspell.c: In function `php_if_pspell_add_to_session':
pspell.c:451: too few arguments to function `pspell_manager_add_to_session'
*** Error code 1

Stop in /usr/local/php/ext/pspell.
*** Error code 1

Stop in /usr/local/php/ext/pspell.
*** Error code 1

Stop in /usr/local/php/ext.
*** Error code 1

Stop in /usr/local/php.

I am sure that pspell and aspell are installed properly.

Any ideas?

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14429&edit=1


-- 
PHP Development 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