Re: Computer Science

2024-10-16 Thread Mike Yearwood via Cygwin
The education of and practice of software is glaringly lax and we have the collective power to fix it. On Wed, Oct 16, 2024, 10:42 p.m. Eliot Moss wrote: > On 10/16/2024 6:42 PM, Mike Yearwood via Cygwin wrote: > > I took over a 3 year long project. The previous programmer painted

Re: Computer Science

2024-10-16 Thread Mike Yearwood via Cygwin
I took over a 3 year long project. The previous programmer painted himself into a corner and found me. I showed my work to the client. The other programmer was retiring. In 4 months, I rebuilt his 3 years work. During the next 8 months, I finished and expanded the project for a total of $80k. Clien

Re: libguile package | dlopen: no such file: guile-readline.dll

2024-01-06 Thread Mike Gran via Cygwin
>On Saturday, January 6, 2024 at 01:45:09 AM PST, marco atzeri via Cygwin > wrote: >On Sat, 6 Jan 2024, 10:28 Brian Inglis via Cygwin,  wrote: >> On 2024-01-05 18:07, asebian via Cygwin wrote: >> > package: liguile3.0_1 >> > version: 3.0.9-2 >> > >> > >> > Problem >> > >> > Load

Re: Another confusing error from someone else's Cygwin setup

2023-06-26 Thread Mike Gran via Cygwin
you transfer something to windows: git or ftp just to name a few. You both could try running "bash --version".  The first line should say something like "GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin)" Note the "pc-cygwin" at the end. HTH, Mike Gran --

Re: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-16 Thread Mike Gran via Cygwin
with MINGW to allow it to run bash and other coreutils. MSYS has its own location for '/usr/bin', which is probably c:/msys64/usr/bin or similar. It won't look in c:/cygwin64 by default. Just a guess, but, hope this helps. -Mike Gran -- Problem reports: https://cygwin.com

On abstract sockets

2023-06-06 Thread Mike Gran via Cygwin
pty path causes errno ENOENT. Also, it seems unclear if winsock2 sockets supports abstract sockets anyway. Thanks, Mike Gran // tmp.c #include #include #include #include int main() {     int s;     struct sockaddr_un name;     int ret;     s = socket(AF_UNIX, SOCK_STREAM, 0);     if

Re: [ANNOUNCEMENT] Updated: guile-3.0.9-2

2023-06-01 Thread Mike Gran via Cygwin
On Thu, Jun 01, 2023 at 07:51:55AM +0200, Marco Atzeri via Cygwin wrote: > Hi Mike, > download the source package. > You can use setup to install it or going directly to one of the mirror like > > https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/guile3.0/ > > Al

Re: [ANNOUNCEMENT] Updated: guile-3.0.9-2

2023-05-31 Thread Mike Gran via Cygwin
ithub.com/spk121/guile/blob/main-patches/.github/workflows/windows-cygwin.yml Regards, Mike Gran -- 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: newlib-cygwin.git repository: Switching "master" to "main"

2023-01-13 Thread Mike Frysinger via Cygwin
thanks for doing this! -mike signature.asc Description: PGP signature -- 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: guile 3.0.8: readline does not work - patch with also other fixes

2022-10-04 Thread Mike Gran via Cygwin
"cygfoo.dll" outrank "cygfoo-1.dll", or is it the opposite? Is there some Cygwin library function that will do this search for me that I should know about? As for the other patches to upstream Guile, if no one else is working on it, I'll see what I can do. But in the mea

cygwin , Hello

2022-06-07 Thread Mike Adams
Cygwin https://www.google.com/search?q=cygwin@cygwin.com Mike -- 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: [ANNOUNCEMENT] Updated: moreutils v0.67-1

2022-02-18 Thread Mike O'Brien
re to the collection, as long as they're suitably general-purpose, and don't duplicate other well-known tools. -- As H. Poirot might say—"[...] confuses the little grey cells, n'est-ce pas?" All kidding aside, thank you, Adam, for your immense contributions to the succes

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-10 Thread Mike Kaganski via Cygwin
On 08.06.2021 14:37, L A Walsh wrote: On 2021/06/06 23:59, Mike Kaganski via Cygwin wrote: Hello, Running Cygwin 3.1.7-1 on Windows 10 Version 21H1 (OS Build 19043.985), I have this issue: when I start Cygwin's Python, I have correct time reported: But running Python for Window

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-08 Thread Mike Kaganski via Cygwin
nning under some merge of both.  Have you asked the python people about this problem? What did they suggest? FTR: filed https://bugs.python.org/issue44352. -- Best regards, Mike Kaganski -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.co

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-08 Thread Mike Kaganski via Cygwin
e believes that person doesn't want to answer, it's better to just not answer, then claim that the question is inappropriate. Anyways, thank you again for the hint that helped me to workaround the problem - unsetting the TZ. -- Best regards, Mike Kaganski. -- Pro

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-08 Thread Mike Kaganski via Cygwin
32, 13, 605201) Thank you again! This is enough workaround for now. I somehow overlooked it, when tried with TZ set to UTC. Shame on me :-) -- Best regards, Mike Kaganski -- 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: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-08 Thread Mike Kaganski via Cygwin
On 08.06.2021 16:04, L A Walsh wrote: On 2021/06/08 05:28, Mike Kaganski wrote: No, I report a problem that a native program runs incorrectly *under Cygwin*, because Cygwin is indeed part of the picture. --- The problem is in the MS-Win term program.  If you report it to them and tell

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-08 Thread Mike Kaganski via Cygwin
On 08.06.2021 14:37, L A Walsh wrote: On 2021/06/06 23:59, Mike Kaganski via Cygwin wrote: Hello, Running Cygwin 3.1.7-1 on Windows 10 Version 21H1 (OS Build 19043.985), I have this issue: when I start Cygwin's Python, I have correct time reported: But running Python for Window

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-08 Thread Mike Kaganski via Cygwin
n-now-available/ba-p/2234981 -- Best regards, Mike Kaganski -- 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

Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-07 Thread Mike Kaganski via Cygwin
ting, where LibreOffice's own Python (also built natively for Windows) is used, and at some times (from 00:00 till 02:00) it reports wrong dates, which makes tests fail locally on affected systems(see [2]). Thank you! [1] https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l [2]

Re: gdb under emacs is now aborting

2021-04-27 Thread William M. (Mike) Miller via Cygwin
On Tue, Apr 27, 2021 at 3:14 PM Takashi Yano wrote: > On Tue, 27 Apr 2021 09:58:01 -0400 > "William M. \(Mike\) Miller via Cygwin" wrote: > > I refreshed my Cygwin installation over the weekend, and ever since I > have > > not been able to run gdb under emacs as I

mingw.org may be dead, but is referenced in cygwin docs

2021-03-07 Thread Mike Gran via Cygwin
Hello Cygwin- I was reading the webpage "Building and Using DLLs". That page suggests looking at mingw.org for more information. mingw.org is no more. I don't know when or if it will return. Thanks, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

please help - "No Solution" - solves using astrometry.net

2021-03-06 Thread Mike
--no-plots -N -H 40 -L 15 -r --objs 100 -L 15 -H 40 -u arcminwidth -z 2 -D \"`cygpath -a \"c:/users/mike/appdata/local/temp/solverj66yl4/0\"`\" \"`cygpath -a \"c:/users/mike/appdata/local/temp/camnhl0cj/Maxim.fit\"`\" 2021-03-07 00:08:22,430 - astrotortil

Re: Failed assertion dialog box

2020-11-15 Thread William M. (Mike) Miller via Cygwin
n cygwin or in mintty. Maybe this is something that > Thomas Wolff (mintty author) or Takashi Yano (pseudo-console support > expert) would want to look at. > That seems like useful information. However, my experience is a bit different; I get the popup regardless of whether the CY

Re: Failed assertion dialog box

2020-11-15 Thread William M. (Mike) Miller via Cygwin
> > Thanks for your reply; unfortunately, yes, it does. I had refreshed > > the installation fairly recently, and running the installer only updated > a > > few things, not cygwin.dll and not gcc; my installation is the same as > > yours. I've tried it with three diffe

Re: Failed assertion dialog box

2020-11-14 Thread William M. (Mike) Miller via Cygwin
On Sat, Nov 14, 2020 at 10:26 AM Lemures Lemniscati via Cygwin < cygwin@cygwin.com> wrote: > On Sat, 14 Nov 2020 09:12:11 -0500, William M. (Mike) Miller > > On Sat, Nov 14, 2020 at 12:39 AM Lemures Lemniscati via Cygwin < > > cygwin@cygwin.com> wrote: > > > &g

Re: Failed assertion dialog box

2020-11-14 Thread William M. (Mike) Miller via Cygwin
C) 10.2.0 > > CYGWIN_NT-10.0 XXX 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin > > mintty 3.4.1 (x86_64-pc-cygwin) > > > > - André Bleau > > It works fine for me. > Can you check 'gcc -M assert.cpp' ? > My result is: > > $ gcc -M assert.cpp > as

Re: Failed assertion dialog box

2020-11-13 Thread William M. (Mike) Miller via Cygwin
, it does. I had refreshed the installation fairly recently, and running the installer only updated a few things, not cygwin.dll and not gcc; my installation is the same as yours. I've tried it with three different shells (tcsh, bash, mksh) and with both gcc and clang, and all have the sa

Failed assertion dialog box

2020-11-13 Thread William M. (Mike) Miller via Cygwin
as desired with no dialog box. Is there an environment setting or compiler command-line option I can give to suppress the dialog box and always just write a message to stderr and abort? Thanks for any insights. -- William M. (Mike) Miller | Edison Design Group william.m.mil...@gmail.com

Re: Regarding openssh 8.1p1-1 access

2020-11-10 Thread Mike O'Brien via Cygwin
n.com/ml/#unsubscribe-simple @Sudhanshu — I really have no idea, but his_might_ be helpful:*Cygwin Time Machine*: http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html — Mike -- Mater mea, et are Hibernica Pater...et Ego Hibernica quoque! -- Problem reports: https://cygwi

Re: Need upgrade/update advice/procedures: Cygwin32 to Cygwin64

2020-08-15 Thread Mike O'Brien via Cygwin
On 8/13/2020 3:10 PM, Marco Atzeri via Cygwin wrote: On 13.08.2020 20:25, Mike O'Brien via Cygwin wrote: My first and only post — I would like to upgrade/update/switch from Cygwin32 to Cygwin64 (on Win 7x64, sp1) and I'm not so sure what all the likely pitfalls may be. Would appr

Need upgrade/update advice/procedures: Cygwin32 to Cygwin64

2020-08-13 Thread Mike O'Brien via Cygwin
hed around and pieced together a few insights, but I would be remiss not to ask here... TIA. Mike O'B. -- Mater mea, et are Hibernica Pater, et Ego Hibernica quoque! -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentatio

Re: Command expansion inside for loop

2020-07-07 Thread Mike Brown
On Tue, Jul 07, 2020 at 04:45:28PM -0500, Mike Brown wrote: > On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > > Several years ago I was provided with info on how to get command expansion > > to work inside for loops. I run under Zsh. It was done for the install >

Re: Command expansion inside for loop

2020-07-07 Thread Mike Brown
On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > Several years ago I was provided with info on how to get command expansion > to work inside for loops. I run under Zsh. It was done for the install that > I have under XP. I've since installed cygwin under Win7-64 a

Command expansion inside for loop

2020-07-07 Thread Mike Brown
Several years ago I was provided with info on how to get command expansion to work inside for loops. I run under Zsh. It was done for the install that I have under XP. I've since installed cygwin under Win7-64 and want to get the expansion working again, but do not remember what was done to get

Use cygwin to run autotools for MSVC?

2020-03-26 Thread Mike Gran via Cygwin
Hi- Is it possible use Cygwin to run an autotools 'configure' script but have the compiler be MSVC? Thanks, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https

Re: After cygwin upgrade, Emacs shell buffers with colors are corrupted

2020-03-19 Thread William M. (Mike) Miller via Cygwin
t didn't appear to work. > > I've verified that setting the CYGWIN variable globally to "disable_pcon" > has resolved the problem. > This is what I did as well to address the problem of M-x gdb not working in emacs in a new Cygwin installation. I don't know what I

Re: Emacs gud not working on new installation

2020-03-05 Thread William M. (Mike) Miller
On Thu, Mar 5, 2020 at 5:40 AM Takashi Yano wrote: > On Wed, 4 Mar 2020 10:39:11 -0500 > "William M. (Mike) Miller" wrote: > > On Wed, Mar 4, 2020 at 9:58 AM Ken Brown wrote: > > > > > On 3/4/2020 9:44 AM, William M. (Mike) Miller wrote: > > > >

Re: Emacs gud not working on new installation

2020-03-04 Thread William M. (Mike) Miller
On Wed, Mar 4, 2020 at 9:58 AM Ken Brown wrote: > On 3/4/2020 9:44 AM, William M. (Mike) Miller wrote: > > I installed Cygwin on a new computer last weekend. On my previous > computer, > > I used gud with gdb in emacs (M-x gdb) for debugging. However, on the new > > compu

Emacs gud not working on new installation

2020-03-04 Thread William M. (Mike) Miller
to the right of the last character of the previous line instead of beginning in column 0, as it did on the old computer. Any suggestions for how to diagnose or fix the problem would be most appreciated. -- William M. (Mike) Miller | Edison Design Group william.m.mil...@gmail.com -- Problem

makecab.exe hangs on cygwin 3.1

2020-01-09 Thread Mike Kaganski
/test.pm The text "makecab finished!" never appears with cygwin 3.1; it appears as expected (several seconds, most of which is creation of random test data) with cygwin 3.0.7-1. Note that the test creates two files in current directory: test.bin, and (if succeeds) test.bi_ -- Best re

Re: Unexpected output from curl and wttr.in

2019-12-23 Thread Mike MacEachern
On 12/22/2019 6:21 AM, Marco Atzeri wrote: > Am 22.12.2019 um 07:00 schrieb Brian Inglis: >> On 2019-12-20 19:13, Marco Atzeri wrote: >>> Am 20.12.2019 um 23:42 schrieb Mike MacEachern: >>>> On 12/20/2019 2:36 PM, Marco Atzeri wrote: >>>>> Am 20.12.2019

Re: Unexpected output from curl and wttr.in

2019-12-20 Thread Mike MacEachern
On 12/20/2019 2:36 PM, Marco Atzeri wrote: > Am 20.12.2019 um 17:29 schrieb Csaba Raduly: >> On Thu, Dec 19, 2019 at 3:10 PM Mike MacEachern >> >> wrote: >> >>> I'm currently at a loss with how curl is parsing wttr.in.  Now I've used >>> it

Unexpected output from curl and wttr.in

2019-12-19 Thread Mike MacEachern
I'm currently at a loss with how curl is parsing wttr.in. Now I've used it without in the past, but it seems right now it's really struggling. I've checked and echo $LANG reports en_US.UTF-8 just in case that was the issue but it's not. Now I've tried both mintty and the Windows console (and chan

Re: Question about D-Bus and cygrunsrv

2019-10-22 Thread Mike Brady
s://github.com/mikebrady/gdbus-example> -- this uses the GDbus library from GIO and works in Linux but not in Cygwin. Best wishes Mike > On 22 Oct 2019, at 15:07, Mike Brady wrote: > > Hello again. > > I've returned to this continuing problem and come up with a short piec

Re: Question about D-Bus and cygrunsrv

2019-10-22 Thread Mike Brady
jects and include config and policy files. I'd be happy to share or publish them wherever convenient... Regards Mike > On 22 Feb 2019, at 09:55, Corinna Vinschen wrote: > > Hey Mike, > > On Feb 21 16:56, Mike Brady wrote: >> Hello again. Further to the rather

Re: Why is __unix__ defined, and not __WINDOWS__ ?

2019-05-12 Thread Mike Gran via cygwin
Otherwise, undefined I am not a maintainer. - Mike Gran -- 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

Docker, containers, and Cygwin

2019-03-22 Thread Mike Gran via cygwin
(Of course, the file and socket I/O may be intercepted by the container depending on its permissions.) Unfortunately, there doesn't seem to be handy reference about how Windows Docker containers work. Anyway, that's today's musing. -Mike Gran -- Problem reports: http://cygwin.c

Re: Question about D-Bus and cygrunsrv

2019-02-27 Thread Mike Brady
-based daemon. The difference between the two applications with respect to D-Bus is that Shairport Sync uses the high-level GDbus interface that is part of GIO (https://developer.gnome.org/gio/stable/ch01.html), whereas the Avahi daemon uses the dbus library directly. Mike > On 26 Feb 2019,

Re: return value of getitimer after an alarm

2019-02-24 Thread Mike Gran via cygwin
On Sun, Feb 24, 2019 at 10:18:58AM +0100, Corinna Vinschen wrote: > On Feb 23 22:58, Mike Gran via cygwin wrote: > > Hi- > > > > There is an unusual behaviour with setitimer/getitimer and I'm not > > sure if it is a bug or not. > > > > Basically, if

return value of getitimer after an alarm

2019-02-23 Thread Mike Gran via cygwin
t, in fact, it_value is the negative of the unix timestamp. Attached is a test case. Thanks, Mike Gran #include #include #include #include #include #include #include #include int loop = 1; static void handler(int sig, siginfo_t *si, void *unused) { printf("Got SIGALRM at addres

Re: Question about D-Bus and cygrunsrv

2019-02-22 Thread Mike Brady
Thanks for the response, Corinna, and the suggestion. I will do that and come back to you guys. Mike > On 22 Feb 2019, at 09:55, Corinna Vinschen wrote: > > Hey Mike, > > On Feb 21 16:56, Mike Brady wrote: >> Hello again. Further to the rather vague email below, here is

Re: Question about D-Bus and cygrunsrv

2019-02-21 Thread Mike Brady
egards Mike > On 20 Feb 2019, at 21:50, Mike Brady wrote: > > Hi there. I'm trying to set up Shairport Sync as a CYGWIN service, and I'm > trying to use cygrunsrv. > > Briefly, I can get everything to work properly except the D-Bus interface -- > when shairpo

Question about D-Bus and cygrunsrv

2019-02-20 Thread Mike Brady
oper of Shairport Sync -- https://github.com/mikebrady/shairport-sync. Best wishes Mike Brady -- 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

Zsh and wildcards

2019-02-19 Thread Mike Brown
Zsh 5.3 under Win7-64 I'm trying to do the following: mv TSMUXER/*.ac3 TSMUXER/txmuxer.ac3 The problem is the the * is not being expanded. I have no idea why not. Any tips will be appreciated. MB -- e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII 6082066...

Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread Mike Yates
Aisleriot authors, Jonathan Blandford, Felix Bellaby and Rosanna Yuen but all three emails (of 2001) bounce now, of course. Does anyone know where they are now? TIA Mike -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Missing cyggdkcardimage-0.dll for sol.exe in Aisleriot

2018-05-13 Thread Mike Yates
Yes, I need the Gnuwin DLL. It looks as if that project sort of merged into Cygwin. Do you know anyone from it? On Sat, 12 May 2018, 03:22 Brian Inglis, wrote: > On 2018-05-11 14:54, Yaakov Selkowitz wrote: > > On 2018-05-11 15:28, Brian Inglis wrote: > >> On 2018-05-11 10:46

Missing cyggdkcardimage-0.dll for sol.exe in Aisleriot

2018-05-11 Thread Mike Yates
n the Gnuwin downloads at Sourceforge. Any chance you could just email it to me? Will I hit any more dependancies? TIA Mike -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Hi Cygwin

2018-01-31 Thread Mike Adams
sup Cygwin https://goo.gl/FYxYpG Mike -- 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 Help needed

2017-10-17 Thread Mike Adkins
It will not let me chown cyg_server /home From: Mike Adkins [mailto:bmike.adk...@gmail.com] Sent: Tuesday, October 17, 2017 11:18 AM To: cygwin@cygwin.com Subject: RE: Cygwin Help needed Any help? From: Mike Adkins [mailto:bmike.adk...@gmail.com] Sent: Monday, October 16, 2017 10:17

RE: Cygwin Help needed

2017-10-17 Thread Mike Adkins
Any help? From: Mike Adkins [mailto:bmike.adk...@gmail.com] Sent: Monday, October 16, 2017 10:17 AM To: cygwin@cygwin.com Subject: Cygwin Help needed After I installed Cygwin syslog-ng, Cygwin ssh isn't working correctly.. I am unable to change ownership or permissions.. /ho

Cygwin Help needed

2017-10-16 Thread Mike Adkins
sword. Can you help? Mike -- 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

GVIM unable to start GUI

2017-08-17 Thread Mike Rumore
I installed Cygwin yesterday and I am unable to startup GVIM in a separate window. I verified Xwin is running and I tried a few different types of DISPLAY; :0 :0;0 localhost:0.0 (with the XWin server started with -listen inet) All failed with the following errors: Vim: Caught deadly signal SEGV.

Re: clean uninstall

2017-07-29 Thread mike
On 28/07/2017 15:13, mike wrote: On 28/07/2017 15:06, Ken Brown wrote: On 7/28/2017 9:58 AM, mike wrote: Hello I have deleted all but var and dev from my C:\cygwin folder (which was quite painful and time-consuming BTW) and then moved the cygwin folder to my Documents folder and then

Re: clean uninstall

2017-07-28 Thread mike
On 28/07/2017 15:06, Ken Brown wrote: On 7/28/2017 9:58 AM, mike wrote: Hello I have deleted all but var and dev from my C:\cygwin folder (which was quite painful and time-consuming BTW) and then moved the cygwin folder to my Documents folder and then deleted a Cygwin desktop icon and two

clean uninstall

2017-07-28 Thread mike
elective install rather than installing whole Categories as I have before. Thanks very much in advance for any help. I would appreciate replies from multiple people to make sure that the advice I'm getting is generally agreed upon. Mike -- I *AM* a unique and special snowflake -- Pr

Re: "rebase-trigger full"

2017-07-25 Thread mike
On 25/07/2017 19:29, Achim Gratz wrote: mike writes: Maybe there are just way more dlls than I ever realised. There certainly are. This is why it's absolutely not recommended to install everything ("Full") or whole categories these days, at least not for a 32bit installation.

Re: "rebase-trigger full"

2017-07-25 Thread mike
On 25/07/2017 15:29, Marco Atzeri wrote: On 25/07/2017 16:12, mike wrote: On 25/07/2017 11:17, mike wrote: On 25/07/2017 06:21, Brian Inglis wrote: Thanks very much for that Brian. That seems to have done the trick. It's solved part of my problems anyway. However why does rebasing

Re: "rebase-trigger full"

2017-07-25 Thread mike
On 25/07/2017 11:17, mike wrote: On 25/07/2017 06:21, Brian Inglis wrote: On 2017-07-24 22:55, mike wrote: Can someone please tell me how to do that. Thanks very much in advance Type the command within the double quotes at a Cygwin shell command prompt, with your Cygwin bin directory in your

Re: "rebase-trigger full"

2017-07-25 Thread mike
On 25/07/2017 06:21, Brian Inglis wrote: On 2017-07-24 22:55, mike wrote: Can someone please tell me how to do that. Thanks very much in advance Type the command within the double quotes at a Cygwin shell command prompt, with your Cygwin bin directory in your PATH. Then shutdown all Cygwin

"rebase-trigger full"

2017-07-24 Thread mike
Can someone please tell me how to do that. Thanks very much in advance Mike -- I *AM* a unique and special snowflake -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: how to access and display apps that I've launched

2017-07-24 Thread mike
On 24/07/2017 18:02, Brian Inglis wrote: On 2017-07-23 13:18, mike wrote: On 23/07/2017 19:14, Brian Inglis wrote: On 2017-07-23 11:39, mike wrote: On 23/07/2017 16:58, Jack wrote: On 2017.07.23 08:32, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run

Re: how to access and display apps that I've launched

2017-07-24 Thread mike
rebase issue. Ken It's not a .startxwinrc problem because I don't have one. Also I was trying to access the apps from the notification area I just wasn't calling it the right thing. I wasn't trying to access anything by the very top icon. In the notification area amo

Re: how to access and display apps that I've launched

2017-07-23 Thread mike
On 23/07/2017 19:14, Brian Inglis wrote: On 2017-07-23 11:39, mike wrote: On 23/07/2017 16:58, Jack wrote: On 2017.07.23 08:32, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I

Re: how to access and display apps that I've launched

2017-07-23 Thread mike
On 23/07/2017 16:58, Jack wrote: On 2017.07.23 08:32, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I get the icon at the very top middle of the screen and can then go into the

how to access and display apps that I've launched

2017-07-23 Thread mike
ld be very grateful for any help. Thanks in advance. Mike -- I *AM* a unique and special snowflake -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin

Re: rxvt won't stay running

2017-06-23 Thread Mike Brown
On Fri, Jun 23, 2017 at 03:31:05PM +0100, Jon Turney wrote: > See https://cygwin.com/ml/cygwin-announce/2016-03/msg00100.html Thanks. > To be clear: rxvt still works as an X terminal (although if you have need > of such a thing, I'd strongly suggest you stop using rxvt and instead use > somethin

Re: rxvt won't stay running

2017-06-22 Thread Mike Brown
On Thu, Jun 22, 2017 at 09:12:45AM -0500, Ren?? Berber wrote: > On 6/22/2017 4:45 AM, Mike Brown wrote: > > > I've installed the latest (as of this writing) Cygwin base and a few other > > packages. > [snip] > > Any ideas why it is failing? Something y

Re: rxvt won't stay running

2017-06-22 Thread Mike Brown
On Thu, Jun 22, 2017 at 09:48:43AM -0400, cyg Simple wrote: > On 6/22/2017 5:45 AM, Mike Brown wrote: > > I've installed the latest (as of this writing) Cygwin base and a few other > > packages. > > > > You don't say if it was 32 or 64 bit. But ... Sorry, 64

rxvt won't stay running

2017-06-22 Thread Mike Brown
I've installed the latest (as of this writing) Cygwin base and a few other packages. I have a startup batch file on my XP box that I copied over to the new Win7 box (modifying the HOME variable to match the new box). I also copied over the home directory from the XP box, so that I can get the .z*

BUG: winmain GetCommandLine only returning program name and path with no arguments

2017-05-13 Thread Mike Barry
Below is a sample program that demonstrates that the GetCommandLine function is not returning the command line arguments. I attached cygcheck.out. #include #include int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) { char* text = GetCommandLine(); pr

Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY

2017-04-18 Thread Mike Rushton
n programs will show up. -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Mike Rushton Sent: Friday, April 14, 2017 9:33 AM To: cygwin@cygwin.com Subject: Re: Can not get XWindows to Work in Cygwin/X I LOVE CYGWIN, USE IT EVERY DAY (Ok

Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY

2017-04-14 Thread Mike Rushton
(Ok I tried to send this to the list and it failed ... I had an image of my black screen in it) I still just get a blank screen. When i type xwin or startxwin . I found instructions to look for the variable "tty" under Windows Environment Variables in Control Panel and remove it but i

sshd and PuTTY and Windows firewall

2017-01-07 Thread mike
hines on my local network (behind the router). This is a concern because since the machine is a laptop I might connect to the net with wifi in a coffee shop for example. Can someone give me a clue as to what's going on please? What am I looking for? i'm sure I must just be m

Re: can't run cygwin emacs or XWin Server

2016-12-28 Thread mike
On 25/12/2016 23:49, Ken Brown wrote: On 12/25/2016 5:59 PM, mike wrote: On 25/12/2016 15:13, Marco Atzeri wrote: On 25/12/2016 13:55, mike wrote: I run 32 bit cygwin on a 64 bit machine running Windows 7. I used to get an XWin Server terminal running bash at startup (logging into Windows

Re: can't run cygwin emacs or XWin Server

2016-12-26 Thread mike
Hi Marco okay my mistake sorry I made a mistake. I've re-posted to the list. Best regards and thanks for your help Mike On 25/12/2016 16:29, Marco Atzeri wrote: Reply in the mailing list please. On 25/12/2016 17:00, mike wrote: On 25/12/2016 15:13, Marco Atzeri wrote: On 25/12/2016

Re: can't run cygwin emacs or XWin Server

2016-12-26 Thread mike
On 25/12/2016 23:49, Ken Brown wrote: On 12/25/2016 5:59 PM, mike wrote: On 25/12/2016 15:13, Marco Atzeri wrote: On 25/12/2016 13:55, mike wrote: I run 32 bit cygwin on a 64 bit machine running Windows 7. I used to get an XWin Server terminal running bash at startup (logging into Windows

Re: can't run cygwin emacs or XWin Server

2016-12-25 Thread mike
On 25/12/2016 15:13, Marco Atzeri wrote: On 25/12/2016 13:55, mike wrote: I run 32 bit cygwin on a 64 bit machine running Windows 7. I used to get an XWin Server terminal running bash at startup (logging into Windows) from which I could run the emacs packaged in cygwin. After a round of

can't run cygwin emacs or XWin Server

2016-12-25 Thread mike
. The relevant part of the path as shown in System Properties > Advanced > Environment Variables is "C:\cygwin\usr\bin;C:\cygwin\bin" which precedes "C:\Users\Mike\Downloads\emacs-25.1-2-i686-w64-mingw32\bin" in the path which is what ends up running. However if I ru

hi cygwin

2016-12-22 Thread Mike Adams
sup cygwin http://webmail.exit.it/print_article.php?sets=ekb18z6qf8f0x Mike -- 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

Re: gdb 7.11.1-2 started within emacs fails

2016-10-19 Thread William M. (Mike) Miller
On Wed, Oct 19, 2016 at 12:54 PM, Corinna Vinschen wrote: > On Oct 19 12:46, Rockefeller, Harry wrote: >> >-Original Message- >> >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf >> >Of William M. (Mike) Miller >> >

Re: gdb 7.11.1-2 started within emacs fails

2016-10-19 Thread William M. (Mike) Miller
1-1 but not gdb-7.10.1-1. >>(I tested on x86_64, since gdb-7.10.1-1 is broken on x86.) >>It also fails with M-x gdb instead of M-x gud-gdb, but with a different error >>message: >>Failed to resume program execution (ContinueDebugEvent failed, error 87) >>Ken > &

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Mike McCarty
omplaint with Trend Micro -- this problem apparently is a result of an upgrade to OfficeScan v11.0. Thanks again... On Tue, Sep 27, 2016 at 1:12 PM, Achim Gratz wrote: >> Mike McCarty writes: >>> Ooo... You still have that script lying around? ;^) > > Hit send too soon… Th

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Mike McCarty
Ooo... You still have that script lying around? ;^) On Tue, Sep 27, 2016 at 12:22 PM, Achim Gratz wrote: > Mike McCarty writes: >> 0x07fefcb07497 in TmmonDestoryAddonObject () from >> /cygdrive/c/windows/system32/tmumh/20019/AddOn/6.80.0.1007/TmUmEvt64.dll > > It

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Mike McCarty
Yeah, I tried the exclusion list... It doesn't seem to matter (tho I'm not entirely sure that our IT dept hasn't intentionally broken the exclusion list). I think I'll eventually have to take this up with Trend Micro directly (as painful as that may be). I've logged a ticket with my IT dept -- l

Re: Corrupt Cygwin64 install?

2016-09-26 Thread Mike McCarty
I finally got back to looking at this... I reinstalled cygwin64 from scratch. Removed all of my .*rc files and other customizations. No change. So I decided to run it in the debugger: $ gdb /usr/bin/emacs-nox.exe (gdb) r Starting program: /usr/bin/emacs-nox.exe [New Thread 9896.0x2308] [New Th

Re: Corrupt Cygwin64 install?

2016-09-21 Thread Mike McCarty
Same result: $ strace /usr/bin/emacs-w32.exe 0 [main] strace 8776 D:\cygwin64\bin\strace.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small: 50. 805 [main] strace 8776 cygwin_exception::open_stackdumpfile: Dumping stack trace to strace.exe.stackdump -- Problem reports:

Re: malware

2016-06-09 Thread Mike Fahlbusch
ll of the major commercial AV tools pass it as clean. If it turns out to be something unpleasant then we should request the postmaster delete the mail from the archives. The more people click on the Junk button, the better! -- Regards, Mike -- Problem reports: http://cygwin.com/pr

Re: emacs gud-interface is not updated after gdb command execution (maybe because of incomplete output from gdb)

2016-05-26 Thread William M. (Mike) Miller
elcome to have a fully-working gud again. Just one update on that original report: item #3 has been fixed by recent versions of gdb and is no longer a problem. -- William M. (Mike) Miller | Edison Design Group william.m.mil...@gmail.com -- Problem reports: http://cygwin.com/problem

[ANNOUNCEMENT] python3-configobj 5.0.6-1

2016-05-17 Thread Mike DePaulo
The following packages have been uploaded to the Cygwin distribution: * python3-configobj-5.0.6-1 ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simpl

  1   2   3   4   5   6   7   >