Re: Updated: leptonica-1.74.1-1
Hi Marco, it would be great to also have cross packages of Leptonica 1.74.x for MinGW (mingw64-i868-*, mingw64-x86_64-*). They are needed to build Tesseract for Windows, for example. As far as I know, all dependencies needed for a MinGW Leptonica are already available. I'm not familiar with creating packages for Cygwin, but would be willing to help as far as I can. Kind regards Stefan -- 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
Re: help getting version 2.6.0-1
On 2017-01-17 17:04, sun zheng wrote: > i also tried to install at c:/cygwin64 and the cygwin version is also > 2.6.1-1 > it is not due to my install method. i just mean that i am using the > latest setupexe, so the version is 2.6.1-1. > and what i need is how to install 2.6.0-1 currently? > or can you send me some dll to replace so that i can get "2.6.0-1" > using "cygcheck -c cygwin"? > From: Marco Atzeri >> As cygwin is a rolling distribution you can consider >> http://www.fruitbat.org/Cygwin/timemachine.html >> for an installation frozen in time. As Marco said, read the Cygwin Time Machine archive instructions at that page, find the Setup version you require at ftp://www.fruitbat.org/pub/cygwin/setup/setup.html then use that to download the old Setup, find a "circa" mirror near the date you downloaded, run the downloaded Setup and add that "circa" mirror, then use it to install only the packages you require, as that link is slow, and your connection may be dropped if you abuse it. You may also start Setup manually or using a shortcut with a "circa" mirror e.g. -O -s ftp://www.fruitbat.org/pub/cygwin/circa/64bit/2016/12/16/151347/ -- -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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
Re: Cygwin 2.6.1 32-bit post install failed by /usr/bin/perl.exe
Katsumi Yamaoka writes: > I see. But the current 32-bit full-install seems to work (I > haven't tested everything, though). The operative word here is "seems to work". The fact that you see no problem already tells you that you don't need a lot of the things that you have installed. I curate a much smaller, but still pretty substantial Cygwin installation than "full" at work and I know for a fact that it only works on a 32bit system when the userVM in Windows gets changed to 3GB, otherwise you'll collide with the Cygwin heap pretty quickly. > Does it mean only a space, that is comparable to the one perl and > possibly a few modules occupy, exceeds the limit? Moreover, is there > no way to know how many space exceeds the limit, before installing? I > won't do it even if it exists if it is hard to me, though. YOu can check where everything got rebased to and when you see it got rebased to where the heap should be then you know you're in trouble. > Ok, I will try negotiating with boss for a 64-bit machine at the > next opportunity. This is an office pc. That's preferrable, but a 3GB user VM is at least worth a try (it still won't save you if you insist on installing everything). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- 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
cygwin dll for 2.6.0-1
hi team,sorry for troubling. but could you help send me the dll file of version 2.6.0-1??? i really need it!sonce i can only get 2.6.1-1 from website waiting eagerly for your response Jerry 发自我的 iPhone -- 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
Re: cygwin dll for 2.6.0-1
On 2017-01-18 20:06, sun zheng wrote: > but could you help send me the dll file of version 2.6.0-1??? > i really need it!sonce i can only get 2.6.1-1 from website Install package Cygwin from Cygwin Time Machine mirror using Setup: ftp://www.fruitbat.org/pub/cygwin/circa/64bit/2016/12/16/151347/ -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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
Re: cygwin dll for 2.6.0-1
On 1/18/2017 10:06 PM, sun zheng wrote: hi team,sorry for troubling. but could you help send me the dll file of version 2.6.0-1??? i really need it!sonce i can only get 2.6.1-1 from website Dear Jerry -- 1) People have told you how to use the Cygwin time machine to get earlier versions; and 2) You need more than just the dll - you need the programs you're going to install with it. I urge you to look at the email responses and try to follow the instructions on using the Cygwin time machine, etc. Here is where the instructions are again: http://www.fruitbat.org/Cygwin/timemachine.html#AHEM I had trouble making this work with FireFTP installed in my FireFox browser, but in a less-decorated Chrome browser it worked fine. You do need to read and follow a series of instruction to (a) get the right link (e.g., the one for the last snapshot of 2.6.0-1) and then (b) use it with setup to pull the right versions of cygwin and any other packages. (The .dll you refer to is part of the 'cygwin' package.) Regards - Eliot Moss -- 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
Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1
On Tue, 17 Jan 2017 21:45:07, Steven Penny wrote: > I would like to keep this productive; my next step is to try to unpack that > large commit, while also helping Eric to reproduce. I have root caused this. With the new readline, running ./configure creates config.h, as expected. However new version adds this line: #define HAVE_PSELECT 1 If you remove this from config.h, then make, the resultant DLL behaves as it did with previous readline. Not sure what is causing this change, I will try to dig into it more. -- 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