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: List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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