Re: Wrong expansion of ~/

2020-08-27 Thread Morten Kjærulff via Cygwin
On Thu, Aug 27, 2020 at 7:59 PM Thomas Wolff wrote: > > Am 27.08.2020 um 18:49 schrieb rifter via Cygwin: > > On 8/27/20, Morten Kjærulff via Cygwin wrote: > >> On Tue, Aug 25, 2020 at 3:00 PM Brian Inglis wrote: > >>> On 2020-08-25 01:15, Morten Kjærulff via Cygwin wrote: > On Mon, Aug 24, 2

Re: undetectable libraries

2020-08-27 Thread Brian Inglis
On 2020-08-27 17:40, Juan carlos Rebate via Cygwin wrote: > El vie., 28 ago. 2020 a las 1:10, Yasuhiro KIMURA escribió: >> On Fri, 28 Aug 2020 00:51:41 +0200, Juan carlos Rebate via Cygwin wrote: >>> good evening, I have a strange problem, I try to compile code that >>> uses gtk3 and sdl2 in addit

Re: Sv: Limit for number of child processes

2020-08-27 Thread Ken Brown via Cygwin
On 8/27/2020 8:17 AM, Kristian Ivarsson via Cygwin wrote: Hi Corinna Dear cygwin folks It seems like there's a limit of the number of possible child processes defined to 256 with 'NPROCS' in //winsup/cygwin/child_info.h used in 'cprocs' in //winsup/cygwin/sigproc.cc 256 is quite few possible

Re: undetectable libraries

2020-08-27 Thread Juan carlos Rebate via Cygwin
yes mingw64-x86_64-gtk3 mingw64-x86_64-sdl2 sdl2-devel libcurl-devel El vie., 28 ago. 2020 a las 1:10, Yasuhiro KIMURA () escribió: > > From: Juan carlos Rebate via Cygwin > Subject: undetectable libraries > Date: Fri, 28 Aug 2020 00:51:41 +0200 > > > good evening, I have a strange problem, I try

Re: undetectable libraries

2020-08-27 Thread Yasuhiro KIMURA
From: Juan carlos Rebate via Cygwin Subject: undetectable libraries Date: Fri, 28 Aug 2020 00:51:41 +0200 > good evening, I have a strange problem, I try to compile code that > uses gtk3 and sdl2 in addition to curl, the problem is that when I > invoke the gcc compiler it tells me that sdl2-devel

undetectable libraries

2020-08-27 Thread Juan carlos Rebate via Cygwin
good evening, I have a strange problem, I try to compile code that uses gtk3 and sdl2 in addition to curl, the problem is that when I invoke the gcc compiler it tells me that sdl2-devel and libcurl are not installed, but actually yes are. ./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl

Re: Mintty text glitches when using up key

2020-08-27 Thread Brian Inglis
On 2020-08-27 10:55, Hamish McIntyre-Bhatty via Cygwin wrote: > For a while I've noticed that if I run a long command (usually has to > wrap to next line down), that my Mintty session often becomes all messed > up if I use the up arrow keys to try and run it again later. Has anyone > else experienc

Re: Wrong expansion of ~/

2020-08-27 Thread Thomas Wolff
Am 27.08.2020 um 18:49 schrieb rifter via Cygwin: On 8/27/20, Morten Kjærulff via Cygwin wrote: On Tue, Aug 25, 2020 at 3:00 PM Brian Inglis wrote: On 2020-08-25 01:15, Morten Kjærulff via Cygwin wrote: On Mon, Aug 24, 2020 at 10:41 PM Brian Inglis wrote: On 2020-08-24 06:36, Morten Kjærulff

Re: Wrong expansion of ~/

2020-08-27 Thread Jim Garrison via Cygwin
On 8/27/2020 12:44 AM, Morten Kjærulff via Cygwin wrote: > On Tue, Aug 25, 2020 at 3:00 PM Brian Inglis wrote: >> >> On 2020-08-25 01:15, Morten Kjærulff via Cygwin wrote: >>> On Mon, Aug 24, 2020 at 10:41 PM Brian Inglis wrote: On 2020-08-24 06:36, Morten Kjærulff via Cygwin wrote: >

Mintty text glitches when using up key

2020-08-27 Thread Hamish McIntyre-Bhatty via Cygwin
Hi, For a while I've noticed that if I run a long command (usually has to wrap to next line down), that my Mintty session often becomes all messed up if I use the up arrow keys to try and run it again later. Has anyone else experienced this? Another, probably unrelated, observation is that if a c

Re: Wrong expansion of ~/

2020-08-27 Thread rifter via Cygwin
On 8/27/20, Morten Kjærulff via Cygwin wrote: > On Tue, Aug 25, 2020 at 3:00 PM Brian Inglis wrote: >> >> On 2020-08-25 01:15, Morten Kjærulff via Cygwin wrote: >> > On Mon, Aug 24, 2020 at 10:41 PM Brian Inglis wrote: >> >> >> >> On 2020-08-24 06:36, Morten Kjærulff via Cygwin wrote: >> >>> On Mo

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Michael Wild via Cygwin
On Thu, Aug 27, 2020 at 2:48 PM Michael Wild wrote: > > > [...] I attached this fix as a patch. [...] > > No, I didn't... 0001-Keep-CYGWIN-environment-variable-when-running-script.patch Description: Binary data -- Problem reports: https://cygwin.com/problems.html FAQ: https

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Michael Wild via Cygwin
On Thu, Aug 27, 2020 at 11:44 AM Michael Wild wrote: > > On Thu, Aug 27, 2020 at 11:02 AM Corinna Vinschen wrote: > >> On Aug 27 07:48, Michael Wild via Cygwin wrote: >> > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: >> > >> > > >> > > It turns out to be the case that setup doesn't propagate

Sv: Limit for number of child processes

2020-08-27 Thread Kristian Ivarsson via Cygwin
Hi Corinna > > Dear cygwin folks > > > > It seems like there's a limit of the number of possible child > > processes defined to 256 with 'NPROCS' in //winsup/cygwin/child_info.h > > used in 'cprocs' in //winsup/cygwin/sigproc.cc > > > > 256 is quite few possible children in an enterprise environme

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Andrey Repin
Greetings, Corinna Vinschen! > On Aug 27 07:48, Michael Wild via Cygwin wrote: >> On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: >> >> > >> > It turns out to be the case that setup doesn't propagate the CYGWIN >> > environment variable into the environment for scripts it runs, so >> > setting

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Michael Wild via Cygwin
On Thu, Aug 27, 2020 at 11:02 AM Corinna Vinschen wrote: > On Aug 27 07:48, Michael Wild via Cygwin wrote: > > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: > > > > > > > > It turns out to be the case that setup doesn't propagate the CYGWIN > > > environment variable into the environment for

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Corinna Vinschen
On Aug 27 07:48, Michael Wild via Cygwin wrote: > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: > > > > > It turns out to be the case that setup doesn't propagate the CYGWIN > > environment variable into the environment for scripts it runs, so > > setting that isn't going to make any differen

Re: Wrong expansion of ~/

2020-08-27 Thread Morten Kjærulff via Cygwin
On Tue, Aug 25, 2020 at 3:00 PM Brian Inglis wrote: > > On 2020-08-25 01:15, Morten Kjærulff via Cygwin wrote: > > On Mon, Aug 24, 2020 at 10:41 PM Brian Inglis wrote: > >> > >> On 2020-08-24 06:36, Morten Kjærulff via Cygwin wrote: > >>> On Mon, Aug 24, 2020 at 11:52 AM Thomas Wolff wrote: >