Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 74182 invoked from network); 19 Nov 2004 23:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Nov 2004 23:35:14 -0000 Received: (qmail 4707 invoked by uid 500); 19 Nov 2004 23:35:12 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 4672 invoked by uid 500); 19 Nov 2004 23:35:12 -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 4659 invoked by uid 99); 19 Nov 2004 23:35:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) X-pair-Authenticated: 24.44.79.162 Message-ID: <419E8317.1040402@electricjellyfish.net> Date: Fri, 19 Nov 2004 15:34:47 -0800 From: Garrett Rooney User-Agent: Mozilla Thunderbird 0.8 (X11/20041012) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Carlgren CC: dev@apr.apache.org Subject: Re: msdev chokes on .dsp and .dsw in unix text file format Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Kris Carlgren wrote: > Hi. I know I�m new, and I wanted to check out the APR-1.0.0 release. > With the release, APR is receiving a lot of attention at the moment, so > I thought I�d post my only problem and solution. > > > > Everything compiled fine under cygwin and redhat linux, but choked in > msdev. The .dsp and .dsw files are in Unix text file format, and msdev > doesn�t give a clear error message. It simply says �project not found�. > > > > Of course, the solution was to run lineends.pl on the tree and > everything worked fine. > > > > I propose adding lineends.pl to the �Build on Win32� page, or try to > keep the .dsp and .dsw files in DOS format. Actually now that APR is in Subversion we can just set svn:eol-style on the files in question and never have this problem again. -garrett