Darse de alta en la web | Recuperar password   
Inicio / Foros / PHP-GTK / PHP-GTK 2 en GNU/Linux ( error al compilar )
0 respuestas recibidas | 1035 visitas | Categoría PHP-GTK

PHP-GTK 2 en GNU/Linux ( error al compilar )

Avatar de csarp
Nivel 1 Nivel 1 Nivel 1 Nivel 1 Nivel 1 Nivel 1 Nivel 1

(Nivel 1 - 5 posts)

#0 Offline csarp Usuario 01 jul 06 (23:03)  
Al compilar php-gtk2 me aparece un error alguno la paso algo parecido ( Si necesitas algun datos mas preguntra )

Datos

php 5.1.4
php-gtk cvs
automake 1.9
autoconf 2.59 cvs
g++/cc (etc) 4.1.1-5
gawk 1:3.1.5
re2c 0.9.12
libglib2.0 2.10.3-2
libgtk2.0 2.8.18-1

Error

./configure: line 3981: syntax error near unexpected token `debug,'
./configure: line 3981: `PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols,'

"# su root

password

# cd /usr/local/src

# cvs -d :pserver:cvsread@cvs.php.net:/repository login

password phpfi

# cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r GTK2 php-gtk

# ls

php-5.1.4 php-gtk

# cd php-5.1.4

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --enable-mbstring

# make

# make install

# cp php.ini-dist /usr/local/lib/php.ini

# cd ..

# cd php-gtk

# ./buildconf

Configuring for:

PHP Api Version: 20041225

Zend Module Api No: 20050922

Zend Extension Api No: 220051025

# ./configure

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for a sed that does not truncate output... /bin/sed

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc and cc understand -c and -o together... yes

checking if compiler supports -R... no

checking if compiler supports -Wl,-rpath,... yes

checking build system type... i686-pc-linux-gnu

checking host system type... i686-pc-linux-gnu

checking target system type... i686-pc-linux-gnu

checking for PHP prefix... /usr/local

checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext

checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20050922

checking for PHP installed headers prefix... /usr/local/include/php

checking for re2c... re2c

checking for re2c version... 0.9.12 (ok)

checking for gawk... gawk

checking for PHP-GTK support... yes, shared

checking for gawk... (cached) gawk

checking for PHP executable in /usr/local/bin... found

./configure: line 3981: syntax error near unexpected token `debug,'

./configure: line 3981: `PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols,'"


Help
"# ./configure --help

`configure' configures this package to adapt to many kinds of systems.



Usage: ./configure [OPTION]... [VAR=VALUE]...



To assign environment variables (e.g., CC, CFLAGS...), specify them as

VAR=VALUE. See below for descriptions of some of the useful variables.



Defaults for the options are specified in brackets.



Configuration:

-h, --help display this help and exit

--help=short display options specific to this package

--help=recursive display the short help of all the included packages

-V, --version display version information and exit

-q, --quiet, --silent do not print `checking...' messages

--cache-file=FILE cache test results in FILE [disabled]

-C, --config-cache alias for `--cache-file=config.cache'

-n, --no-create do not create output files

--srcdir=DIR find the sources in DIR [configure dir or `..']



Installation directories:

--prefix=PREFIX install architecture-independent files in PREFIX

[]

--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX

[PREFIX]



By default, `make install' will install all the files in

`/bin', `/lib' etc. You can specify

an installation prefix other than `' using `--prefix',

for instance `--prefix=$HOME'.



For better control, use the options below.



Fine tuning of the installation directories:

--bindir=DIR user executables [EPREFIX/bin]

--sbindir=DIR system admin executables [EPREFIX/sbin]

--libexecdir=DIR program executables [EPREFIX/libexec]

--sysconfdir=DIR read-only single-machine data [PREFIX/etc]

--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]

--localstatedir=DIR modifiable single-machine data [PREFIX/var]

--libdir=DIR object code libraries [EPREFIX/lib]

--includedir=DIR C header files [PREFIX/include]

--oldincludedir=DIR C header files for non-gcc [/usr/include]

--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]

--datadir=DIR read-only architecture-independent data [DATAROOTDIR]

--infodir=DIR info documentation [DATAROOTDIR/info]

--localedir=DIR locale-dependent data [DATAROOTDIR/locale]

--mandir=DIR man documentation [DATAROOTDIR/man]

--docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]

--htmldir=DIR html documentation [DOCDIR]

--dvidir=DIR dvi documentation [DOCDIR]

--pdfdir=DIR pdf documentation [DOCDIR]

--psdir=DIR ps documentation [DOCDIR]



System types:

--build=BUILD configure for building on BUILD [guessed]

--host=HOST cross-compile to build programs to run on HOST [BUILD]

--target=TARGET configure for building compilers for TARGET [HOST]



Optional Features:

--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)

--enable-FEATURE[=ARG] include FEATURE [ARG=yes]



PHP-GTK Options

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

--enable-php-gtk Enable PHP-GTK support

--enable-shared=PKGS build shared libraries default=yes

--enable-static=PKGS build static libraries default=yes

--enable-fast-install=PKGS optimize for fast installation default=yes

--disable-libtool-lock avoid locking (might break parallel builds)



Optional Packages:

--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]

--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)

--with-libdir=NAME Look for libraries in .../NAME rather than .../lib

--with-php-config=PATH

--with-gnu-ld assume the C compiler uses GNU ld default=no

--with-pic try to use only PIC/non-PIC objects default=use both

--with-tags=TAGS include additional configurations automatic





Some influential environment variables:

CC C compiler command

CFLAGS C compiler flags

LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a

nonstandard directory <lib dir>

CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if

you have headers in a nonstandard directory <include dir>

CPP C preprocessor

CXX C++ compiler command

CXXFLAGS C++ compiler flags

CXXCPP C++ preprocessor



Use these variables to override the choices made by `configure' or to help

it to find libraries and programs with nonstandard names/locations."

Responder mensaje

Para poder participar debes estar registrado e identificado. Si no estás registrado como usuario de PHP-Hispano, :: Registrar ::
Login / Password   

Web alojada en Zilos

php-hispano.net 2002 - 2008 | XHTML 1.0
Datos Legales | Webmaster