delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/09/01/18:05:21

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=MEMtZ6snqVemww/y
f1CT6vz20zhCCRPXsolrSVnJB4ALToxlf4i4W45P0tAQQR5i7bZU6cyeaDyXdDp8
oqqgHpwPmkrXHoLDOjFTDADAo+qCg5o446LQ3uKc6c0Fiyh8cf79JqNYwbLKz1/B
Nkg8nuAZ3ZNLvmilT7LI0f2fcW0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; s=default; bh=sYj8n1P9nfitbUY8IJ0X7/
8X6cA=; b=c8/wtYJaae368uZZ3fvXMTc0WMsUuZCFCCHNeM4uiehus4tlNA6LhD
gPfr5UaeqSeqQ3YwOdD0XX7yl7JI7e33o+Lnrz94ubKUVXZetlAMb8fqMIsYSwlX
ZS1monU686C6cplxm9R7E1aJW2a5yj0ebCTi4p1EHUdflu1xJWQHM=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=2.5 required=5.0 tests=BAYES_50,FREEMAIL_FROM,KAM_NUMSUBJECT,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:sk:2018090, H*M:yandex, cygwins, backslash
X-HELO: forward105p.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1535839503; bh=k2AXICJT2D/3fuLaEXkiU80+soR0ApcoDM8vhOhyOq0=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=Ogf3IYfndcBnrZToebH4CLKwWais/7mVqJQVOYZqdEfIcRJElE0gtkC2mxUYKIm/x u/oaB/9l8MgWb/2X5EO0hCR5YO3Ca8f8eZ3tl2kcv31Nh+B/HJqKQbsJJ4+Is3a1EZ Ai1fZaTdDxvhttnWBdjNvSD2e/KFNlLpCEcO9KbM=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1535839502; bh=k2AXICJT2D/3fuLaEXkiU80+soR0ApcoDM8vhOhyOq0=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=WqiIlFxQliDNNz7KJJgD7bfNKOQGVdnkaDr2rgrOb6rHjgJTuyveB2I/Vc1lC9GH6 EB9EoRm2yxL4/OfF+zWywptgBWlEVyzOrML0AqFB/2TEU5DflwrsiaRUHDuH+EmRRc 19BHfTbLtfY8sskJs0joVdjVBG6gYV5SSTtVTzVs=
Authentication-Results: smtp4p.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Sun, 2 Sep 2018 00:52:32 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
Reply-To: cygwin AT cygwin DOT com
Message-ID: <1177432276.20180902005232@yandex.ru>
To: David Allsopp <David DOT Allsopp AT cl DOT cam DOT ac DOT uk>, cygwin AT cygwin DOT com
Subject: Re: Bug Report: Regression in Cygwin 2.11.0-1
In-Reply-To: <E51C5B015DBD1348A1D85763337FB6D901ADFF2257@Remus.metastack.local>
References: <BL2PR16MB096125DC7F302700C5DE88C0C80E0 AT BL2PR16MB0961 DOT namprd16 DOT prod DOT outlook DOT com> <pmdgjr$9q9$1 AT blaine DOT gmane DOT org> <20180901155435 DOT GL6350 AT calimero DOT vinschen DOT de> <E51C5B015DBD1348A1D85763337FB6D901ADFF2257 AT Remus DOT metastack DOT local>
MIME-Version: 1.0
X-IsSubscribed: yes

Greetings, David Allsopp!

>> In terms of this OCAML build system problem:
>> 
>> Please fix your build system.  Do not mix POSIX and Win32 paths, use POSIX
>> paths only.  Backslashes are *no* drop-in replacement for slashes.

> The "problem" for us is more subtle than this. The program which is
> generating that path is not a Cygwin executable, so it is correctly
> combining a path it has been supplied (the ../stdlib which has been supplied
> via Cygwin's make) with a filename, so it uses a backslash. It's been on my
> TODO for years to enhance to understand that the program it's supplying the
> path back to is a Cygwin executable and so sort it out properly but, well,
> we're a small number of maintainers! That said, WSL is forcing us to address it properly...

You CAN just send back forward slashes. Windows don't care.
If any program would choke, it would be that program's problem after all.


-- 
With best regards,
Andrey Repin
Sunday, September 2, 2018 0:51:18

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019