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=TCYEG1oxYpcQzx5WyundGgsDn6Kbd 4Va6b5wOq2UvGWXHD4BbpK7gY0LRrwvCJYD3i4TqWSTrM7g+EM9YfC9rcLiKb/SX fyww/GOCUiyz2m3eY64r8CFGGXgsrgdLNJNV5wehKcQJqpq9Nnc4sy+aLun0TQjF DHXFAJMh4osaeU= 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=CoxD0zZ8fFRn9zWCiP0hML9w6ZY=; b=aL0 YtxoDN5T3W48nvGN4aEgZngCBku6tuBo6Bx5BiR1u/nwpNYGeljgjcHciCa11lcn sZ8yLEaaWgDSjdveYSJDvI/27enxQH9578CC6H4HQ18w/C5lS8E8gT89iSZDXvS/ aSFJQ/ya80D5O9EvjrK/sgvtY2XnEAwpQ/hFjeyg= 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.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:10.80.179, Hx-languages-length:1141 X-HELO: mail-wm0-f52.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3IDUKsX3vkpig+EKrMpbvjTCnEZzE+59dMEWRapk20w=; b=EfxWfh6EZ58CZwJ/ilEou3BEdeIXLr4dZpcBYH2MSpIsyCmK7gsfAufhCwGIG6SD5U BRhb22/H5q27skcmJ58X5x2C+Y0j8VURunzI39OpXILqFJZ9bFzEHCPzMIhpfGRbq3tV MFLNQBwdgcmwH1gfGjUVfVyecIcnE1Bc0aVGW3Rws8T190/rUh3P/NgtPjMCw5K8qlGY 90MLaJ/a2BHfMgnhVXl2WtFcu0Oh5fR/bUeiozDwvi7Cy4sMIJuczD2zfMEn3OZWuy+l Xoi/nxSc/OErOkRJMsYKCctE7wt7QFzas2TH2TabQZkGP8QmdrJkPe15to/jfK4zlf7+ 4hhA== X-Gm-Message-State: AJaThX6DLy6f11ePxADIO7Qmt/nS+xcK2IbAEsi9PP1yeF5LyYbGypwv JjJKJDVmshpxSIVipiOBDKT7OGzKufKx6RA4ZO3R6w== X-Google-Smtp-Source: AGs4zMaCcaccNCQm0DktiCuJdi++j9+5ZUGs9BIlq3pyDGhlPg/Toln6nKGzw8iaL8BWExU35Gwe+nAJHBPGhGUF96o= X-Received: by 10.80.164.209 with SMTP id x17mr21278049edb.158.1511217647617; Mon, 20 Nov 2017 14:40:47 -0800 (PST) MIME-Version: 1.0 From: Ben Altman Date: Mon, 20 Nov 2017 17:40:46 -0500 Message-ID: Subject: Building ksh93 on cygwin To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hello, I am trying to get ksh93 to successfully build on cygwin. My first issue was nl_types.h being absent. I installed the catgets package to get it and try to rebuild. Now it is complaining about posix_spawnattr_t: + cc -D_BLD_STATIC -D_BLD_ast -I. -I/home/baltman/ast-beta/src/lib/libast -Icomp -I/home/baltman/ast-beta/src/lib/libast/comp -Iinclude -I/home/baltman/ast-beta/src/lib/libast/include -Istd -I/home/baltman/ast-beta/src/lib/libast/std -D_PACKAGE_ast -c /home/baltman/ast-beta/src/lib/libast/misc/spawnvex.c /home/baltman/ast-beta/src/lib/libast/misc/spawnvex.c: In function 'spawnvex': /home/baltman/ast-beta/src/lib/libast/misc/spawnvex.c:802:2: error: unknown type name 'posix_spawnattr_t' posix_spawnattr_t ax; I asked about it on https://github.com/att/ast/issues/127 and they said I need to look into how/where 'posix_spawnattr_t is defined under Cygwin. Would any one here be able to help me out? I am hoping that if I can successfully get it to compile then the next step would be to follow the steps needed to get it included as a package for cygwin but first things first. Thanks. Ben -- 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