Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
compiling manually. to compile your modules manually, you need the following commands:
enables resource test module --enable-variable_creation book:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
6. when it is compiling the file language-parser.tab.c, it gives me errors that say yytname undeclared.
env cppflags=-i / path / to / include ldflags=-l / path / to / library. / configure
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
process control support in php is not enabled by default. you have to compile the cgi or cli version of php with --enable-pcntl configuration option when compiling php to enable process control support.
you have to compile the cgi or cli version of php with --enable-pcntl configuration option when compiling php to enable process control support.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
zip support in php is not enabled by default. you will need to use the --with-zip[=dir] configuration option when compiling php to enable zip support.
you will need to use the --with-zip[ =dir] configuration option when compiling php to enable zip support.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
actually, not much troubleshooting can be done when compiling static or dynamic modules. the only problem that could arise is that the compiler will complain about missing definitions or something similar. in this case, make sure that all header files are available and that you specified their path correctly in the compilation command. to be sure that everything is located correctly, extract a clean php source tree and use the automatic build in the ext directory with the fresh files; this will guarantee a safe compilation environment. if this fails, try manual compilation.
to be sure that everything is located correctly, extract a clean php source tree and use the automatic build in the ext directory with the fresh files; this will guarantee a safe compilation environment.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: