|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-03-04 15:46 UTC] wloske at yahoo dot de
I am trying to compile 4.1.2 but it fails when trying to add the binary distribution of sablotron without having to recompile (JS package problem) I tried to build the configfile but ./buildconf reports a multiple call to AC_PROG_LEX and the following ./configure fails also. automake 1.5 and 1.4 autoconf 2.54 libtool 1.4.1 Greetings Wolfgang PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Confirmed. 1/ Untar the package 2/ cd php-4.1.2/ 3/ rm configure 4/ ./buildconf fails: buildconf: checking installation... buildconf: autoconf version 2.53 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.4.2 (ok) WARNING: automake and libtool are installed in different directories. This may cause aclocal to fail. continuing anyway rebuilding configure configure.in:124: warning: AC_PROG_LEX invoked multiple times rebuilding main/php_config.h.in WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader: `main/php_config.h.in' is created Regards Christian