Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5EBE18B56 for ; Mon, 1 Feb 2016 23:09:24 +0000 (UTC) Received: (qmail 75494 invoked by uid 500); 1 Feb 2016 23:09:24 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 75415 invoked by uid 500); 1 Feb 2016 23:09:24 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 75404 invoked by uid 99); 1 Feb 2016 23:09:24 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 23:09:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E0B06C0733 for ; Mon, 1 Feb 2016 23:09:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ZpsM5DijYV6I for ; Mon, 1 Feb 2016 23:09:13 +0000 (UTC) Received: from biz75.inmotionhosting.com (biz75.inmotionhosting.com [173.247.255.112]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 470A220271 for ; Mon, 1 Feb 2016 23:09:13 +0000 (UTC) Received: from ip70-181-175-67.sd.sd.cox.net ([70.181.175.67]:62217 helo=[192.168.1.113]) by biz75.inmotionhosting.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.85) (envelope-from ) id 1aQNam-0001GE-VC for dev@openoffice.apache.org; Mon, 01 Feb 2016 15:09:12 -0800 Subject: Re: Building on Windows To: dev@openoffice.apache.org References: <56AD4B23.2080504@acm.org> <56AD5C58.3020407@acm.org> <56AE7476.9000207@acm.org> <56AEC4CB.2010409@acm.org> <56AFBA36.807@acm.org> <56AFD746.5040706@acm.org> <56AFDF04.50004@ok.de> From: Patricia Shanahan Message-ID: <56AFE595.7010102@acm.org> Date: Mon, 1 Feb 2016 15:09:09 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56AFDF04.50004@ok.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - biz75.inmotionhosting.com X-AntiAbuse: Original Domain - openoffice.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - acm.org X-Get-Message-Sender-Via: biz75.inmotionhosting.com: authenticated_id: pats+patriciashanahan.com/only user confirmed/virtual account not confirmed On 2/1/2016 2:41 PM, j.nitschke@ok.de wrote: > On Mon, 1 Feb 2016 14:08:06 -0800 Patricia Shanahan wrote: >> >> >> On 2/1/2016 12:04 PM, Patricia Shanahan wrote: >>> >>> >>> On 1/31/2016 6:36 PM, Patricia Shanahan wrote: >>>> Now I'm stuck. I got through configure, with warnings. My build attempt >>>> failed with: >>>> >>>> $ build --all >>>> build -- version: 275224 >>>> >>>> >>>> ============= >>>> Building module solenv >>>> ============= >>>> >>>> Entering /cygdrive/c/OpenOfficeDev/Trunk/main/solenv >>>> >>>> /cygdrive/c/OpenOfficeDev/Trunk/main/solenv/bin/mkout.pl: line 1: >>>> $':\r': command not found >>>> mkout -- version: 1.8 >>> >>> The perl module mkout.pl starts with: >>> >>> : >>> eval 'exec perl -wS $0 ${1+"$@"}' >>> if 0; >>> >>> >>> My Perl is very rusty. Can anyone translate? Especially, the initial >>> line with just a ":" confuses both me and the build. >> >> I took my problem to StackOverflow. See >> http://stackoverflow.com/a/35140265/1798593 >> >> I worked around it by setting igncr in my Cygwin bash SHELLOPTS, and >> the build is now building. >> >> Patricia > interesting, how did you checkout the source? > > I remember TortoiseSVN converted unix line endings to windows style > unless told otherwise. The original git-scm asks on installation how to > treat line endings. No idea how the cygwin subverion and git packages > behave. > > You might run into other unexpected problems due line endings. (e.g. > scripts replacing \n with \r\n for windows) > I would checkout the source again. > Thanks. I did use TortoiseSVN, so that is probably the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org