X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Xb1hDrKHa/QvDvriFhDCdoUpUpbg0 ITuNbuiMpTxJY4z+zC/tc4rDoo+drrPvlhk0qXnGcjlVh/jlGA3FqbryoTDb2cjl 4eP47RVY+YZgXFUdrpBnX+IiBxEFh2L12K2e5sSXglKLq7fdJDqAkYNqSUz90SZD 5XmpXMupYPNUJM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=b1TY0Faj2ex3gA9BAsEOosjKfgM=; b=RRM KG7KAioEEEGTgCAa6H4zLOLJm6pzGqCzV5mtYm9JHag83dRynrZe/CAZcLuNrUXS RM1Iom55/miRZgDTBhmFRG5Kzg3xJk/ZzteYTfdJXpu1iJq4YnQCB2XdHmz51veu 588aCrCjzhSJBxzwYkncftSLElSioqi4g293SB44= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: relay5-d.mail.gandi.net X-Received: by 10.25.83.193 with SMTP id h184mr3897549lfb.155.1449084772075; Wed, 02 Dec 2015 11:32:52 -0800 (PST) MIME-Version: 1.0 From: "Mr. Coin" Date: Wed, 2 Dec 2015 20:32:32 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: libuv To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi, Lots of project such as node.js or neovim are using libuv (https://github.com/libuv/libuv) which is incompatible with Cygwin. I've spent some time trying to build it, but I get issues with pthread. The wonderful Neovim project has several opened issues regarding the portability of libuv (https://github.com/neovim/neovim/issues/873) It seems Windows are missing some POSIX system calls that Cygwin cannot emulate possibly regarding pthread. Unfortunately I did not find any trustable information about the feasibility to build libuv on Cygwin one day. I'll take a chance to get some information about this here... Cheers, Yves -- 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