From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 135BC1EF123; Mon, 26 Jun 2017 05:11:19 -0400 (EDT) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) by befuddled.reisers.ca (Postfix) with ESMTPS id 1D2121EF114 for ; Mon, 26 Jun 2017 05:11:17 -0400 (EDT) Received: by mail-wm0-x231.google.com with SMTP id w126so1887725wme.0 for ; Mon, 26 Jun 2017 02:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=gsWVFBDC6ZiY77Qn+0tuHPsAL7kwUtjfG9EAg82dqx0=; b=FTdHAwYPFClC60ox1eR422KPYXaRvaEYLnuZPqGzefKnY+C8XseNbUFegdFr7fpguo m03wmTttfSULWWYHec4h+L/EsAGRphkq38XXubOi69xlJQieumXhPXFcqz7LxkJmHm7s ZmsgUII2LAT/1cFnykrM4d+84DnQSwreqzT2Jk/1nix42MI2Im0slyRz0S8NuJRh2S6A +HNnYJThEkZ+cRIoSkMTEPLeZsEDq6oKZYOTfAVgOfXDSotsjuUXxnO77SfQIjIWl3eI AjY/r1zQlGtDEuoxh/IqAOEO9qQNXRG9tX95xx0Na19CKXXEZzCTBrdvNx/NTz02tiNb AicA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=gsWVFBDC6ZiY77Qn+0tuHPsAL7kwUtjfG9EAg82dqx0=; b=IdkK7Ytlj+1LSQ1hFLck4nJ3RfiI1gAHCJ56wS+MAabPJCCBcKsZii1FBHYqxMcC2y J68GMaSqS5T2qTyTIEPwC2gJvyl5TfzKzWWwXlZLgBY+nHDQV1J1Jimr8L0ogCUOlq+p n21rxsFnXGaKNxGxZ494JYSY21ArIwVMR4vXFMqFUwcJNtvt/VyGxaSSZzIIO3Vuzy6s sO3bL9gdghVc4f7/RX+ZjloooazQ9cYJMkFPiG239C4nFglB44OCt0RhOI1Mz4jq0rc0 4aF2sp0ShjfxAdOwFA9F2BWp2+fr9uslgM5eHm/j0L3mLm+eOcD8lFBxCgM4DYvTOqkr BJxg== X-Gm-Message-State: AKS2vOw6KpwCft+M1B5HHhZXR9EgQJBqjXQlLBYeCdUH/kJSWwtgFnaC FFV5fAbor0NqcOw/9xA= X-Received: by 10.28.66.196 with SMTP id k65mr11922648wmi.55.1498468272459; Mon, 26 Jun 2017 02:11:12 -0700 (PDT) Received: from sanghar ([2a00:23c4:7320:5900:224:d6ff:fe76:7136]) by smtp.gmail.com with ESMTPSA id 89sm9716989wra.43.2017.06.26.02.11.11 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 26 Jun 2017 02:11:11 -0700 (PDT) Date: Mon, 26 Jun 2017 10:11:10 +0100 From: Okash Khawaja To: "Speakup is a screen review system for Linux." Subject: Re: Latest Speakup won't compile Message-ID: <20170626091110.GA3489@sanghar> References: <20170625171541.GA30321@sanghar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 09:11:19 -0000 Hi, On Sun, Jun 25, 2017 at 01:38:37PM -0400, Jude DaShiell wrote: > If a kernel version check could be done inside a Makefile the check could be > wrapped around the #include lines and automatically choose the correct > include file path to use. Not having written Makefiles yet I don't even > know if make syntax will even support such a check. Yes, that would be nice. However, this is a make shift arrangement until the core set of patches - ones which migrate synths to tty - get mainlined. That might be 4.13.x. Thanks, Okash