ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: icc и 0.1.35



On Sat, 11 Jun 2005, Alexey Bestciokov wrote:

Игорь, для 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




 




Copyright © Lexa Software, 1996-2009.