Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 16146 invoked from network); 13 Nov 2005 18:41:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Nov 2005 18:41:26 -0000 Received: (qmail 1884 invoked by uid 500); 13 Nov 2005 18:41:13 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 1848 invoked by uid 500); 13 Nov 2005 18:41:12 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 1837 invoked by uid 99); 13 Nov 2005 18:41:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2005 10:41:12 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.193.197.90] (HELO gs3.inmotionhosting.com) (216.193.197.90) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2005 10:41:04 -0800 Received: from c66-235-49-126.sea2.cablespeed.com ([66.235.49.126]:50002 helo=[192.168.1.100]) by gs3.inmotionhosting.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.52) id 1EbMma-0006In-Rj for dev@httpd.apache.org; Sun, 13 Nov 2005 10:40:52 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <6e8974e40511121421n781b7956wccc7d9bde8b060bd@mail.gmail.com> References: <6e8974e40511120104ja9dfcdeyc2fbe5e76ad88793@mail.gmail.com> <6e8974e40511121421n781b7956wccc7d9bde8b060bd@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <571F52C9-2416-44A7-8519-AA9FFEEE96C1@apache.org> Content-Transfer-Encoding: 7bit From: Brian Pane Subject: Re: Can't compile trunk on Win Date: Sun, 13 Nov 2005 10:41:23 -0800 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.746.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gs3.inmotionhosting.com X-AntiAbuse: Original Domain - httpd.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - apache.org X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Nov 12, 2005, at 2:21 PM, Vadim Chekan wrote: > On 11/12/05, Jeff Trawick wrote: >> On 11/12/05, Vadim Chekan wrote: >>> Hi all, >>> >>> I've tryed to compile httpd/trunk and got an error: >>> core_filters.obj : error LNK2019: unresolved external symbol >>> _apr_wait_for_io_or_timeout referenced in function >>> _send_brigade_blocking >> >>> I have apr from apr/branches/1.2.x and looks like it doesn't contain >>> apr_wait_for_io_or_timeout for windows, unix only. >> >> wasn't supposed to be used >> >> Try this?? >> >> Index: server/core_filters.c >> =================================================================== [...] > Thanks, now it compiles! +1 on Unix, too. Brian