Привет. Итак - суть проблемы.
Apache PL25.5 НЕ СОБИРАЕТСЯ на freebsd 3.0-CURRENT.
Вот диагностика:
===> modules/extra
gcc -c -I../../os/unix -I../../include -funsigned-char -DSTATUS -DRUSSIAN
_APA
CHE -DRUSSIAN_APACHE_TEST -I/usr/local/pgsql/include mod_charset.c
mod_charset.c:1532: conflicting types for `charset_check_type'
../../include/httpd.h:751: previous declaration of `charset_check_type'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Проблема в том, что
mod_charset.c:1532: API_EXPORT(int) charset_check_type (request_rec *r)
а
../../include/httpd.h:751: API_EXPORT(int) charset_check_type (const
request_rec *r);
Как видно, в первом случае const отсутствует. Поэтому и conflicting types.
Если добавить в modc_charset.c:1532 слово const перед request_rec *r,
то собипается с warning:
mod_charset.c: In function `charset_check_type':
mod_charset.c:1536: warning: passing arg 1 of `ap_default_type' discards
`const'
from pointer target type
И работает (во всяком случае, пока).
Если что еще случится - сообщу.
С уважением, Игорь Лидин
ЦК Деловая Сеть. группа Relis
>Hi!
>
>Версии PL25.4 & PL25.5 объявляются альфами - воспроизвести возникающие
>у других ошибки я не могу, пофиксить их, соответственно, тоже.
>
>Поэтому на ftp они остаются, но работать реально можно с PL25.3
>
>
>Alex Tutubalin
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.