From dev-return-13344-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Dec 09 21:45:39 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 16310 invoked from network); 9 Dec 2004 21:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Dec 2004 21:45:38 -0000 Received: (qmail 2652 invoked by uid 500); 9 Dec 2004 21:45:38 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 2355 invoked by uid 500); 9 Dec 2004 21:45:36 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 2340 invoked by uid 99); 9 Dec 2004 21:45:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) X-pair-Authenticated: 164.55.254.103 Message-ID: <41B8C77C.2020809@electricjellyfish.net> Date: Thu, 09 Dec 2004 16:45:32 -0500 From: Garrett Rooney User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= CC: Tangui Morlier , dev@apr.apache.org Subject: Re: Compilation on Windows References: <41B882A8.4060100@lri.fr> <41B8C6C4.3000805@xbc.nu> In-Reply-To: <41B8C6C4.3000805@xbc.nu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Branko Čibej wrote: > Tangui Morlier wrote: > >> I could not acces to the mailing list archive. If this topic has >> already been discused here, please tell me how i can read these messages. >> >> I used apr in linux without any problem. Now I would like to use the >> windows version. As i could not find the binary distribution, I tried >> to compile it. I downloaded the apr, apr-util, apr-iconv source >> archives, untared then and try to compile them with Visual C++ Pro 6.0 >> as indicated in your web site, but it is not working. > > > That's because you downloaded the "Unix source", where the DSP files > have don't have the correct line endings (\n instead of \r\n), and MSVC > doesn't like that. I suggest you use Subversion to check out the latest > files on a Windows box. > >> More info in the log file attached. >> >> Thanks for your help, > > > > By the way, folks, why on earth do those files have svn:eol-style set to > "native" instead of "CRLF"? Bill Rowe objected to setting them to CRLF because of the way it would intereact with diff programs on various systems. -garrett