This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SOLVED Re: Problem with using a packaged cygwin with another cygwin-installation in C:\cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]