Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tYLok-00A3eh-Vv for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Jan 2025 09:05:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tYLoi-0097Ev-Qn for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Jan 2025 09:05:33 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tYLoi-0097Ea-Ha for pgsql-hackers@lists.postgresql.org; Thu, 16 Jan 2025 09:05:33 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYLog-000iOG-0x for pgsql-hackers@lists.postgresql.org; Thu, 16 Jan 2025 09:05:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1737018328; bh=QB2ptUjPmHIDJxRVtM2ORJPpPd4u1uhvEtIFCMvd2Sc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID:From; b=pHfFN6PW9FJ/EzJWcdHGIi+IyEeIV+OCeSwXz3fTh6wG1gPPTmvWxLf+ncG1pyYQj UfWbHvT5IgDqdvOW8vJMDq/oZHBRddrCSOUcqiGlzYFCRcxhvlXhr8ckyYRnbLIG/S 5gC7oReZDVsJMgMtiGAuvW9uvZfwA763C5Or5qopKATYEuhX9GuGkthwyJ5oWh+pAA 1a5LqD4J9x5i706M/p9nztJkkjU2ijWUlyFEEkVlGnT7RnJXwjGBbZ0bANHjCOiSpw TBDc2wtYzeBlhOA1Gj+lLkYuX/YSvkt2VkCZL87+dGgx2LBqdCUlJDQRqzNP1GrdBS 4BaWrz5OgTM2A== Received: from mail.postgrespro.ru (webmail-slave-mstn.l.postgrespro.ru [192.168.2.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: v.popolitov@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id B567D60EAF; Thu, 16 Jan 2025 12:05:28 +0300 (MSK) MIME-Version: 1.0 Date: Thu, 16 Jan 2025 16:05:28 +0700 From: Vladlen Popolitov To: "Kohei Harikae (Fujitsu)" Cc: 'Andres Freund' , "'pgsql-hackers@lists.postgresql.org'" Subject: Re: Windows meson build In-Reply-To: References: <3fadfb663c69bae7448797acfa47c2ba@postgrespro.ru> <2fe1080dc2f42e2510b810d84eee45bd@postgrespro.ru> <29790e2f24e3579296e4a296ff8825a8@postgrespro.ru> <3e9b9c1934d02d7236bc880515058415@postgrespro.ru> Message-ID: <5c8ff7d3cd0c62916ed4641760146bbb@postgrespro.ru> X-Sender: v.popolitov@postgrespro.ru Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-KSMG-AntiPhishing: NotDetected X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2025/01/16 07:50:00 #27039546 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Kohei Harikae (Fujitsu) писал(а) 2025-01-10 16:43: > Hi, > > Thank you for your advice. > Based on your advice, I have added a description of the vcpkg and > -Dextra_include_dirs options. > How do you think about this? > > Regards, > Kohei Harikae Hi, Looks good! If you create commitfest entry, I would make review. -- Best regards, Vladlen Popolitov.