we've been seeing this alot make sure that you php.ini has | register_argc_argv = On| and memory_limit = 32M
these settings are an overkill but should solve most issues. - you will need to do this to force it to regenerate the gen_gtk.c file. |#find . | grep defs | xargs touch| otherwise have a look at gen_gtk.c - it's a file that is generated from a php script. - it will contain an error line. and send us the error. regards alan pp wrote: >./configure --enable-gtkhtml --enable-php-gtk >make > >gen_gtk.c:1: parse error before `<' >gen_gtk.c:2: malformed floating constant >make[3]: *** [gen_gtk.lo] Error 1 >make[3]: Leaving directory `/root/phpmole/php-gtk-0.5.0/ext/gtk+' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/root/phpmole/php-gtk-0.5.0/ext/gtk+' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/root/phpmole/php-gtk-0.5.0/ext' >make: *** [all-recursive] Error 1 > >Piotras > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
