From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id 5408D386545C for ; Fri, 13 May 2022 20:31:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5408D386545C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x530.google.com with SMTP id c12so11222138edv.10 for ; Fri, 13 May 2022 13:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sgCKPfvsfi4JVa7LbADLwCqXZMGSntZiUmEyDmzj/3k=; b=cab7O41uuqtyMqcGS4z7HNnQXLdvjfMfJXiOPzQZXT57DKZU8rWz8COnR877mtQhbl XLiT0kDhae4xNT+iiHwlrJwGfzvTGG7n1+Kap7Vvhc4hqXHc4RPMzDWOwTZzmROFVJWr e/UmR5wFZecbmCRcEhgtRTjmOqTSWGt4yuJK/a3pRLJNp/Tm3+RhhQ9mkyAeoSC4lfXB +vkqH2FNBWgVFeih3nqjFJDRX3wZWJ+LSEWMKOnG/mpDPzh/GlAM3h/moe1+RnVzhVzI /kKUsQ8hI6onKUFsUp+R/yy1xntwNW0+6iC/0Ack78kV2KLEmeBCM/3M3sj09Ih0oLm+ 1Bmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sgCKPfvsfi4JVa7LbADLwCqXZMGSntZiUmEyDmzj/3k=; b=2IuZsBr5x1C1z/winAKOztlFAMFcgnhHTU3FtHkvhposPwK6xmMt4NCZmjcgbhkVPR 68ey3SOVEzXUvhCfQUy8SsKFCMTEQrtNf6neT5PpkkRqZBVyBLvauQXKEzLK3z8+bI6H U334bZQLjBCZU+m4PPLhoi/8gO2hk4tnjZOKPZXJfiXigLtvNGbb37ObaytOp5e/USMw VIdmaTaMAASyRJyw2dHLpFNF6goKEiwhgGijd5l5+5lj12SdZVbKEobZxwjLvM5S5RMV AKdaNEZDyHDS/j1r6RkG+ur2BgKqxseprXTdhOUUVSZUkRTMoqC4NxvdMJ/ih5mgvsTa ML3A== X-Gm-Message-State: AOAM533bjIDzMCZCNzkE5cLFR07dkiUoIOfajZZ0UcJJ0vsU9vs+sgov g8SQRNZdK1NtZnVXJ9SpRl2RYzEp5lrmCjFZ8sNnT5hoXtc= X-Google-Smtp-Source: ABdhPJwWaTuP0Y2XigXToLhMW+zqFOj15LyFwAKRhu2FPr5uizbNWHs00W3C8T8s9CRcCqRUWpUNbBhk6aKK+nFKxJw= X-Received: by 2002:a05:6402:4391:b0:427:f2f0:607b with SMTP id o17-20020a056402439100b00427f2f0607bmr446988edc.45.1652473870861; Fri, 13 May 2022 13:31:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Martin Ortuno Date: Fri, 13 May 2022 15:30:59 -0500 Message-ID: Subject: Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1 To: William Deegan Cc: Cygwin List X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 13 May 2022 20:31:14 -0000 On the cygwin envuronment i have both python 2.7.10 and python 3.4.3, the one which is by default is python 2... Pretty sure that's the reason why is not working, i think we need python 3.9 for scons... The problem now is that i cannot install successfully python 3.9. I tried with the setup-x86, just updating python3... However after that python3 stops working... I'd appreciate any advice or support... Thanks, Martin El vie., 13 de mayo de 2022 11:51 a. m., William Deegan escribi=C3=B3: > Are you sure you're running scons from cygwin? > Which version of python do you have installed? > > On Fri, May 13, 2022 at 8:46 AM Martin Ortuno < > martinortunogonzalez@gmail.com> wrote: > >> Hi everyone, >> On one project we are using cygwin v2.3.1 for 32 bits as a building >> environment... We are integrating a library that is built scons, I tried >> to >> run scons v4.3.0-1 but when I prompt scons on the command line. >> Scons -v outputs nothing... >> >> I would appreciate your support in this matters... >> Thank you, >> Martin >> >> -- >> Problem reports: https://cygwin.com/problems.html >> FAQ: https://cygwin.com/faq/ >> Documentation: https://cygwin.com/docs.html >> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple >> >