Sorry, I couldn't answer your question earlier - I was in the java land last couple 
weeks, so my php inbox grew somewhat huge.

I believe, this was a one-liner "fix" (hack) that I put in CVS  a few weeks back, so 
try a recent snapshot. THe aspell/pspell creator/maintainer decided to change the API 
on us :( Ouch!

Vlad
 




----- Original Message -----
From: Seth Northrop 
To: "PHP development @echospace" 
Sent: Thu, 22 Mar 2001 17:12:49 -0800 (PST)
Subject: Re: [PHP-DEV] pspell/aspell breaking 


hey again. Had to recompile.. and, this time it failed compiling PHP;
Here's the output:

$ ./configure --without-gd --without-xml --enable-calendar --with-mysql
--with-config-file-path=/usr/local/apache_ssl/etc --enable-debug=no
--with-pspell --with-apache=../apache_1.3.19

<snip>

$ make

<snip>

Making all in pspell
make[2]: Entering directory `/usr/local/src/php-4.0.4pl1/ext/pspell'
make[3]: Entering directory `/usr/local/src/php-4.0.4pl1/ext/pspell'
gcc -I. -I/usr/local/src/php-4.0.4pl1/ext/pspell
-I/usr/local/src/php-4.0.4pl1/main -I/usr/local/src/php-4.0.4pl1
-I/usr/local/src/php-4.0.4pl1/Zend
-I/usr/local/src/php-4.0.4pl1/ext/mysql/libmysql
-I/usr/local/include/pspell -I/usr/local/src/php-4.0.4pl1/TSRM -g -O2
-c pspell.c && touch pspell.lo
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'
make[3]: *** [pspell.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.4pl1/ext/pspell'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.4pl1/ext/pspell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.4pl1/ext'
make: *** [all-recursive] Error 1

pspell-.12, aspell-.32.6, RH 7.0, glibc-2.2-12, gcc-2.96-69. Supposedly
the very same configuration that I got to work on a different
machine.. but, this time it bombs out.

Pspell and aspell compile fine. I figured before I spend a lot of time
on this one again I'd check back in and see if there are any easy fixes :)

Thanks!
Seth

________________________________________
Re-thinking the Web on a SinglePage(TM)
http://www.echospace.com


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