Re: g++ don't build my project from last update

2016-04-21 Thread Yaakov Selkowitz
On 2016-04-21 04:21, Marco Atzeri wrote: try using __XSI_VISIBLE=4 Everbody, *Please* review the documentation in . The __*_VISIBLE macros are internal only and must NEVER be defined by users. The public _*_SOURCE macros are the ONLY acceptable way to use the feature test macros. --

[newlib-cygwin] Created tag cygwin-2_5_1-release

2016-04-21 Thread Corinna Vinschen
The signed tag 'cygwin-2_5_1-release' was created pointing to: 82768d9... Provide FreeBSD types for on RTEMS Tagger: Corinna Vinschen Date: Thu Apr 21 22:05:51 2016 +0200 Cygwin 2.5.1 release

Re: native Linux userland in Windows 10

2016-04-21 Thread Andrey Repin
Greetings, Warren Young! > On Apr 15, 2016, at 4:04 AM, Andrey Repin wrote: >> >>> And yet, despite the free >>> availability of top-quality VM technology, Cygwin continues to thrive. >> >> Because interoperability. > So the ability to run native Linux ELF binaries

unison-2.48 build fails with latest ocaml and flexdll

2016-04-21 Thread Andrew Schulman
I'm trying to build unison 2.48.3, which worked fine the last time I tried it, in June 2015. Today the build fails, with "flexdll error: cannot relocate": >>> Compiling unison2.48-2.48.3-2.x86_64 ocamlc -o mkProjectInfo unix.cma str.cma mkProjectInfo.ml File "mkProjectInfo.ml", line 1: Error:

Re: git and absolute Windows-style paths

2016-04-21 Thread Andrey Repin
Greetings, Adam Dinwoodie! > On Wed, Apr 20, 2016 at 04:37:34PM -0400, Eliot Moss wrote: >> I think this will do it: >> >> function git { >> declare -a ARGS >> for n in "$@" ; do ARGS+=("$(cygpath -u -- "${n}")") ; done >> command git "${ARGS[@]}" >> } >> >> The reason this is a little

XWin startup crash x86_64 Windows 10

2016-04-21 Thread Sergio Gomez
Hi, After a fresh installation of Cygwin x86_64 in a Windows 10 machine, XWin crashes during startup (rest of Cygwin seems OK). Here is the backtrace: -- $ gdb --args /usr/bin/XWin -multiwindow GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1 Copyright (C) 2015 Free

Re: [ITP] cloudabi-toolchain, cloudab-binutils-*

2016-04-21 Thread Tony Kelman
Maurice Bos writes: > > Hello, > > Is there anything I can/should do to push this forward? > > Thanks. > > -Maurice- Is this packaged in any mainstream linux distributions? How long does it take to build from source, could you give build from source instructions to potential

Re: native Linux userland in Windows 10

2016-04-21 Thread John Cowan
David Macek scripsit: > You're assuming LSW will become pre-installed on these workstations and > UoW will become a Windows Store "app". I'm not saying it can't happen, > but it seems unlikely at the moment. Why unlikely? That is exactly what is the case, if you are running the current alpha

Re: git and absolute Windows-style paths

2016-04-21 Thread Ray Donnelly
On Thu, Apr 21, 2016 at 2:11 PM, Ray Donnelly wrote: > Here's a patch for git 2.8.1 that I wrote for MSYS2 to address the > same issue. Because I'd read this thread before I started working on > it (and generally since it's good to) I kept it in mind to make it > work for

Re: git and absolute Windows-style paths

2016-04-21 Thread Ray Donnelly
Here's a patch for git 2.8.1 that I wrote for MSYS2 to address the same issue. Because I'd read this thread before I started working on it (and generally since it's good to) I kept it in mind to make it work for Cygwin in-case you wanted to use it:

Re: g++ don't build my project from last update

2016-04-21 Thread Achim Gratz
Дмитрий Марков mail.ru> writes: > After successful updating of cygwin I can't build my project. You most likely need to clear any configure caches and run configure again. Regards, Achim.

Re: native Linux userland in Windows 10

2016-04-21 Thread David Macek
Note that I'm not necessarily arguing against you in every point you wrote. Some reactions are just notes. On 21. 4. 2016 0:10, Warren Young wrote: > One such example is the recent complaint thread about Git’s path handling, > which wouldn’t even come up under UfW, because it isn’t Windows at

Re: g++ don't build my project from last update

2016-04-21 Thread Marco Atzeri
On 21/04/2016 10:36, Дмитрий Марков wrote: Hello, I updated my cygwin yesterday, because I found strange bug when using boost::asio::ip::tcp::socket for sending some text information(some information became broken). I haven't got such bug under my Linux OS, so I decide upgrade the cygwin.

Re: xfig3.2.5c crashes when trying to open dialog window

2016-04-21 Thread Marco Atzeri
On 21/04/2016 09:28, Tobias Häberlein wrote: Hello, I start xfig in a XFCE-Desktop-Env an it starts up without problems. I can draw anything I want unless I try to open a dialog window (e.g. via File->Open or File->Export). Then xfig crashes with the following message in the command line:

[newlib-cygwin] Always provide register_t via

2016-04-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=51062c856b17c484a5b805b3d63654e87c6fe845 commit 51062c856b17c484a5b805b3d63654e87c6fe845 Author: Sebastian Huber Date: Thu Apr 21 08:21:45 2016 +0200 Always provide register_t via

[newlib-cygwin] Resurrect for

2016-04-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9bb91b6c6b2c648fb656a7b41a72037a4659f708 commit 9bb91b6c6b2c648fb656a7b41a72037a4659f708 Author: Sebastian Huber Date: Thu Apr 21 08:21:44 2016 +0200 Resurrect for Resurrect for use

[newlib-cygwin] Remove cygwin/types.h

2016-04-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8cb99e8ba480c3cda1d6d69af0d8a77540d93934 commit 8cb99e8ba480c3cda1d6d69af0d8a77540d93934 Author: Corinna Vinschen Date: Thu Apr 21 10:12:02 2016 +0200 Remove cygwin/types.h Diff: ---

Re: pthread_attr_init() returning errors

2016-04-21 Thread Corinna Vinschen
On Apr 20 11:18, Ernie Rael wrote: > On 4/20/2016 10:22 AM, Canham, Timothy K (348C) wrote: > >I think I understand what happened now. The call to pthread_attr_init() is > >contained within a function we use to start threads. It is called successive > >times and it fails on the second call. It

Re: git clone fails with error chmod on config.lock failed: Invalid argument

2016-04-21 Thread Corinna Vinschen
On Apr 21 09:15, Tomas Jura wrote: > On 04/20/2016 04:25 PM, Corinna Vinschen wrote: > >On Apr 20 15:05, Tomas Jura wrote: > >>On 04/19/2016 03:39 PM, Corinna Vinschen wrote: > BTW: My machine is Windows Server 2008, yesterday I also run the Windows > update procedure before I notified the

Re: git clone fails with error chmod on config.lock failed: Invalid argument

2016-04-21 Thread Tomas Jura
On 04/20/2016 04:25 PM, Corinna Vinschen wrote: On Apr 20 15:05, Tomas Jura wrote: On 04/19/2016 03:39 PM, Corinna Vinschen wrote: BTW: My machine is Windows Server 2008, yesterday I also run the Windows update procedure before I notified the chmod error. A months ago, I had to migrate to the