From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id E03C9385800D for ; Sun, 13 Dec 2020 20:12:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E03C9385800D Received: by mail-wm1-x329.google.com with SMTP id 190so1709125wmz.0 for ; Sun, 13 Dec 2020 12:12:15 -0800 (PST) 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=LzwfswSNChjykV2YxPCL1jkv6mC3qeeAzburUxVkB+s=; b=K9kfxKhSZ4Otr4IfXME65w7Ko8qtsQkpKpUmRhjJMrw3b9TLh81MFzbgtPG9bTGbDE 7Ns030dpafaDUljj0pTGkEYWmUQX1g1NGUwUWtDXzbC/uetOmHg5nqLDsx1q9qUnxCG/ BIEYd6SxJht1R1wx15xG9zlIuGGaeL5a+UfgRB85QEK0PbFXRBump0mO1Z+XGVwmnzQz ORFTW0EFn9mAfwaKoFCZDVs11Xb/CYJv2EGYReArq4UIqSUutrUEATAg0M7CnvCDGDnZ mPKrMTVn3Fu0o/gzW95ecHVFLiZZ4smKZW90g+L2eVNeCAp4eopK9ibWgUORjjVFDZ75 VXRA== X-Gm-Message-State: AOAM533TmH2WOgcywRsbOuVod0kHeinz/FjJOLAlPvieGP/LJs/KVBC8 wpqL5Whtyawhw/0u+6B91/PBDFwxwWs= X-Google-Smtp-Source: ABdhPJzcza7Fa2ge6+q45nbZ7vR9saIeRFT2LNLS+3YOlHM0vcqXBbSjrANnvEzoP8a+7DCMFjk4KQ== X-Received: by 2002:a05:600c:4154:: with SMTP id h20mr24113403wmm.72.1607890334977; Sun, 13 Dec 2020 12:12:14 -0800 (PST) Received: from ?IPv6:2003:cc:9f10:5823:8864:894d:6890:4d42? (p200300cc9f1058238864894d68904d42.dip0.t-ipconnect.de. [2003:cc:9f10:5823:8864:894d:6890:4d42]) by smtp.gmail.com with ESMTPSA id i8sm26269994wma.32.2020.12.13.12.12.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 13 Dec 2020 12:12:14 -0800 (PST) Subject: Re: [ITA] wxWidgets3.0 To: cygwin-apps@cygwin.com References: <87blfplodt.fsf@Rainer.invalid> <87v9dwt7pu.fsf@Otto.invalid> <87r1ojubnw.fsf@Otto.invalid> <87im9vu9e2.fsf@Otto.invalid> From: Marco Atzeri Message-ID: <57172955-f23a-0046-e0ef-5c932b052586@gmail.com> Date: Sun, 13 Dec 2020 21:12:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 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.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, 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: Sun, 13 Dec 2020 20:12:17 -0000 On 09.12.2020 21:55, Hamish McIntyre-Bhatty via Cygwin-apps wrote: > On 25/11/2020 10:02, Hamish McIntyre-Bhatty via Cygwin-apps wrote: >>> Okay, so attached is my latest cygport file. I'm still building for >>> 32-bit, so I'll upload and link to the new packages tomorrow. >>> >>> Changes: >>> >>> - Split BUILD_REQUIRES across two lines for definitely build time and >>> probably only runtime deps. >>> >>> - Use system regex library explicitly. >>> >>> - Removed obsolete --without-gnomeprint option. >>> >>> - Use gnomevfs (old bug no longer seems to apply). >>> >>> I tried using the STL, but it results in libraries that don't work as: >>> >>> #1: the wxwidgets demos either segfault instantly or just exit instantly. >>> >>> #2: wxpython no longer works and returns the No such process error above. >>> >>> Hamish >> Okay, cygport file attached again and the new packages can be had from >> https://www.hamishmb.com/files/cygwin-temp/ as before. >> >> Hamish > > *bump* > > Would be good to get this verified so I can get on to other things for > Cygwin. > > Hamish > it builds and packages fine. but I tried to build the tests on gtk3/tests make test.exe and it fails Regards Marco