From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id AB2D03893659 for ; Thu, 11 Jun 2020 15:19:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AB2D03893659 Received: by mail-wm1-x32d.google.com with SMTP id c71so5316157wmd.5 for ; Thu, 11 Jun 2020 08:19:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=n3ogIPwZGYmNE72aXOS+9AKptGVu27NeNMuhnmj7AkY=; b=BWsD2p7AG7HyAisTBjEECIYG1M3Is60HcHb9PB1mh+cIzk/aZnWzN4kot/jwrU9ssZ qxl/zNZXdaP5rYZAeDAZk29VWm3To3K0JTlePVxJPiVkUCWwEtCJ7KIJlDkyiOczhXgC j3USqS8fd5VSx1p16dLO8KXyRfk3asWz/rxNf8eEE+HiQ7S1e4M774uhcLZP/v3HKmvO yvHhV0NMlRY6drdTfkhhzVpBXV7rvpPQy8jOhqBEnPIdMTO9gTw8jz0XbZAXH0++vSuB 7eBA25Di3nl/8Klpcc7mTQnihUsDDc/5hVmGFgWV5iuVeMaHkomERpJ3oSCAIwryZ+86 7CcA== X-Gm-Message-State: AOAM530vMYgMJ0ooYVW35zgpjZh+Y82HqFnexokPixbKjlqeTThZvpWv f0SLKHhgIve0hu5mJfJSPxvHN8CnBC4= X-Google-Smtp-Source: ABdhPJx6tIUPNOHQ3Zcw+PSc8EnJpe51owiaYrhY5RGm9ZJlMmShkjGOk7ittY3ZT5O5/C07p+Cwrg== X-Received: by 2002:a1c:4c16:: with SMTP id z22mr9136712wmf.17.1591888791528; Thu, 11 Jun 2020 08:19:51 -0700 (PDT) Received: from ?IPv6:2003:cc:9f3b:4c50:7527:c8e5:8e5d:9c48? (p200300cc9f3b4c507527c8e58e5d9c48.dip0.t-ipconnect.de. [2003:cc:9f3b:4c50:7527:c8e5:8e5d:9c48]) by smtp.gmail.com with ESMTPSA id 128sm4787975wme.39.2020.06.11.08.19.50 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 11 Jun 2020 08:19:50 -0700 (PDT) Subject: Re: [ITP] python36-wx 4.0.7.post2 To: cygwin-apps@cygwin.com References: <2b10fc1f-26e0-6507-2c2c-7330d1dd4f6d@gmail.com> From: Marco Atzeri Message-ID: <14fef64e-0fa5-1c78-e355-7f2e934c4c32@gmail.com> Date: Thu, 11 Jun 2020 17:19:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 15:19:56 -0000 On 10.06.2020 11:34, Hamish McIntyre-Bhatty via Cygwin-apps wrote: > On 09/06/2020 20:53, Marco Atzeri via Cygwin-apps wrote: >> >> It is probably possible to build >> >> python36-wx and python37-wx together with the same source package. >> The only files of the binaries they seem to share are >> >> usr/share/icons/hicolor/16x16/apps/PyCrust.png >> usr/share/icons/hicolor/32x32/apps/PyCrust.png >> >> that can be put in a tiny shared common subpackage >> > Seems like a good idea, I'll do that. > >> python38-wx will need python38-numpy that is not yet available. >> > Yeah. There's also a problem with the dev package I think, because > -lpython3.8m can't find the library, and python3.8m doesn't seem to > exist as a command. I might just be being a doofus though so I'll double > check that I installed the right packages. on python 3.8 they should be -lpython3.8 and python3.8 You can use pkconfig to recover it $ pkg-config --libs python-3.8 -lpython3.8 $ pkg-config --libs python-3.7 -lpython3.7m