Karim Sobh: > I am trying to install php-gtk-0.5.0.tar.gz on linux > redhat 7.1, > Here is what I did: > > 1.tar -xvzf php-gtk-0.5.0.tar.gz > 2. cd php-gtk-0.5.0 > 3. ./buildconfig > 4. ./configure > on this step I had an error saying the following: > ./configure: line 3360: syntax error near unexpected > token `PHP_ADD_INCLUDE($SCINTILLA_INCDIR)' > ./configure: line 3360: ` PHP_ADD_INCLUDE > $SCINTILLA_INCDIR)' > > I would realy appreciate if anyone faced this problem > and managed to solved to help me with the answer.
If you don't get an answer here then you could try asking on one of the PHP-GTK mailing lists listed here: http://gtk.php.net/resources.php Sorry I can't help you myself as SCINTILLA_INCDIR is not part of a normal Scintilla installation, so must be set up by the PHP wrapper. Neil _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
