delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/12/07/12:43:11

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:message-id:in-reply-to:references:date:subject
:from:to:mime-version:content-type:content-transfer-encoding; q=
dns; s=default; b=nCF8maUMFzSQLcSpeIffFuPB8mEU1yrI7nUiJYleRl7iNf
E5TZWF9rnDjruv0iAcaFIgBMrwelMHp52+lzNuDe6ufwnnUfbeQxD0WNhhnXs37x
AdHxYpuY4WC9DBfVQwnJhmiarr9JG8SuJjP9MtAkSRUBJZCSmGRNfgyeiS0Kg=
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:message-id:in-reply-to:references:date:subject
:from:to:mime-version:content-type:content-transfer-encoding; s=
default; bh=R0EVj4U1uG5cZJC2KCyN4/0NuhE=; b=etYQdfKiE3skdzHNu6xo
wohYMR7wtDpVDDbWlmeolDS3rKNIc22pb7yWLNXBB89omTxax/jp6UuNNwZsy4BD
44Z3rHwp5upftbPtL/YHEdbpcQGxMVVLeGLgEPNlowlwqY+fpnCG30P6FiIo5B+8
rM3OhpBrGZ7upG2qj8JYPf8=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: ZFT-SERVER-1.telematik-zentrum.de
Message-ID: <8bffa9780ce121293be4da96e522a634.squirrel@zft-server-1.telematik-zentrum.de>
In-Reply-To: <0f351be10c654cc4972881f6a9b306da.squirrel@zft-server-1.telematik-zentrum.de>
References: <0f351be10c654cc4972881f6a9b306da DOT squirrel AT zft-server-1 DOT telematik-zentrum DOT de>
Date: Sun, 7 Dec 2014 18:42:48 +0100
Subject: SOLVED Re: Problem with using a packaged cygwin with another cygwin-installation in C:\cygwin
From: "Michael Fritscher" <michael DOT fritscher AT telematik-zentrum DOT de>
To: cygwin AT cygwin DOT com
User-Agent: SquirrelMail/1.4.21
MIME-Version: 1.0
X-IsSubscribed: yes

Hello again,

the error was on my side - I ended mixing running the c:\cygwin\bin\sh and
the local other binaries...

For the curious: Here is the error:

if (new File("ffmpeg.zip").exists()) {
	cygwinSearchPath = TEMP_WINDOWS;
	useLocalFFMPEG = true;
}
if (new File("c:\\cygwin64\\bin").exists()) {
	cygwinSearchPath = "c:\\cygwin64\\bin\\";
}
if (new File("c:\\cygwin\\bin").exists()) {
	cygwinSearchPath = "c:\\cygwin\\bin\\";
}

I forgot 2x else :-/

Best regards,
Michael Fritscher


--
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