Re: Problems with flushing stdin in mintty

2025-07-13 Thread Takashi Yano via Cygwin
On Sun, 13 Jul 2025 20:34:56 +0900 Takashi Yano wrote: > On Sun, 13 Jul 2025 11:40:10 +0200 > Christoph Reiter wrote: > > I'm having the problem that under cygwin flushing stdin for some reason > > doesn't > > work when running in mintty. It works when running cygwin in the Windows > > terminal th

Re: Problems with flushing stdin in mintty

2025-07-13 Thread Takashi Yano via Cygwin
On Sun, 13 Jul 2025 11:40:10 +0200 Christoph Reiter wrote: > I'm having the problem that under cygwin flushing stdin for some reason > doesn't > work when running in mintty. It works when running cygwin in the Windows > terminal though. In my case the program using this is pacman, where it asks >

RE: Problems with X11 after reinstalling Windows

2024-08-09 Thread KARR, DAVID via Cygwin
I’ve managed to resolve this particular problem, I was missing some packages. From: Cygwin On Behalf Of Fergus Daly via Cygwin Sent: Thursday, August 8, 2024 10:07 PM To: 'cygwin@cygwin.com' Cc: Fergus Daly Subject: Re: Problems with X11 after reinstalling Windows It sounds to m

Re: Problems with X11 after reinstalling Windows

2024-08-08 Thread Fergus Daly via Cygwin
It sounds to me that you are missing components in your current configuration that were present in your previous working setup. Maybe try adding the xinit package (from the X11 category) to what you've already got. -- Problem reports: https://cygwin.com/problems.html FAQ:

RE: Problems with X11 after reinstalling Windows

2024-08-08 Thread KARR, DAVID via Cygwin
I tried rebooting, but it didn't change anything. "emacs-X11" still says that the display is not available, and "startxwin" doesn't exist. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Un

RE: Problems with asciidoctor gem after ruby update

2023-04-30 Thread Daniel Abrahamsson via Cygwin
> A corrected package has been released. (ruby-3.2.2-2) Thank you! I can confirm the new pakcage solves the problem. // Daniel -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe i

Re: Problems with asciidoctor gem after ruby update

2023-04-28 Thread Daisuke Fujimura via Cygwin
A corrected package has been released. (ruby-3.2.2-2) On Fri, Apr 28, 2023 at 5:36 AM Daisuke Fujimura wrote: > > I apologize for any inconvenience caused. > Please wait a moment while I investigate. > > On Thu, Apr 27, 2023 at 8:13 PM Daniel Abrahamsson via Cygwin > wrote: > > > > Hi, > > > > I

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Fabio Rossi via Cygwin
Hello Brian, thanks for your suggestions, eventually I solved the problem with Achim's hint of using opengl software rendering because the graphics card is not supporting all opengl requirements. I have followed this guide: https://x.cygwin.com/docs/ug/using-glx.html Fabio > Il 27/04/2023 1

Re: Problems with asciidoctor gem after ruby update

2023-04-27 Thread Daisuke Fujimura via Cygwin
I apologize for any inconvenience caused. Please wait a moment while I investigate. On Thu, Apr 27, 2023 at 8:13 PM Daniel Abrahamsson via Cygwin wrote: > > Hi, > > I’m not sure if the issue is cygwin-specific or not, but I do not have a > linux box with a sufficiently new version of ruby to tes

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Achim Gratz via Cygwin
Fabio Rossi via Cygwin writes: > I forgot to mention that the test machine is running Windows 10 Pro 64 > bit with a ATI FirePro 3800 graphics card. That particular family of graphics chips has drivers that do not implement (or incorrectly) certain functions that the level of OpenGL support would

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Brian Inglis via Cygwin
Hi Fabio, Are you running from a bash shell under a terminal started from the XWin Server shortcut or X Applications Menu? Those variables are defined in my shell: $ echo $XDG_CURRENT_DESKTOP $XDG_MENU_PREFIX $XDG_RUNTIME_DIR X-Cygwin xwin- /run/user/##/ -- Take care. Tha

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Fabio Rossi via Cygwin
Hello Brians, thanks for the suggestions. I had already installed the xorg server and all the packages you mentioned. But nevertheless I get the errors reported in the original email, both if I start octave from the shell or by using the XDG menu which starts octave with the GUI. In particular,

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Brian Inglis via Cygwin
Hi Fabio, Some packages include non-GUI or native GUI interfaces that do not require window system support. Others may dynamically support window systems if they are installed, or have separate executables for console or GUI, as octave does: octave and octave-cli. If you are using octave GU

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Fabio Rossi via Cygwin
I forgot to mention that the test machine is running Windows 10 Pro 64 bit with a ATI FirePro 3800 graphics card. On the same machine, octave built for Windows executes correctly the same command. I have observed the same behaviour also on other Windows machines running Win7 or other graphic ada

Re: Problems with python3 pip

2022-04-03 Thread Chad Dougherty
On 2022-03-28 09:36, Chad Dougherty wrote: It seems to me like the ensurepip module has some problems.  Shouldn't the following be working? $ cygcheck -c -d|grep python3 python3  3.9.10-1 python3-devel    3.9.10-1 python39 3.9.10-1 python39-devel 

Re: Problems with python3 pip

2022-03-28 Thread Marco Atzeri
On 28.03.2022 15:36, Chad Dougherty wrote: It seems to me like the ensurepip module has some problems.  Shouldn't the following be working? $ cygcheck -c -d|grep python3 python3  3.9.10-1 python3-devel    3.9.10-1 python39 3.9.10-1 python39-devel 

Re: Problems with getifaddrs

2021-07-29 Thread Ken Brown via Cygwin
On 7/26/2021 7:04 PM, Andrey Repin wrote: There's actually no IP address assigned to TAP55, which could be reported as 0/0. Follow-up for the sake of the archives: The question I raised is whether getifaddrs *should* report an IP address of 0/0 in this case. After checking what happens on L

Re: Problems with getifaddrs

2021-07-26 Thread Andrey Repin
Greetings, Ken Brown! > While investigating emacs test failures, I found two problems with the > interfaces returned by getifaddrs(3): > 1. For an IPv6 interface, the netmask address family is always 0 instead of > AF_INET6. > 2. For a disconnected interface, the IPv4 address and netmask are s

Re: Problems with native Unix domain sockets on Win 10/2019

2021-02-08 Thread Ken Brown via Cygwin
On 2/7/2021 2:35 PM, Michael McMahon via Cygwin wrote: Hi Ken, Corinna Sorry for the delay in responding. I have just tested the fix and it works great. Thank you very much for looking into it. When do you think it would be available in a form that regular users would be able to update/insta

Re: Problems with native Unix domain sockets on Win 10/2019

2021-02-07 Thread Michael McMahon via Cygwin
Hi Ken, Corinna Sorry for the delay in responding. I have just tested the fix and it works great. Thank you very much for looking into it. When do you think it would be available in a form that regular users would be able to update/install? Also, one observation FYI, is that the "ls -l" com

Re: Problems with native Unix domain sockets on Win 10/2019

2021-02-01 Thread Corinna Vinschen via Cygwin
On Feb 1 10:04, Ken Brown via Cygwin wrote: > On 1/31/2021 6:30 PM, Michael McMahon wrote: > > Thanks for taking this up again. While I had thought it was a Windows > > bug, and it is arguable, but at least there is a reasonable workaround > > for it. I'd be happy to test an update you have for it

Re: Problems with native Unix domain sockets on Win 10/2019

2021-02-01 Thread Ken Brown via Cygwin
On 1/31/2021 6:30 PM, Michael McMahon wrote: Thanks for taking this up again. While I had thought it was a Windows bug, and it is arguable, but at least there is a reasonable workaround for it. I'd be happy to test an update you have for it. This should now be fixed. As soon as Corinna has a

Re: Problems with native Unix domain sockets on Win 10/2019

2021-01-31 Thread Michael McMahon via Cygwin
On 30/01/2021 16:00, Ken Brown wrote: On 9/28/2020 7:03 AM, Michael McMahon wrote: On 26/09/2020 08:30, Michael McMahon via Cygwin wrote: On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/202

Re: Problems with native Unix domain sockets on Win 10/2019

2021-01-30 Thread Ken Brown via Cygwin
On 9/28/2020 7:03 AM, Michael McMahon wrote: On 26/09/2020 08:30, Michael McMahon via Cygwin wrote: On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8

Re: Problems (and a workaround) with zlib and Windows Dev Channel

2020-10-31 Thread test test via Cygwin
> I noticed that some programs that depend on zlib stopped working and started > creating stackdumps with Windows Dev Channel build 20246.1. I could not get > gdb working with zlib but I figured a workaround: I recompiled zlib with > cygport using the latest gcc (10.2.0) and copied the dll over

Re: Problems (and a workaround) with zlib and Windows Dev Channel

2020-10-31 Thread Brian Inglis
On 2020-10-31 14:19, Teemu via Cygwin wrote: > I noticed that some programs that depend on zlib stopped working and started > creating stackdumps with Windows Dev Channel build 20246.1. I could not get > gdb working with zlib but I figured a workaround: I recompiled zlib with > cygport using the

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-28 Thread Michael McMahon via Cygwin
On 26/09/2020 08:30, Michael McMahon via Cygwin wrote: On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/20

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-26 Thread Michael McMahon via Cygwin
On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/25/2020 8:31 PM, Duncan Roe wrote: On Fri, Sep 25, 2020 at 04:30:45PM -0400, cygwin wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Duncan Roe
On Fri, Sep 25, 2020 at 04:30:45PM -0400, cygwin wrote: > On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: > > On 9/25/2020 10:29 AM, Michael McMahon wrote: > > > > > > > > > On 25/09/2020 14:19, Ken Brown wrote: > > > > On 9/24/2020 8:01 AM, Michael McMahon wrote: > > > > > > > > > > > > > > > On

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Eliot Moss
On 9/25/2020 12:13 PM, Michael McMahon wrote: We're just trying to compile a test case and I checked that the command line I sent does work. So, I think that it okay. But, the original problem is with the Cygwin command line tools. Well, it's not a problem with the tools (IMO), it's that the pa

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Michael McMahon via Cygwin
We're just trying to compile a test case and I checked that the command line I sent does work. So, I think that it okay. But, the original problem is with the Cygwin command line tools. Michael. On 25/09/2020 15:37, Eliot Moss wrote: Native Windows is not Cygwin ... If you have a problem in t

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Eliot Moss
Native Windows is not Cygwin ... If you have a problem in the native Windows environment, that would be with Microsoft, not Cygwin. If you're compiling for Cygwin, you need to use the CYgwin tool chain. Eliot Moss -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Michael McMahon via Cygwin
On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native Uni

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native Unix domain sockets (a recent feature in Wind

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-24 Thread Brian Inglis
On 2020-09-24 06:01, Michael McMahon via Cygwin wrote: > > > On 24/09/2020 12:26, Ken Brown wrote: >> On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: >>> Hi, >>> >>> I searched for related issues but haven't found anything. >>> >>> I am having some trouble with Windows native Unix domain

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-24 Thread Michael McMahon via Cygwin
On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native Unix domain sockets (a recent feature in Windows 10 and 2019 server) and Cygwin. I think I

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-24 Thread Ken Brown via Cygwin
On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native Unix domain sockets (a recent feature in Windows 10 and 2019 server) and Cygwin. I think I possibly know the cause since I had to in

Re: Problems with a combination of a mingw program, mintty, and CYGWIN=disable_pcon

2020-05-07 Thread André Bleau via Cygwin
Takashi Yano wrote: Hi André, Thanks for the report. On Thu, 7 May 2020 03:38:25 + André Bleau via Cygwin wrote: > Hi cygwin users, > > I have cli program that I run with mintty. It is a simple C++ program, > reading from cin and outputing to cout. I

Re: Problems with a combination of a mingw program, mintty, and CYGWIN=disable_pcon

2020-05-07 Thread Takashi Yano via Cygwin
Hi André, Thanks for the report. On Thu, 7 May 2020 03:38:25 + André Bleau via Cygwin wrote: > Hi cygwin users, > > I have cli program that I run with mintty. It is a simple C++ program, > reading from cin and outputing to cout. It is cross-compiled as a mingw > program. I've been running

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-24 Thread Mark Hansen
On 4/23/2020 11:57 AM, Norton Allen wrote: I also have had to deal with this problem. You should certainly read https://cygwin.com/cygwin-ug-net/ntsec.html. After much experimenting and consultation with Corinna, we decided the best solution for me was: * Create /etc/passwd and /etc/group

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Brian Inglis
On 2020-04-23 15:50, Mark Hansen wrote: > On 4/23/2020 12:30 PM, Marco Atzeri via Cygwin wrote: >> Am 23.04.2020 um 21:19 schrieb Marco Atzeri: >>> Am 23.04.2020 um 17:25 schrieb Mark Hansen: On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: > Am 23.04.2020 um 13:54 schrieb Mark Hansen:

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Mark Hansen
On 4/23/2020 12:30 PM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 21:19 schrieb Marco Atzeri: Am 23.04.2020 um 17:25 schrieb Mark Hansen: On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Achim Gratz
Mark Hansen writes: > I think Windows knows who I am. I log into the machine using my normal domain > login > credentials. The machine looks the way it does when I log in when the machine > is in the > office - the desktop is the same, etc. - it's not acting like I'm a new user > or anything > l

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 21:19 schrieb Marco Atzeri: Am 23.04.2020 um 17:25 schrieb Mark Hansen: On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 lap

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 17:25 schrieb Mark Hansen: On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Norton Allen
On 4/23/2020 2:10 PM, Mark Hansen wrote: On 4/23/2020 10:26 AM, ASSI wrote: Mark Hansen writes: Here is my user id (from the id command) when I log in from the office: uid=1293438(Mark.Hansen) gid=1049089(Domain Users) ... Here is the same when I've logged in with the machine at home: uid=12

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Mark Hansen
On 4/23/2020 10:26 AM, ASSI wrote: Mark Hansen writes: Here is my user id (from the id command) when I log in from the office: uid=1293438(Mark.Hansen) gid=1049089(Domain Users) ... Here is the same when I've logged in with the machine at home: uid=1293438(MAN+User(244862)) gid=1293438 (MAN)

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread ASSI
Mark Hansen writes: > Here is my user id (from the id command) when I log in from the office: > > uid=1293438(Mark.Hansen) gid=1049089(Domain Users) ... > > Here is the same when I've logged in with the machine at home: > > uid=1293438(MAN+User(244862)) gid=1293438 > > (MAN) is the domain. That li

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Mark Hansen
On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log into the machine using my corporate domain ac

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log into the machine using my corporate domain account. When I log into the machine from my office, ev

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Mark Hansen
On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log into the machine using my corporate domain account. When I log into the machine from my office, everything Cygwin works fine. When I log into

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-21 Thread Mark Hansen
On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log into the machine using my corporate domain account. When I log into the machine from my office, everything Cygwin works fine. When I log into my laptop from home (which I'm working fr

Re: Problems using Qt5 and Apache Thrift

2020-03-30 Thread PAULUS, Raimund, TI-ABN
> make install Greetings Raimund Paulus > -Ursprüngliche Nachricht- > Von: Cygwin [mailto:cygwin-boun...@cygwin.com] Im Auftrag von PAULUS, > Raimund, TI-ABN > Gesendet: Donnerstag, 26. März 2020 07:59 > An: 'cygwin@cygwin.com' > Betreff: Re: Prob

Re: Problems with cursor position and hotkey commands in nano v.4.3

2020-03-26 Thread Brian Inglis
On 2020-03-26 06:38, Fergus Daly via Cygwin wrote: >>> Anybody else having problems with cursor position and hotkey commands in >>> nano v.4.3? > > Further to above, and a bit different: > I downloaded the current nano-4.9.tgz from source, extracted the source files > and within Cygwin ran the

Re: Problems using Qt5 and Apache Thrift

2020-03-25 Thread PAULUS, Raimund, TI-ABN
lient cannot continue. Every client has its own service. Greetings Ramund Paulus > -Ursprüngliche Nachricht- > Von: Andrey Repin [mailto:anrdae...@yandex.ru] > Gesendet: Mittwoch, 25. März 2020 12:13 > An: PAULUS, Raimund, TI-ABN; cygwin@cygwin.com > Betreff: Re: Problems

Re: Problems using Qt5 and Apache Thrift

2020-03-25 Thread PAULUS, Raimund, TI-ABN
Supplement to my first email: the ascii-interface is created with libcurses. > -Ursprüngliche Nachricht- > Von: Andrey Repin [mailto:anrdae...@yandex.ru] > Gesendet: Mittwoch, 25. März 2020 12:13 > An: PAULUS, Raimund, TI-ABN; cygwin@cygwin.com > Betreff: Re: Problems using

Re: Problems using Qt5 and Apache Thrift

2020-03-25 Thread Andrey Repin
Greetings, PAULUS, Raimund, TI-ABN! > Problems using Qt5 and Apache Thrift ...snip... > Now i want to implement the interface parts with Qt 5. Here is the new > program sequence: > //-- > program starts > step 1: make

Re: Problems seeing/mounting partitions from ssh

2019-07-19 Thread Achim Gratz
Henry S. Thompson writes: > Achim Gratz writes: > >> Henry S. Thompson writes: >>> But if I come in to this machine via ssh (public key or password), the >>> virtual partitions are lost: >> >> That's how Windows is designed. If you have no desktop session, then >> none of the associated setups are

Re: Problems seeing/mounting partitions from ssh

2019-07-19 Thread Henry S. Thompson
Erik Soderquist writes: > On Thu, Jul 18, 2019 at 5:29 PM Erik Soderquist wrote: >> You may be able to work around this by adding the subst command to >> your .profile, but should not expect subst commands from one user >> session to be visible in another user session. > > I just tested, and yes,

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Erik Soderquist
On Thu, Jul 18, 2019 at 5:29 PM Erik Soderquist wrote: > You may be able to work around this by adding the subst command to > your .profile, but should not expect subst commands from one user > session to be visible in another user session. I just tested, and yes, executing the subst commands with

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Erik Soderquist
On Thu, Jul 18, 2019 at 5:04 PM Henry S. Thompson wrote: > > Achim Gratz writes: > > > Henry S. Thompson writes: > >> But if I come in to this machine via ssh (public key or password), the > >> virtual partitions are lost: > > > > That's how Windows is designed. If you have no desktop session, the

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Henry S. Thompson
Achim Gratz writes: > Henry S. Thompson writes: >> But if I come in to this machine via ssh (public key or password), the >> virtual partitions are lost: > > That's how Windows is designed. If you have no desktop session, then > none of the associated setups are triggered. Not to dismiss your po

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Achim Gratz
Henry S. Thompson writes: > But if I come in to this machine via ssh (public key or password), the > virtual partitions are lost: That's how Windows is designed. If you have no desktop session, then none of the associated setups are triggered. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neu

Re: Problems with "Hello, World!"

2019-03-25 Thread Vesa P.
On Sat, 23 Mar 2019 at 10:33, Houder wrote: > Compiled "hello.c" on my 32-bits setup of Cygwin ... > > @@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin > > Ran it on my 64-bits setup of Cygwin ... > > 64-@@ ./hello-32 # prompt indicates 64-bits setup of Cygwin > > I got

Re: Problems with "Hello, World!"

2019-03-23 Thread Houder
On Sat, 23 Mar 2019 09:33:10, Houder wrote: > On Sat, 23 Mar 2019 09:16:53, Houder wrote: > > > Q: where is your compiler (gcc)? Evidently you are not using the compiler > > from the 64-bits setup ... > > > > Btw, you are using an old version of Cygwin (cygwin1.dll) ... Why do you > > not updat

Re: Problems with "Hello, World!"

2019-03-23 Thread Houder
On Sat, 23 Mar 2019 09:16:53, Houder wrote: > Q: where is your compiler (gcc)? Evidently you are not using the compiler > from the 64-bits setup ... > > Btw, you are using an old version of Cygwin (cygwin1.dll) ... Why do you > not update (while also installing the 64-bits version of the compile

Re: Problems with "Hello, World!"

2019-03-23 Thread Houder
On Fri, 22 Mar 2019 16:25:08, Vesa P dot " wrote: > > Rather than describing what you did, copy and paste a shell transcript > > showing > > the commands and output from you listing the source code, compiling and > > running > > it, a long listing of the directory contents, then run > > > >

Re: Problems with "Hello, World!"

2019-03-22 Thread Achim Gratz
Vesa P. writes: > --- Process 10312 thread 24044 created > --- Process 10312 loaded C:\Users\XX\cygwin64\bin\cygwin1.dll at > 00ae > --- Process 10312 unloaded DLL at 00ae > --- Process 10312 thread 24044 exited with status 0x0 > --- Process 10312 exited with status 0xc

Re: Problems with "Hello, World!"

2019-03-22 Thread Vesa P.
Thanks Thomas Wolff, L A Walsh and Brian Inglis for your responses. I am trying to cover the most important parts in this one message to prevent the email chain from branching. On 2019-03-20 L A Walsh wrote: > Have you tried running with 'strace' to see what calls it executes?: > > strace -f

Re: Problems with "Hello, World!"

2019-03-19 Thread Brian Inglis
On 2019-03-19 15:31, Vesa P. wrote: > Hi all, > > Cygwin works great for me in providing POSIX tools for Windows, but > when I tried to to compile something of my own, I immediately ran into > problems. > > Compiling my Hello World application didn't complain but when running > it I didn't get an

Re: Problems with "Hello, World!"

2019-03-19 Thread L A Walsh
On 3/19/2019 2:31 PM, Vesa P. wrote: > > Compiling my Hello World application didn't complain but when running > it I didn't get any output. My compilation command was like this: >gcc -Wextra -Wall -o hello hello.c > And my source code is below between "---" markers: > -

Re: Problems with "Hello, World!"

2019-03-19 Thread Thomas Wolff
Am 19.03.2019 um 22:31 schrieb Vesa P.: Hi all, Cygwin works great for me in providing POSIX tools for Windows, but when I tried to to compile something of my own, I immediately ran into problems. Compiling my Hello World application didn't complain but when running it I didn't get any output.

Re: Problems with mintty jump list

2018-07-01 Thread Thomas Wolff
Am 13.05.2018 um 23:05 schrieb Michael Schaap: On 13 May 18 22:04, Thomas Wolff wrote: Thanks, maybe jumplist-started instances should implicitly inherit AppID. Probably, yes.  In fact, not just jumplist-started instances, but any instance (also the default one) opened from the task bar icon.

Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-21 Thread Corinna Vinschen
Hi Takashi, (just a sidenote: it would be nice if you would send your patches to the cygwin-patches mailing list) On Jun 20 22:18, Takashi Yano wrote: > Hi Corinna, > > On Wed, 13 Jun 2018 22:48:58 +0900 > Takashi Yano wrote: > > 1. recv() with MSG_OOB flag eats normal data if no OOB data > >

Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-20 Thread Takashi Yano
Hi Corinna, On Wed, 13 Jun 2018 22:48:58 +0900 Takashi Yano wrote: > 1. recv() with MSG_OOB flag eats normal data if no OOB data > is sent yet. > > 2. Calling recv() with MSG_OOB flag is blocked if no OOB data > is sent yet. > > 3. Calling recv() without MSG_OOB flag after receiving OOB data

Re: Problems with mintty jump list

2018-05-13 Thread Michael Schaap
On 13 May 18 22:04, Thomas Wolff wrote: Thanks, maybe jumplist-started instances should implicitly inherit AppID. Probably, yes.  In fact, not just jumplist-started instances, but any instance (also the default one) opened from the task bar icon. Are you sure --store-taskbar-properties is need

Re: Problems with mintty jump list

2018-05-13 Thread Thomas Wolff
Am 13.05.2018 um 16:37 schrieb Michael Schaap: On 13 May 18 11:45, Thomas Wolff wrote: Am 12.05.2018 um 19:15 schrieb Brian Inglis: On 2018-05-12 06:28, Michael Schaap wrote: I'm experimenting with the new mintty jump list feature, but I'm having trouble getting things working. I've added the

Re: Problems with mintty jump list

2018-05-13 Thread Michael Schaap
On 13 May 18 11:45, Thomas Wolff wrote: Am 12.05.2018 um 19:15 schrieb Brian Inglis: On 2018-05-12 06:28, Michael Schaap wrote: I'm experimenting with the new mintty jump list feature, but I'm having trouble getting things working. I've added the following to my .minttyrc: TaskCommands=de

Re: Problems with mintty jump list

2018-05-13 Thread Thomas Wolff
Am 12.05.2018 um 19:15 schrieb Brian Inglis: On 2018-05-12 06:28, Michael Schaap wrote: I'm experimenting with the new mintty jump list feature, but I'm having trouble getting things working. I've added the following to my .minttyrc:     TaskCommands=default:-p 100,100;myserver:-p bottom -p rig

Re: Problems with mintty jump list

2018-05-12 Thread Brian Inglis
On 2018-05-12 06:28, Michael Schaap wrote: > I'm experimenting with the new mintty jump list feature, but I'm having > trouble > getting things working. > I've added the following to my .minttyrc: >     TaskCommands=default:-p 100,100;myserver:-p bottom -p right -o > BackgroundColour=255,250,230 -

Re: problems trying to use John The Ripper in Windows 10...program said to inform this address

2017-10-08 Thread Eliot Moss
On 10/8/2017 6:31 PM, Robert Gordon wrote: here is the error it keeps giving me: 1 [main] john 3628 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com please let me know w2hat I can do to fix this issue as I would

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Jim Reisert AD1C
On Mon, Sep 11, 2017 at 11:51 AM, Achim Gratz wrote: > Unless you know what you're doing and can navigate the inevitable > obstacles, do not use cpan on Cygwin. I have been building Perl packages for years without problems. I use WWW::Mechanize in several programs, and it has a lot of pre-requis

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Achim Gratz
Jim Reisert AD1C writes: > After upgrading to g++ (GCC) 6.4.0, I am being forced to > reload/rebuild a bunch of Perl modules that had been working fine. I > had the same issue with GCC 6.3. One module is particularly > troublesome. I have the openssl library installed. This is with the > 64-bit

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Ken Brown
On 9/11/2017 12:33 PM, Jim Reisert AD1C wrote: @INC contains: /usr/lib/perl5/site_perl/5.24/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.24 /usr/lib/perl5/vendor_perl/5.24/x86_64-cygwin-threads /usr/lib/perl5/vendor_perl/5.24 /usr/lib/perl5/5.24/x86_64-cygwin-threads /usr/lib/perl5/5.24 . I

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Jim Reisert AD1C
I now realize that Net::SSLeay and LWP::Protocol::https are both pre-compiled modules that I can download from Cygwin. But even after re-installing LWP::Protocol::https, my Perl program still won't run: Can't locate LWP/Protocol/https.pm in @INC (you may need to install the LWP::Protocol::https m

Re: Problems with ssh-host-config and /var/run directory

2017-05-26 Thread Brian Inglis
On 2017-05-26 15:21, Henning Peters wrote: > Am 25.05.17 23:36, schrieb Brian Inglis: >> On 2017-05-25 13:24, Henning Peters wrote: >>> I switched from 32bit to 64 bis a week ago, moved "cygwin" to "cygwin32" and >>> reinstalled from scratch into a new "cygwin" directory. >>> when trying to setup s

Re: Problems with ssh-host-config and /var/run directory

2017-05-26 Thread Brian Inglis
On 2017-05-25 15:36, Brian Inglis wrote: > On 2017-05-25 13:24, Henning Peters wrote: >> I switched from 32bit to 64bit a week ago, moved "cygwin" to >> "cygwin32" and reinstalled from scratch into a new "cygwin" >> directory. >> when trying to setup sshd using ssh-host-config, I get this message

Re: Problems with ssh-host-config and /var/run directory

2017-05-25 Thread Brian Inglis
On 2017-05-25 13:24, Henning Peters wrote: > I switched from 32bit to 64 bis a week ago, moved "cygwin" to "cygwin32" and > reinstalled from scratch into a new "cygwin" directory. > when trying to setup sshd using ssh-host-config, I get this message when > using StrictModes (which I want to and did

Re: Problems with ssh-host-config and /var/run directory

2017-05-25 Thread Hans-Bernhard Bröker
Am 25.05.2017 um 21:24 schrieb Henning Peters: Hi, I switched from 32bit to 64 bis a week ago, moved "cygwin" to "cygwin32" and reinstalled from scratch into a new "cygwin" directory. I don't think that was a good strategy. Cygwin does use some registry entries pointing to absolute paths, i.

Re: Problems opening pipes in binary mode

2017-03-05 Thread Brian Inglis
On 2017-03-05 09:03, Dr Rainer Woitok wrote: > after some discussion the packages "awk", "grep", and "sed" were recent- > ly updated to open pipes in binary mode only. I do not want to revive > the discussion about pros and cons, I just want to make known how this > change broke one of my scri

Re: Problems with ssh-host-config on Windows 10

2017-02-12 Thread Corinna Vinschen
On Feb 6 10:51, Erik Bray wrote: > On Thu, Feb 2, 2017 at 2:08 PM, Corinna Vinschen > wrote: > > On Feb 2 12:19, Erik Bray wrote: > >> The problem seems to be stemming from some assumptions in: > >> /usr/share/csih/cygwin-service-installation-helper.sh > >> > >> It creates the "privileged user"

Re: Problems with ssh-host-config on Windows 10

2017-02-06 Thread Erik Bray
On Thu, Feb 2, 2017 at 2:08 PM, Corinna Vinschen wrote: > On Feb 2 12:19, Erik Bray wrote: >> Hi all, >> >> I've been trying to get a Cygwin sshd server running on a Windows 10 >> VM, and have found it to be surprisingly tricky without some >> additional fiddling, and it's not clear to me whether

Re: Problems with ssh-host-config on Windows 10

2017-02-02 Thread Corinna Vinschen
On Feb 2 12:19, Erik Bray wrote: > Hi all, > > I've been trying to get a Cygwin sshd server running on a Windows 10 > VM, and have found it to be surprisingly tricky without some > additional fiddling, and it's not clear to me whether that's expected > or if it's a bug. I've attached the cygchec

Re: Problems with Qt5's QDesktopServices::openUrl()

2016-03-11 Thread Dr Rainer Woitok
Yaakov, On Thursday, 2016-03-10 16:30:40 -0600, you wrote: > ... > Have you tried the same on Linux? No. Simply because I do not have any access to a Linux box. Sincerely, Rainer -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

Re: Problems with Qt5's QDesktopServices::openUrl()

2016-03-10 Thread Yaakov Selkowitz
On 2016-03-10 09:29, Dr Rainer Woitok wrote: On Wednesday, 2016-03-09 23:54:04 -0600, you wrote: On 2016-03-05 09:02, Dr Rainer Woitok wrote: currently I have two applications which I compiled myself under Cygwin: GPSBabel and QMapShack. Both use Qt5, both provide online help via the browser

Re: Problems with Qt5's QDesktopServices::openUrl()

2016-03-10 Thread Dr Rainer Woitok
Yaakov, On Wednesday, 2016-03-09 23:54:04 -0600, you wrote: > On 2016-03-05 09:02, Dr Rainer Woitok wrote: > > currently I have two applications which I compiled myself under Cygwin: > > GPSBabel and QMapShack. Both use Qt5, both provide online help via the > > browser, and both fail doing so

Re: Problems with Qt5's QDesktopServices::openUrl()

2016-03-09 Thread Yaakov Selkowitz
On 2016-03-05 09:02, Dr Rainer Woitok wrote: currently I have two applications which I compiled myself under Cygwin: GPSBabel and QMapShack. Both use Qt5, both provide online help via the browser, and both fail doing so in my environment. The version of my various Qt5 packages is 5.5.1-1.

  1   2   3   4   5   6   7   8   9   10   >