From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-046.btinternet.com (mailomta23-re.btinternet.com [213.120.69.116]) by sourceware.org (Postfix) with ESMTPS id 1FF593858293 for ; Sun, 12 Jun 2022 16:29:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1FF593858293 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.54.8]) by re-prd-fep-046.btinternet.com with ESMTP id <20220612162919.WPYR3123.re-prd-fep-046.btinternet.com@re-prd-rgout-005.btmx-prd.synchronoss.net>; Sun, 12 Jun 2022 17:29:19 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A91242861214A X-Originating-IP: [86.139.167.41] X-OWM-Source-IP: 86.139.167.41 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrudduhedgleekucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfhuffvfhgjtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeejudetkefguefgveegleegfeehtdegfeejveejtedtgffftedtvdelteejtddvgeenucffohhmrghinhepghhnohhmvgdrohhrghenucfkphepkeeirddufeelrdduieejrdegudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddthegnpdhinhgvthepkeeirddufeelrdduieejrdeguddpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomhdprhgtphhtthhopehmrghtshhuohhkrgesnhhutggvrdhnrghgohihrgdquhdrrggtrdhjph X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.105] (86.139.167.41) by re-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A91242861214A; Sun, 12 Jun 2022 17:29:18 +0100 Message-ID: <91e02e78-f6d5-6094-4ada-b489bf8423e4@dronecode.org.uk> Date: Sun, 12 Jun 2022 17:29:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 From: Jon Turney Subject: Re: meson build error on gedit-3.32.2 To: Tatsuro MATSUOKA , The Cygwin Mailing List References: <879744514.638572.1654667292450.JavaMail.yahoo.ref@mail.yahoo.co.jp> <879744514.638572.1654667292450.JavaMail.yahoo@mail.yahoo.co.jp> Content-Language: en-GB In-Reply-To: <879744514.638572.1654667292450.JavaMail.yahoo@mail.yahoo.co.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1193.0 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2022 16:29:21 -0000 On 08/06/2022 06:48, Tatsuro MATSUOKA wrote: > I am trying to build gedit-3.32.2 by meson. May I ask, why did you choose that particular version? > $ meson _build > : > > : > Program python3 found: YES (/usr/bin/python3) > WARNING: Python files installed by Meson might not be found by python interpreter. > This warning can be avoided by setting "python.platlibdir" option. > WARNING: Python files installed by Meson might not be found by python interpreter. > This warning can be avoided by setting "python.purelibdir" option. > Configuring config.h using configuration I can't reproduce this. I think perhaps maybe you are encountering a meson bug (already fixed in upstream) that this warning is emitted when you make an unusual choice of prefix? > data/meson.build:19:0: ERROR: Function does not take positional arguments. To fix this error, you'll need to backport the patch from https://gitlab.gnome.org/GNOME/gedit/-/merge_requests/124/diffs > Please give me suggestions for setting "python.platlibdir" and "python.purelibdir" options.