RE: running self compiled 32 bit binary on 64 bit Windows?

2018-06-06 Thread Soegtrop, Michael
gards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsge

Re: Defaulting to stabs debug output from AS Cygwin64

2018-05-15 Thread Michael Enright
On Tue, May 15, 2018 at 5:58 AM, cyg Simple wrote: > > Years of work tells me to not trust the default of any option. You > should be specific. I have a few years under my belt (come to think of it they are threatening to engulf my belt). For work, I'd do what's necessary to integrate the little

Defaulting to stabs debug output from AS Cygwin64

2018-05-14 Thread Michael Enright
I am working on a little compiler for fun, which generates assembly code. At this point I manually invoke as and ld. For debugging I added the -g option to the invocation of as, but then ld failed with t.o:t.s:1:(.stab+0x14): relocation truncated to fit: R_X86_64_32 against `.text' Looking into

Re: Problems with mintty jump list

2018-05-13 Thread Michael Schaap
perties to make it persistent.".  And I *did* have to add an AppLaunchCmd to the .minttyrc, otherwise the default task bar icon action would open a window without the AppID, but also without a login shell. - Michael -- Problem reports: http://cygwin.com/problems.html FAQ:

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:   

Problems with mintty jump list

2018-05-12 Thread Michael Schaap
e all MinTTY windows, the icon remains on the taskbar (as it should), but the jump list entries are gone. What am I doing wrong? Thanks,  - Michael -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.

RE: How portable (relocatable) is a Cygwin installation?

2018-05-10 Thread Soegtrop, Michael
) you are using a Cygwin OCaml. But there is no reason why one couldn't setup opam on Cygwin in a similar way. I think there are also some Cygwin / opam scripts in the CI of Coq. If this would be useful for you, I can point you to the respective scripts. Best regards, Michael Intel Deutsc

Re: Request for update: zsh

2018-04-25 Thread Michael Schaap
).  I'll build it in a few days. Thanks, Peter; much appreciated.  - Michael -- 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

Request for update: zsh

2018-04-25 Thread Michael Schaap
The current version of zsh is 5.5.1, while Cywin is stuck on 5.3. If the maintainer of zsh is still around, could (s)he perhaps update it to the latest version? Thanks in advance,  - Michael -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

Mintty + winpty vs wsltty

2018-04-10 Thread Michael Slattery
This question is about mintty and Windows Subsystem for Linux. If I have Git-Bash or Cygwin installed, how is this not as good as using wsltty?: "C:\Program Files\Git\usr\bin\mintty.exe" --exec /usr/bin/winpty "C:\Windows\System32\bash.exe" -c "cd ~; $SHELL --login -i" It seems fine, but I kno

RE: Floating point exception in strtod()

2018-04-09 Thread Soegtrop, Michael
Dear Corinna, > ...which is what I described in the rest of my mail :) ah, yes, sorry. I stumbled on the "0x96c75d80 which appears to be perfectly valid for a 32 bit int", fell on my nose and looks like I forgot to walk on then. Best regards, Michael Intel Deutschland GmbH Regis

RE: Floating point exception in strtod()

2018-04-09 Thread Soegtrop, Michael
is 2^31-1 = 2147483647. 0x96c75d80 interpreted as a signed long is a negative number. I would say if floating point instructions are used to convert 2529648000 to a signed 32 bit integer, they should produce an FE_INVALID exception. Best regards, Michael Intel Deutschland GmbH Registered Ad

RE: Floating point exception in strtod()

2018-04-08 Thread Soegtrop, Michael
cluding the implicit 1). Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Off

RE: gcc 32-bit compiler returns error 1 immediately

2018-03-16 Thread Soegtrop, Michael
fresh Cygwin) Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich

RE: how do i subscribe

2018-03-16 Thread Soegtrop, Michael
See "Subscribing and unsubscribing" at the bottom of https://www.cygwin.com/lists.html. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian L

make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-22 Thread Michael Demoulin
The latest Make on the latest 64-bit version of Cygwin fails with the error 'C:/cygwin64/bin/make.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory' I have included a sanitized output of 'cygcheck -s -v -r ' Thanks for any help Cygwin Con

python2-sphinx missing tools in /usr/bin/

2018-01-08 Thread Michael Wild
kage python2-sphinx does not have any tools in /usr/bin, see https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpython2-sphinx%2Fpython2-sphinx-1.6.5-1&grep=B. Is this a bug i packaging? Cheers Michael -- Problem reports: http://cygwin.com/problems.html FAQ:

RE: [SOLVED] Re: tcsh path conversion messed up?

2017-11-08 Thread Lemke, Michael ST/HZA-ZIC2
On November 07, 2017 11:08 PM Will Parsons wrote: >Lemke, Michael ST/HZA-ZIC2 wrote: >> On Tuesday, November 07, 2017 7:12 AM Brian Inglis wrote: >>>On 2017-11-06 14:59, Will Parsons wrote: >>>> Will Parsons wrote: >>>>> I asked about

Potential BLODA issue with commercial file encryption tool

2017-11-07 Thread Weiner Michael
to proceed any further? Thank you very much in advance for your help! Best regards, Michael Weiner smime.p7s Description: S/MIME cryptographic signature

RE: tcsh path conversion messed up? [was: strange shell output using tcsh under Cygwin]

2017-11-07 Thread Lemke, Michael ST/HZA-ZIC2
On Tuesday, November 07, 2017 7:12 AM Brian Inglis wrote: >On 2017-11-06 14:59, Will Parsons wrote: >> Will Parsons wrote: >>> I asked about what I thought was a shell scripting problem: >>> >>> PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/c/Windows/system32:/c/Windows:/c/Windows/system32/wbem:

Re: strange shell output using tcsh under Cygwin

2017-11-06 Thread Lemke, Michael ST/HZA-ZIC2
On Mon, 6 Nov 2017 00:15:25 + (UTC) Will Parsons wrote: >Under Unix-type platforms, checking on what the PATH variable is set to is >pretty easy - I typically use "env" and the displayed value of PATH is easily >parsed by eye. Under Cygwin/Windows, one can do the same, but the value of >PATH

Re: Cygwin alongside WSL

2017-10-24 Thread Michael Enright
On Mon, Oct 23, 2017 at 5:38 AM, KARL BOTTS wrote: > > Does anybody have any concrete experience using Windows Subsystem for Linux > (hence WSL) on the same machine, alongside Cygwin? > Yes. I have. I assume you are soliciting some descriptions of people's experience. I have various projects whi

Re: Errors on installing additional packages

2017-08-18 Thread Blaesse, Michael
or perl scripts, etc. As the installed version on the network share works (only setup.exe does not install new packages) , I will try to sync that installation with the local one. Best regards, Michael Blaesse -- Problem reports: http://cygwin.com/problems.html FAQ: http

Gvim Subprocesses Hangs

2017-08-03 Thread Michael McDermott
I have an issue running gvim (under X11) where subprocesses invoked with the bang command will hang. For example, I might run: ! git pull and the process will never complete. If I look at task manager, I will see a gvim.exe subprocess with around 30% CPU occupying the top of the CPU usage on the

Re: A success installing Dataplot using Cygwin, thanks to this list

2017-07-14 Thread Michael Stellar
Woops sorry, wrong tabs :/, On Sat, Jul 15, 2017 at 3:59 AM, Michael Stellar wrote: > The client editor is still compiled not full source code right? I > meant on premise 399$. And also from the discord a user mentioned that > AGIS source code is not really full, so i cannot buy full so

Re: A success installing Dataplot using Cygwin, thanks to this list

2017-07-14 Thread Michael Stellar
The client editor is still compiled not full source code right? I meant on premise 399$. And also from the discord a user mentioned that AGIS source code is not really full, so i cannot buy full source code for the server?. On Sat, Jul 15, 2017 at 2:23 AM, David Stacey wrote: > On 12/07/17 16:48,

RE: terminal program tty error problem

2017-07-06 Thread Michael Jun
er terminal programs do have this problem. Best Regards, Michael Jun -Original Message- From: Michael Jun Sent: Friday, July 07, 2017 12:30 PM To: 'cygwin@cygwin.com' Subject: terminal program tty error problem Hello All Cygwiners, When I invoke system terminal programs f

terminal program tty error problem

2017-07-06 Thread Michael Jun
this symptom. What does cause this message and may be cured? Thank you, Michael Jun -- 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: Compile/run problems on cygwin not solved by going to cygwin64

2017-06-29 Thread Soegtrop, Michael
thinks that something is a security thread. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole

RE: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-27 Thread Soegtrop, Michael
roken memory about once or twice a year. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole La

Re: WinCompose vs. Cygwin/X

2017-06-24 Thread Michael Schaap (lists)
On 16 January 2017 at 15:49, Jon Turney wrote: > On 11/01/2017 22:16, Michael Schaap wrote: >> >> On 11-Jan-17 9:51, Csaba Raduly wrote: >>> >>> Hi Michael, >>> >>> On Tue, Jan 10, 2017 at 2:28 PM, Michael Schaap wrote: >>>>

RE: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-22 Thread Soegtrop, Michael
DLLs missing, you can also see that. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Soegtrop, Michael
rtefacts. Many people on this list said that the maintainers of such SW have every right to reject such change requests and I agree. Please think about what you are asking me here to do: filing 200 fairly useless change requests against 50 Linux centric tool and libraries. Sorry, I am not go

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Soegtrop, Michael
that current cygwin's text tools can't process text produced by MinGW tools out of the box any more. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisensch

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Soegtrop, Michael
uments. The solution of adding an extra command with -e is much more elegant. And you are right, replacing sed with a shell script is better than using an alias. But the -e method won't work for grep and for awk not in all cases. Best regards, Michael Intel Deutschland GmbH Registered Address:

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Soegtrop, Michael
Dear Brian, > alias sed='sed -b -e '\''s/\r$//'\''' thanks, an interesting idea! Putting this into something like .bashrc might have a similar effect as having a special sed build with CR stripping built in. Best regards, Michael Intel Deutschlan

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Soegtrop, Michael
to deal with MinGW programs which behave like MinGW programs should, and this means ending lines with cr-lf. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisensc

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Soegtrop, Michael
hould be unaffected. Honestly my solution to the problem is to build sed from sources with CR stripping. I thought about it a day and came to the conclusion that everything else is a waste of time. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubi

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-08 Thread Soegtrop, Michael
binary,auto) D:/bin/cygwin /lib on /usr/lib type ntfs (binary,auto) D:/bin/cygwin on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=0,user,noumount,auto) Best regards, Michael Intel Deutschland GmbH Registered Addre

RE: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-08 Thread Soegtrop, Michael
ilding Linux stuff for MinGW cross on cygwin works substantially better than doing this on MSys/MSys2. The number of patches I need is small, so the decisions the cygwin team took seem to be the right ones. But this change adds at least one order of magnitude in my "number of patches requ

CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-07 Thread Soegtrop, Michael
MinGW program - a common scenario in MinGW cross development. Is this considered a bug in sed 4.4-1 or is the old behavior and the -b option considered deprecated and it was just forgotten to remove the documentation for the -b option? Best regards, Michael Old behavior (sed 4.2.2-3): $ echo -e &q

Re: Apache rebase trouble

2017-05-25 Thread Michael Lemke
On Wed, 24 May 2017 01:56:55 +0200, Michael Enright wrote: On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote: Lacking further clues I did the trial and error thing and removed some stuff I thought I didn't need (like GNOME). Not sure yet what I broke but my Apache is working

[ANNOUNCEMENT] tmux·2.4-1

2017-05-24 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * tmux-2.4-1 tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a nu

Re: too many environment variables on self-compiled xar archiver

2017-05-24 Thread Michael Stellar
Tried, on 1 different machine without vs 2015 and vs 2017 installed on it, pretty much minimum env variables, getting the same result, probably it's a bug in the cygwin runtime?, does anyone or cygwin developer have other clue?. On Wed, May 24, 2017 at 2:42 PM, Michael Stellar wrote: &g

Re: too many environment variables on self-compiled xar archiver

2017-05-24 Thread Michael Stellar
gw x86 and x64 installed. Latest cygwin snapshot. Cheers, On Wed, May 24, 2017 at 9:53 AM, Brian Inglis wrote: > On 2017-05-23 16:30, Michael Stellar wrote: >> I am getting the following when running my self-compiled xar 1.6.1 archiver >> gdb xar >> Starting program: /u

Re: Apache rebase trouble

2017-05-23 Thread Michael Enright
On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote: > > Lacking further clues I did the trial and error thing and removed some > stuff I thought I didn't need (like GNOME). Not sure yet what I broke but > my Apache is working again. Thanks for the hint that the number of known

Re: Apache rebase trouble

2017-05-23 Thread Michael Lemke
On Tue, 23 May 2017 22:17:44 +0200, Michael Lemke wrote: On Tue, 23 May 2017 22:04:52 +0200, Achim Gratz wrote: Michael Lemke writes: Now, how about an answer to my actual question? How do I get the Apache/php dlls properly rebased? For reference, here's the error again and so i

too many environment variables on self-compiled xar archiver

2017-05-23 Thread Michael Stellar
compiled file is hosted in here : https://www.dropbox.com/s/07439wwd7ayqy35/xar.zip?dl=0 the xar was compiled with latest boringssl compile on mingw32 statically linked with libmsvcrt.a mingw32 version. Cheers, Michael -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Apache rebase trouble

2017-05-23 Thread Michael Lemke
On Tue, 23 May 2017 22:04:52 +0200, Achim Gratz wrote: Michael Lemke writes: Now, how about an answer to my actual question? How do I get the Apache/php dlls properly rebased? For reference, here's the error again and so is the attached cygcheck.out. How large is your UserVM? You

Apache rebase trouble

2017-05-21 Thread Michael Lemke
For some reason I keep getting these problems in my apache installation that used to run just fine: 2 [main] httpd 1624 child_info_fork::abort: unable to remap zip.dll to same address as parent (0x13B) - try running rebaseall [Sun May 21 17:54:00.047667 2017] [mpm_prefork:error] [pi

Import error with python2-httplib2-0.9.2-1

2017-05-17 Thread Michael Diamond
so notice that it’s `import urlparse` on GitHub[3], for whatever that’s worth. [1]: https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpython2-httplib2%2Fpython2-httplib2-0.9.2-1 [2]: http://stackoverflow.com/q/29358403/113632 [3]: https://github.com/httplib2/httplib2/blob/master/python2/h

Re: missing config.rpath

2017-04-11 Thread Michael Hoenig
On 11/04/2017 00:44, Marco Atzeri wrote: On 11/04/2017 12:29, Michael Hoenig wrote: Aloha, I am attempting to use cygport to compile LAME under cygwin-64. I have the files from here: https://sourceforge.net/p/cygwin-ports/lame/ But I keep getting this error: cp: cannot stat '/usr/

missing config.rpath

2017-04-11 Thread Michael Hoenig
ve a /usr/share/gettext/ directory which is odd. gettext 0.19.8.1-2 has been installed. All other packages are up to date. This is a fresh install. Would be grateful for any pointers, thanks in advance! Michael -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: reply: problem with nc 1.107-4

2017-03-30 Thread Michael Enright
On Wed, Mar 29, 2017 at 11:28 PM, 高锋 wrote: > Two days ago,i wanted to determine whether a udp port of another machine is > open or not, which is deployed on different subnet. > But windows platform does not provide utility that can dose this.So i > downloaded a setup.exe from cygwin,of which ver

Re: problem with nc 1.107-4

2017-03-29 Thread Michael Enright
On Wed, Mar 29, 2017 at 7:24 PM, 高锋 wrote: > I just installed the latest nc 1.107-4 on windows 7 platform.When lauched > the command like: > nc -vuz 10.31.28.188 6110 > ,each time it reported connecting successed,even if the target ip > 10.31.28.188 does not really exists. > Could someone tell wha

Re: i686 ld couldn't resolve wglCreateContext from libopengl32.a on x86_64 system

2017-03-02 Thread Michael Enright
On Thu, Mar 2, 2017 at 5:19 PM, Yaakov Selkowitz wrote: > > Maybe, maybe not. Mixing *NIX and Win32 APIs isn't so simple. > I have some small projects that do this mixing. A determined individual can do it. I have not done it with 'wgl' -- Problem reports: http://cygwin.com/problems.html F

Re: cygpath

2017-02-10 Thread Michael Enright
On Fri, Feb 10, 2017 at 1:34 PM, Andrey Repin wrote: > Greetings, Gluszczak, Glenn! > >> * is a legal character for ls but perhaps not cygpath? > > "*" is not a legal path name character. And cygpath expects a path. AFAICT, '*' is a legal character in a filename or directory name on Posix systems

Re: cygpath

2017-02-10 Thread Michael Enright
On Fri, Feb 10, 2017 at 1:46 PM, Gluszczak, Glenn wrote: > I suppose the glob explanation from Michael explains this behavior in sh. > Though unsupported, it seems to work (probably some side cases do not). It seems to me that the behavior is supported and working. Bash or sh takes an une

Re: cygpath

2017-02-10 Thread Michael Enright
On Fri, Feb 10, 2017 at 12:42 PM, Michael Enright wrote: > On Fri, Feb 10, 2017 at 12:31 PM, Gluszczak, Glenn wrote: >> Sorry, I forgot the user I log in as is switching to cmd.exe. >> >> This doesn't happen in sh or tcsh, so it is probably a non-issue. >> > >

Re: cygpath

2017-02-10 Thread Michael Enright
On Fri, Feb 10, 2017 at 12:31 PM, Gluszczak, Glenn wrote: > Sorry, I forgot the user I log in as is switching to cmd.exe. > > This doesn't happen in sh or tcsh, so it is probably a non-issue. > My results are from running a "normal" bash-under-mintty setup. If I go to a cmd.exe window and start b

Re: cygpath

2017-02-10 Thread Michael Enright
On Fri, Feb 10, 2017 at 11:36 AM, Andrey Repin wrote: > Greetings, Gluszczak, Glenn! > >> Isn’t this a defect in cygpath? Looks like memory corruption. > >> %%%cygpath -w /usr/non-existent/* >> C:\cygwin\usr\non-existent\�[W�� > > Looks more like private character space combined with incorrect te

[ANNOUNCEMENT] New: mdp-1.0.9-1 (x86/x86_64)

2017-01-24 Thread Michael Göhler
The following package has been added to the Cygwin distribution: * mdp-1.0.9-1 mdp is a ncurses-based command-line presentation tool, which makes it easy to create slides using the popular markdown format. -- Michael -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Hangs on connect to UNIX socket being listened on in the same process (was: Cygwin hanging in pselect)

2017-01-12 Thread Michael Enright
On Thu, Jan 12, 2017 at 2:13 PM, Corinna Vinschen wrote: > Step 3: > > If we did it really intelligent, maybe we finally also have a method > to implement descriptor passing. Finally. After all these years. > > And maybe, we should not actually use the socket itself to exchange > the informa

Re: WinCompose vs. Cygwin/X

2017-01-11 Thread Michael Schaap
On 11-Jan-17 9:51, Csaba Raduly wrote: Hi Michael, On Tue, Jan 10, 2017 at 2:28 PM, Michael Schaap wrote: I recently discovered WinCompose <https://github.com/samhocevar/wincompose>, a Windows port of XCompose, and fell in love with it. Unfortunately, it doesn't play nice with C

Re: [ANNOUNCEMENT] Updated: Cygwin 2.6.1-1

2017-01-10 Thread Michael Enright
On Mon, Jan 9, 2017 at 4:39 PM, Steven Penny wrote: > It looks like fixing this may have caused another issue. Example test: > > With cmd.exe, you can type Alt 234 and it produces > GREEK CAPITAL LETTER OMEGA U+03A9. However with Cygwin via Cygwin.bat it > yields > nothing. Non ASCII characters c

WinCompose vs. Cygwin/X

2017-01-10 Thread Michael Schaap
x27;t seem possible either). (I know mintty has its own compose functionality now, but that doesn't help. I spend a lot of my time in terminal windows, but not all. :) Thanks in advance, – Michael -- Problem reports: http://cygwin.com/problems.html FAQ:

Cygwin error: 1 [main] bash 5856 e:\cygwin64\bin\bash.exe: *** fatal error - add_item ("\??\e:\cygwin64", "/", ...) failed, errno 1

2017-01-03 Thread Michael Goydich
ns-take-too-long-sometimes-end-up-crashing http://superuser.com/questions/194529/cygwin-fatal-error-unable-to-remap-what-does-it-mean --Michael - APPENDIX A: Invocations of various Shell Scripts which are all trying to run the Cygwin "bash.exe" program a

[ANNOUNCEMENT] tmux 2.3-2

2016-11-16 Thread Michael Wild
tmux is a terminal multiplexer, similar to GNU screen. It enables a number of terminals (or windows) to be accessed and controlled from a single terminal like GNU screen. tmux runs as a server-client system. Moreover tmux provides a consistent and well-documented command interface, with the same sy

[ANNOUNCEMENT] tmux 2.3-1

2016-11-13 Thread Michael Wild
tmux is a terminal multiplexer, similar to GNU screen. It enables a number of terminals (or windows) to be accessed and controlled from a single terminal like GNU screen. tmux runs as a server-client system. Moreover tmux provides a consistent and well-documented command interface, with the same sy

Re: issues with startxwin not loading x windows

2016-08-19 Thread michael messina
lushWindowsMessageQueue trapped WM_QUIT message, exiting main loop. [ 66828.421] winClipboardProc - XDestroyWindow succeeded. [ 66828.437] winDeinitMultiWindowWM - Noting shutdown in progress [ 66828.437] (II) Server terminated successfully (0). Closing log file. It's getting significa

Re: Mintty 2.4.0 and Deja Vu Sans Mono 2.35: issue with bold

2016-07-12 Thread Michael Enright
On Tue, Jul 12, 2016 at 12:26 PM, Thomas Wolff wrote: > > Mintty generates "faux-bold" by overstriking with a pixel offset of 1. Maybe > it should scale the thickness with the font size (like it does now for > manual underline and VT100 line drawing graphics), at increased risk of > clipping, howev

openssh 7.2p2-1 - Cygwin README - name option missing

2016-05-27 Thread Michael Brux
Hi Cygwin mailinig list, In /usr/share/doc/Cygwin/openssh.README the --name option is missing. >From README: usage: ssh-host-config [OPTION]... Options: --debug -dEnable shell's debug output. --yes-yAnswer all questions with "yes" automatically. --no

[ANNOUNCEMENT] Version 2.2-1 of "tmux" has been uploaded

2016-04-19 Thread Michael Wild
tmux is a terminal multiplexer, similar to GNU screen. It enables a number of terminals (or windows) to be accessed and controlled from a single terminal like GNU screen. tmux runs as a server-client system. Moreover tmux provides a consistent and well-documented command interface, with the same sy

Re: pass arguments enclosed with double quotes from bash shell to windows program

2016-04-02 Thread Michael Enright
On Sat, Apr 2, 2016 at 11:59 AM, Cary Lewis wrote: > I need to start acrobat from a bash shell. > > Acrobat needs some of its parameters to be enclosed with double > quotes. This is needed to automatically open and print a pdf. > > > If I try to do a \", then it passes the \" to the windows app. I

Re: ctrl-c doesn't reliably kill ping

2016-03-19 Thread Michael Enright
On Wed, Mar 16, 2016 at 7:51 AM, cyg Simple wrote: > > My ISP for my connection to the WWW is the one that is doing the > inappropriate redirects. I sometime get these even when using VPN to my > employer's intranet. My ISP also provides phone and TV Cable and I'm > guessing that the accepted pra

Re: core dump on rebaseall

2016-02-26 Thread Michael Steiner
t.cgi?file=x86_64%2Focaml-base%2Focaml-base-4.02.3-2&grep=ocaml-base the files, though seem to be offically part of ocaml-base and not modified (Note also my re-install of cygwin was _after_ doing the ocaml compilation, so this shouldn't have touched the files). No idea, though, how to

core dump on rebaseall

2016-02-24 Thread Michael Steiner
ea what's going on and/or how to debug or work around? -michael- PS: I'm running cygwin on Win 8.1 (64-big); see attached cygcheckout for more info. cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

Re: Tmux man page not up to date

2016-02-06 Thread Michael Wild
On Fri, Feb 5, 2016 at 9:48 PM, Byron Boulton wrote: > On 2/5/2016 3:31 PM, Byron Boulton wrote: >> >> On 2/5/2016 3:01 PM, Michael Wild wrote: >>> >>> On Tue, Feb 2, 2016 at 4:54 PM Byron Boulton wrote: >>>> >>>> >>>> T

Re: Tmux man page not up to date

2016-02-05 Thread Michael Wild
still not been updated: https://github.com/tmux/tmux/blob/master/tmux.1 Kind regards Michael -- 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: stampy error running Make after installing update 2.4.1.1 to Cygwin64

2016-01-27 Thread Michael Enright
On Tue, Jan 26, 2016 at 11:10 PM, Robert May wrote: > > I still can.t make sense of it > below is the contents of makefile > > the end of running make is still the same > $ make > makefile:1: *** missing separator. Stop. > I didn't get that line but I got several others. I extracted a makefile f

Re: Performance of "ls -F"

2016-01-25 Thread Lemke, Michael ST/HZA-ZIC2
I just want to add an observation and stay out of this conversation otherwise: ls -F is comparably slow on a network drive here but as noted by someone else in this thread ls --file-type is fast. However, the combination ls --file-type --color is as slow as ls -F here. Maybe a hint for you to fin

Where do I get TEST RELEASE: Cygwin 2.4.0-0.7

2016-01-20 Thread Michael Martell
Hi Corinna, I'm running into the bash issue on Windows 10 ("can't fork), and am in dire need of the fix. I'm anxious to try your test version 2.4.0-0.7, but don't know where to find it. Please advise, Mike -- Problem reports: http://cygwin.com/problems.html FAQ: http://cy

Re: Taking a very long time to run /etc/postinstall/texlive-dollection-context.sh

2016-01-19 Thread Michael Enright
On Mon, Jan 18, 2016 at 1:06 PM, Kenneth Wolcott wrote: > > > > Sometimes I wish that TexLive could be its own group in Cygwin as > there are times that I'd like to pick most of what is in the Text > Cygwin group without TexLive and sometimes I'd like to just pick > TexLive.. Other times I'd j

Re: Question about incorrect System path from cygpath with case-sensitivity enabled

2016-01-02 Thread Michael Enright
On Fri, Jan 1, 2016 at 1:21 PM, Bryan Henry wrote: > > [~]$ cygpath -S -u > /C/WINDOWS/System32 > [~]$ file `cygpath -S -u` > /C/WINDOWS/System32: cannot open `/C/WINDOWS/System32' (No such file or > directory) > [~]$ file /C/Windows/System32 > /C/Windows/System32: directory > Although I haven't

Re: CTRL-C does not work in Cygwin when using pipes

2015-12-30 Thread Michael Enright
On Wed, Dec 30, 2015 at 1:03 AM, Michael Enright wrote: > On Tue, Dec 29, 2015 at 2:57 PM, Michael Enright wrote: >> And since I have chosen to participate in this thread, I tried the >> command in question. The success of my attempt does not mean that I >> don't bel

Re: CTRL-C does not work in Cygwin when using pipes

2015-12-30 Thread Michael Enright
On Tue, Dec 29, 2015 at 2:57 PM, Michael Enright wrote: > And since I have chosen to participate in this thread, I tried the > command in question. The success of my attempt does not mean that I > don't believe there's a problem. My setup is Windows 7/64 in a VM, > running

Re: CTRL-C does not work in Cygwin when using pipes

2015-12-29 Thread Michael Enright
On Tue, Dec 29, 2015 at 2:31 PM, Bill Smith wrote: > Yes, I'm trying to do this with the standard shell, bash. We have tried > using mintty or the xterm version but there were other issues. The above implies something but I'm not sure what it is. Can you give more detail? mintty and xterm are t

Re: cmp (or echo) bug?

2015-12-28 Thread Michael Enright
On Mon, Dec 28, 2015 at 9:08 AM, David Balažic wrote: > I tried it in zsh (32 bit cygwin) and there it works correctly: > > $ cmp <(echo echo1) <(echo echo2) > /tmp/zshirbIJ1 /tmp/zshDsdZep differ: byte 5, line 1 > > So it seems the bug is in bash. > A different conclusion is also supportable: T

Re: Functional Cygwin GTK with native win32 backend

2015-12-27 Thread Michael Enright
On Sun, Dec 27, 2015 at 11:11 AM, David Xu wrote: > Hi! > > I compiled GTK with the native win32 backend, and it is functional. > Brief demo: http://i.imgur.com/PAWyLdW.gif Many programs that originally target Linux have been made available to Windows users by means of packaging them with GTK et

Re: Incorrect Python errors when using os.remove to delete a directory

2015-11-27 Thread Michael Wild
On Fri, Nov 27, 2015 at 3:51 PM, Adam Dinwoodie wrote: > If I use os.remove in Python to remove a directory, I expect it to fail > with an OSError on Python2 or a IsADirectoryError on Python3. On > Python2, I get OSError, but with the wrong error code, whereas on > Python3 I get completely the wr

Re: [ANNOUNCEMENT] putty 0.65-2

2015-11-09 Thread Michael Enright
On Mon, Nov 9, 2015 at 4:28 PM, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > > * putty-0.65-2 > I have the "Unix" version of this on a Linux box, which I built from source. I also have the "normal" Windows version. Which of these would you say t

Re: xterm 320-1 won't start with XTerm*faceName set in .Xresources

2015-11-09 Thread Michael Enright
On Mon, Nov 9, 2015 at 12:03 PM, Marco Atzeri wrote: > On 09/11/2015 20:17, Brian Neu wrote: >> fc-list outputs nothing. > > > this is strange > > Is it functional ? > > $ /usr/bin/fc-list --version > fontconfig version 2.11.1 > > > Would setting the environment variable FC_DEBUG=4095 (or some oth

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.3.0-0.7

2015-11-06 Thread Lemke, Michael ST/HZA-ZIC2
--- Windows Security --- The permissions on test are incorrectly ordered, which may cause some entries to be ineffective. --- OK --- Expected? Michael

Re: problems with to_string not declared in this scope

2015-10-25 Thread Michael Enright
On Sat, Oct 24, 2015 at 10:31 PM, JonY wrote: > > On 10/25/2015 01:00, Michael Enright wrote: > > > > I sometimes wonder what would be involved in fixing this. > > > > Full C99 *printf support. Corinna answered on the same thread > https://sourceware.org/ml/cy

Re: problems with to_string not declared in this scope

2015-10-24 Thread Michael Enright
On Fri, Oct 23, 2015 at 9:28 PM, Luong Hoang wrote: > The error says 'to_string' was not declared in this scope Lack of developer attention in the related project newlib. I googled this myself a couple of weeks ago. Apparently if you start to work on that you pull in a lot of other little missing

[ANNOUNCEMENT] Version 2.1-1 of "tmux" has been uploaded.

2015-10-20 Thread Michael Wild
tmux is a terminal multiplexer, similar to GNU screen. It enables a number of terminals (or windows) to be accessed and controlled from a single terminal like GNU screen. tmux runs as a server-client system. Moreover tmux provides a consistent and well-documented command interface, with the same sy

Re: Cygwin/X installation: Unable to extract /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:unscaled:pri=20

2015-10-06 Thread Michael Enright
On Tue, Oct 6, 2015 at 11:10 AM, Jon Turney wrote: > > But there is no need to guess about this, it's documented in the fontpath.d > section of the Xserver man page [1] > > [1] http://x.cygwin.com/docs/man1/Xserver.1.html#lbAN > I still have questions. Good old setup_x86 fortuitously gave me the

Re: Cygwin/X installation: Unable to extract /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:unscaled:pri=20

2015-10-06 Thread Michael Enright
On Tue, Oct 6, 2015 at 7:42 AM, kuaf wrote: > Unable to extract > /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:unscaled:pri=20 Something tells me that this error message is not only giving a file name, it is giving some font parameters that had been specified directly or indirectly by the app

Re: [Cygwin-ports-general] Ncview

2015-10-01 Thread Michael Enright
On Thu, Oct 1, 2015 at 10:35 AM, Yaakov Selkowitz wrote: > > Confirmed. Often 64-bit-only issues come down to one or more of the > following: > > * implicit function declarations. Per the C standard, argument types > are assumed to match whatever is given (which may be wrong if e.g. 0 is > used

Re: Building cross toolchain on cygwin from source

2015-09-29 Thread Michael Enright
On Tue, Sep 29, 2015 at 10:06 PM, Hari Narasimhan H.N wrote: > > I am using a crosstool-NG system. During configuration of GMP it > throws the following error > > "could not find a working compiler" > > whereas I have gcc4.9.3 installed and working. You should be able to tell from config.log what

<    1   2   3   4   5   6   7   8   9   10   >