De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
compiling manually. to compile your modules manually, you need the following commands:
enables resource test module --enable-variable_creation book:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: