Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 21830 invoked by uid 500); 11 Jan 2003 09:58:14 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 21816 invoked from network); 11 Jan 2003 09:58:14 -0000 Message-ID: <3E1FEA16.9070309@t-online.de> Date: Sat, 11 Jan 2003 10:55:34 +0100 From: JHeckel@t-online.de (Juergen Heckel) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030110 X-Accept-Language: de-de, en-us MIME-Version: 1.0 To: "dev@httpd.apache.org" Subject: [Win32] compile errors in xlate.c Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posting-Agent: Hamster/2.0.0.0 X-KorrNews: Used Lines: 24 X-Sender: 0803598180-0001@t-dialin.net X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, since 2 or three days I get the following compile errors: ....... xlate.c F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(102) : error C2061: syntax error : identifier 'apr_iconv_t' F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(104) : error C2059: syntax error : '}' F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(125) : error C2037: left of 'ich' specifies undefined struct/union 'apr_xlate_t' F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(125) : error C2065: 'apr_iconv_t' : undeclared identifier F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(126) : error C2037: left of 'ich' specifies undefined struct/union 'apr_xlate_t' F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(126) : error C2037: left of 'pool' specifies undefined struct/union 'apr_xlate_t' F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(126) : error C2198: 'apr_iconv_close' : too few actual parameters F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(192) : error C2037: left of 'ich' specifies undefined struct/union 'apr_xlate_t' .... After replacing the xlate.c with an older version all is ok again. -- Juergen Heckel