cygwin for vista

2020-07-28 Thread Kaylem LW via Cygwin
do you have cygwin for vista?? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Takashi Yano via Cygwin
On Tue, 28 Jul 2020 21:51:33 +0200 Rabbe Fogelholm wrote: > On 2020-07-28 18:56, Thomas Wolff wrote: > > Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: > >> On Tue, 28 Jul 2020 15:56:54 +0200 > >> Rabbe Fogelholm wrote: > >>> Rabbe Fogelholm wrote: > Takashi Yano wrote: > > On Mon

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Thomas Wolff
Am 28.07.2020 um 21:51 schrieb Rabbe Fogelholm: On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe F

Re: Relating device names in /dev/ to drive letters in Windows.

2020-07-28 Thread Hamish McIntyre-Bhatty via Cygwin
Corinna wrote: > In theory, the Cygwin DLL has to provide stuff through ioctl's after > opening the device file. There are already quite a few ioctl's > supported, namely > > HDIO_GETGEO, BLKGETSIZE, BLKGETSIZE64, BLKRRPART, BLKSSZGET, BLKIOMIN, > BLKIOOPT, BLKPBSZGET, BLKALIGNOFF, RDIOCDOP subcom

RE: missing Python 3.7 for python3 package version

2020-07-28 Thread Allen Hewes via Cygwin
> > For me, it's because when you moved to 3.8 from 3.6, a "core" (popular?) > number of python38-* packages weren't moved to 3.8 either. I didn't want 3 > Pythons installed b/c of the move to 3.8. And I didn't want to add to the > packages (the handful of python37-* I use) I build/maintain myself

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Rabbe Fogelholm
On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Takashi Yano via Cygwin
On Tue, 28 Jul 2020 18:56:06 +0200 Thomas Wolff wrote: > Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: > > On Tue, 28 Jul 2020 15:56:54 +0200 > > Rabbe Fogelholm wrote: > >> Rabbe Fogelholm wrote: > >>> Takashi Yano wrote: > On Mon, 13 Jan 2020 11:52:43 +0100 > Rabbe Fogelholm w

Re: Set a different C compiler

2020-07-28 Thread Brian Inglis
On 2020-07-28 08:03, paul zhang via Cygwin wrote: > I tried to build a HelloWorld project using the " cmake CMakeList.txt " way. > In the CMakeList.txt file, I want to use the specific c and cxx compilers > set(CMAKE_LEGACY_CYGWIN_WIN32 0) > #cmake_minimum_required(VERSION 2.6) > project(HelloWo

Re: Problem with output from gawk software in recent Cygwin installation

2020-07-28 Thread Brian Inglis
On 2020-07-28 09:32, Bryan VanSchouwen via Cygwin wrote: > On Tue, Jul 28, 2020 at 12:06 AM Brian Inglis wrote: >> On 2020-07-27 15:58, Bryan VanSchouwen wrote: >>> On Mon, Jul 27, 2020 at 4:20 PM Brian Inglis wrote: On 2020-07-27 11:50, Michel LaBarre wrote: > On July 27, 2020 12:52 PM,

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Thomas Wolff
Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program that is started from a shellscript wrap

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Takashi Yano via Cygwin
On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: > Rabbe Fogelholm wrote: > > Takashi Yano wrote: > >> On Mon, 13 Jan 2020 11:52:43 +0100 > >> Rabbe Fogelholm wrote: > >>> I am running a console Java program that is started from a shellscript > >>> wrapper. Before invoking Java the wrapper

Re: Problem with output from gawk software in recent Cygwin installation

2020-07-28 Thread Bryan VanSchouwen via Cygwin
Just out of curiosity: Could this "" issue be something new for Windows 10? I ask because I don't recall having this issue with my old Windows 7 computer. Bryan On Tue, Jul 28, 2020 at 12:06 AM Brian Inglis < brian.ing...@systematicsw.ab.ca> wrote: > On 2020-07-27 15:58, Bryan VanSchouwen wrot

Re: setting up a cygwin cross compiler on linux

2020-07-28 Thread Corinna Vinschen
On Jul 27 22:52, marty leisner via Cygwin wrote: > I want to cross compile cygwin programs on linux. > > I vaguely recall there was a debian package for this years ago. No luck > now. > > All my web searches talk about cross compiling on cygwin for linux. > > I wonder if there's a pre-assemble

Set a different C compiler

2020-07-28 Thread paul zhang via Cygwin
Hi there, I tried to build a HelloWorld project using the " cmake CMakeList.txt " way. In the CMakeList.txt file, I want to use the specific c and cxx compilers set(CMAKE_LEGACY_CYGWIN_WIN32 0) #cmake_minimum_required(VERSION 2.6) project(HelloWorld) set (CMAKE_C_COMPILER icl) set (CMAKE_CXX

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Rabbe Fogelholm
Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program that is started from a shellscript wrapper. Before invoking Java the wrapper calls `stty -cooked'. The Java program polls the keyboard using System.in.availab

Re: Meld 3.18.0-1 does not start

2020-07-28 Thread Rabbe Fogelholm
On 2020-07-27 19:01, Ken Brown wrote: On 7/27/2020 12:57 PM, Ken Brown via Cygwin wrote: On 7/27/2020 9:50 AM, Rabbe Fogelholm wrote: I am having problems with meld 3.18.0-1. On startup I get "fatal: external diff died, stopping at ", where is a file to be inspected. My workaround is to down

Re: missing Python 3.7 for python3 package version

2020-07-28 Thread Marco Atzeri via Cygwin
On 27.07.2020 18:02, Allen Hewes via Cygwin wrote: Question: any reason to not use python 3.8 ? For me, it's because when you moved to 3.8 from 3.6, a "core" (popular?) number of python38-* packages weren't moved to 3.8 either. I didn't want 3 Pythons installed b/c of the move to 3.8. And