From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x630.google.com (mail-ej1-x630.google.com [IPv6:2a00:1450:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id A9D3E386545C for ; Fri, 13 May 2022 20:41:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A9D3E386545C 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-ej1-x630.google.com with SMTP id l18so18330054ejc.7 for ; Fri, 13 May 2022 13:41:59 -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=0KwSNBVfSn1JD2iwrXtp0H0HftGbjKBDP0nqEjJOp5I=; b=b3h+uXyL1Kpym/us+dPen0632gk47vI+kYEvZtwM1dx4WdChz707+FmEykxTCSSbo1 jB1+7gp9crj8SOLkSTdBYV7zY73y2NQoeLhAWdXjnQhEeF6C6/VVwYllDteLuOVhpQgq RQRnQMKUOOCQ0q0Gb6HTs4EG5NLAUKaRdvjfEjWyJGi+BBRBxDkNyW2WwCBDjHyCUIO8 DWXs3MzxYRrZS2Qtwtaw+SDO3DFWa6uSdgHvYsYhxBJexbDiDfsjUvovTSQ7PUDb3yNy orB+9rM/tZ3+V660yCO8QBwW7Kd+nx3q1OHkMoT0Mx+sVSK8ezDUbbcxRmil2lBpD6KQ IDew== 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=0KwSNBVfSn1JD2iwrXtp0H0HftGbjKBDP0nqEjJOp5I=; b=SwgeJkzEydgrN9obm+wxEdjeykCLHZ7jk2yR3y8ofUC2mtvW5z3ovsCd9woRtBpCu8 /mZzrJeCyzS3zh/6K+xxbpHJUfh7BT8tw15chqsP03DF1yhbQ7kT7xxXBZ1SHXO76QYP dv9I1bXqXWxkX/zns1SLV799i6zUMaI4RWG8B3fJo2iMA+1mwZ0jn2MD3YTL4OYrX/dC nYxXR+lHrztiVfKa3uxcGaI/gQELqlsvwWxxTTdTrBGuyjwUWfJN2VYiYY9xpPdQL1yF Y+Q3MPCpbhrdk/WgwrHsaeP0Zb+SbLmSYiVEBWIYbUEbm/6dxW5DDI5LrrhW68psOVGL gTYA== X-Gm-Message-State: AOAM532qRhpP/YZ2pGDXOILxYhwncerol5RzGByT+Zsf3i1euJ+tV6Iv I3I1H06bLwSli94k+T10JutHDJcH1wWHWg1jn/I= X-Google-Smtp-Source: ABdhPJyAPSYS1IBBixT5LX7g8EYMT07M+eY2476VDctWQLzVmCsGsCl8sENR9quNjkzcFVx8vhqAcsYjkIrl+sRAnTY= X-Received: by 2002:a17:906:19c6:b0:6ce:98a4:5ee6 with SMTP id h6-20020a17090619c600b006ce98a45ee6mr5852033ejd.567.1652474518108; Fri, 13 May 2022 13:41:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Martin Ortuno Date: Fri, 13 May 2022 15:41:46 -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.5 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:42:01 -0000 Actually i tried to open python3.9 from windows directly and then the application crashes saying: "The procedure entry point __locale_ctype_ptr could not be located in the dynamic link library C:\Path\toCygwin\bin\libpython3.9.dll" Thanks again... Martin El vie., 13 de mayo de 2022 3:30 p. m., Martin Ortuno < martinortunogonzalez@gmail.com> escribi=C3=B3: > 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 < > bdbaddog@gmail.com> 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 trie= d >>> 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 >>> >>