From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32f.google.com (mail-wm1-x32f.google.com [IPv6:2a00:1450:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id B8EAF385801A for ; Sat, 27 Mar 2021 15:36:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B8EAF385801A Received: by mail-wm1-x32f.google.com with SMTP id d191so4439101wmd.2 for ; Sat, 27 Mar 2021 08:36:21 -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=PuzZfOuz+6U+2dYRz1osjZ21RER6P6CBIkNu9PGeUOA=; b=MTri3GrKJHfzu0Q75ic0vx9OUb3SX8Y5tnE79Y9LaljzUZDLzkIePC83hzm83tcNwz Tck0iM8gnGg3/494mUPmyQsuU1O5e09UCpuhxpqERNxISSTUOk0jIuAhHrqPJThoNust YUUfoFHlHywl1gsKAqYY9qF8o/GYPYhuo1UvmwZcd14hHLcU4aqVzeXvXavY9NVSMiX1 /Xv5ZfToV0vKpqM/AfXpHrgxgczo8Z8R6s9oxkcmCMOLM5B2H0IMyuJGW6sgB6LLqmg+ rt+/07ChPfoLMcQCxsXQCh133E3oS9RJzsOnoKIwFmyl4dSYUPlnCbNrwYmazQpOCSqC RHew== X-Gm-Message-State: AOAM530cInrg+88LLWkDDBZN/jS6dRgoIC5CAkytE+3ZVtJcoUbhY4gM Gy2hp8FUezuUOnb9blKMIUmw+UFGT0B3WA== X-Google-Smtp-Source: ABdhPJzRIe4I9f+w0TfPRRPQm4pZtAXgMOuG55rKdX3roB2s25pI+jZL9AaAyKiI+kZ9oHybZGjvrQ== X-Received: by 2002:a05:600c:203:: with SMTP id 3mr17557790wmi.88.1616859380692; Sat, 27 Mar 2021 08:36:20 -0700 (PDT) Received: from ?IPv6:2003:cc:9f36:b817:905c:e174:552:7f8a? (p200300cc9f36b817905ce17405527f8a.dip0.t-ipconnect.de. [2003:cc:9f36:b817:905c:e174:552:7f8a]) by smtp.gmail.com with ESMTPSA id e17sm20640112wra.65.2021.03.27.08.36.20 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 27 Mar 2021 08:36:20 -0700 (PDT) Subject: Re: Building the python swig tutorial To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Sat, 27 Mar 2021 16:36:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.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=-0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_SBL, URIBL_SBL_A 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@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: Sat, 27 Mar 2021 15:36:23 -0000 On 27.03.2021 13:58, Brad Bell wrote: > I am trying to build the swig tutorial on cygwin > http://www.swig.org/tutorial.html > > I changed the version of python to python3.8 (the version on my cygwin > system) and that solved the include file error. have you installed the last swig package ?