Re: problems with to_string not declared in this scope

2015-10-24 Thread JonY
On 10/25/2015 01:00, Michael Enright wrote: > 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 wo

Re: [ANNOUNCEMENT] Updated: links 2.12-1 -- Text mode WWW browser

2015-10-24 Thread Helmut Karlowski
Am 15.10.2015, 07:24 Uhr, schrieb Jari Aalto: PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/links I tried 6 different mirrors and all have links 2.8-2, not 2.12 (32 bit). Why's that? -Helmut -- Problem reports: http://cygwin.com/problems.html FAQ

Re: XWin.exe not running any more.

2015-10-24 Thread Ken Jackson
On 09/05/2015 08:14 AM, Thomas Schweikle wrote: Hi! Since yesterday starting "XWin.exe -multiwindow -clipboard" starts, but stops after short. It doesn't keep running and X11 is not usable. I had a similar problem. Mine turned out to be that a lock file wasn't deleted. I can't remember the

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] Updated: screen 4.3.1-2 (x86_64 only)

2015-10-24 Thread Andrew Schulman
A new version of screen, 4.3.1-2, is available in Cygwin, for x86_64 only. This update reapplies a patch for x86_64 that was accidently left out of the previous release. The patch fixes a screen corruption bug in mintty [1,2]. screen is a full-screen window manager that multiplexes a physical te

Re: Best way to 256 color support on Vim+Tmux+Mintty when toggling light/dark background

2015-10-24 Thread kuaf
Self answered here. This is an issue about 256 color support for vim background in tmux, check the solution over http://superuser.com/questions/399296/256-color-support-for-vim-background-in-tmux/399326#399326. Thanks 2015-10-24 17:16 GMT+08:00 kuaf : > Hi list, > > I want a perfect Vim edit envi

Best way to 256 color support on Vim+Tmux+Mintty when toggling light/dark background

2015-10-24 Thread kuaf
Hi list, I want a perfect Vim edit environment based on Pencil theme [1]. Toggle light/dark background without Tmux, it looked well. The configuration involved: - .bashrc, add custom Pencil theme by way of `echo -ne ...` - .bashrc, `export TERM=xterm-256color` - .vimrc, add set t_Co=256 c