Игорь, для auto/icc:
src/os/unix/ngx_process_cycle.c(842): error #167: argument of type "u_char={__u_char={unsigned
char}} *" is incompatible with parameter of type "const char *"
if (chdir(ccf->working_directory.data) == -1) {
icc -v :
Version 8.1
- if (chdir(ccf->working_directory.data) == -1) {
+ if (chdir((char *) ccf->working_directory.data) == -1) {
Игорь Сысоев
http://sysoev.ru