delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/02/26/09:02:18

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=XjpiUJr3noVGTXwc
Wx6mS0mC0m3PIwyd8opeYHojDuDr2erKni74KoxCS/Ot6qaNocvIYuKmUTTDtwP2
s1w2xA8k7/PxpYpPCFNID2LubK8ZNUh6bSMlSjoYrhxM1yXKnRRhnHBaQkZ9kjPM
AtzjZ8jg3wBxf24qMKiCUUeUxE4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=uwj5Ocj7eO58VHp9gyQjH/
WIorU=; b=ytCklAXEmC9H5+i6BG3OIsH3M/1lN144qv2KMhQXk3hAKnUTQHMDac
GpnJ9fQHq/X8KvGsAcIbbD6VvFQ1SnaGJrJVtUVd0hPyKoNs0z2L5iPY5wiwUl4+
bxe/48rm3uUnmp5VhiX3hSwxoP8fn5gs9dLg65zRDRCHaVWChnW8o=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:739, Bell, brad, Brad
X-HELO: mail-wm0-f41.google.com
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-transfer-encoding; bh=91gsg3MMhtADny5xybS5dp0CdrMHNFSUHoo1Bn4iKeA=; b=fGZmlQP9a1h0Fd8fBEg+jGYi31bS9FiaGCZ2uQxo3kgCp2/a5suS32DAr/VenHqivF 1uAER0Z83rP6EVEgyQCXYUdf+cMe6P+V0a903qlhtaF9VtL/tyOpdlewRzSoQ/FsT67j zpRmJ2T8coArH8In52R5jgWZPSYsGrKr/js1H+YuwhC2QitlPj6HUi/99MV6MKPsFypd CttY9QDSFVUZnoOW//X83EzeUTd7FxDPCCbfBy9XprUR/v5Qm1Tgx1zqti9DmG6J77up PfdvPZuz2q/2JCpuf190AGojtR1Kg8k7uDn+HpxnD9lFm3ZhB2yh6VeB6hdTwTgipiR1 EEdQ==
X-Gm-Message-State: AMke39m4LK72B+Eqxay1z+mx42bj1zuNWdWvMCMCU6NyecnRTkvnKap/hDVx+YsnzaymMg==
X-Received: by 10.28.66.11 with SMTP id p11mr10971159wma.38.1488117715934; Sun, 26 Feb 2017 06:01:55 -0800 (PST)
Subject: Re: Cygwin + Octave + Swig
To: cygwin AT cygwin DOT com
References: <367436d1-76a9-2747-5f78-322904fa8893 AT seanet DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <eb11a23e-8105-9650-864b-f2b5566b3602@gmail.com>
Date: Sun, 26 Feb 2017 15:01:49 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
MIME-Version: 1.0
In-Reply-To: <367436d1-76a9-2747-5f78-322904fa8893@seanet.com>
X-IsSubscribed: yes

On 26/02/2017 13:45, Brad Bell wrote:
> I am having trouble using the current version of Cygwin (64 bit), Octave
> (4.2.0), and Swig (3.0.11).
>
> This issue seems to be known to to the Swig community; see
>     https://github.com/swig/swig/pull/875
>
> I would like to revert to a previous version of Octave, until this
> problem is solve (by the swig community), but I cannot find one in the
> Cygwin setup-x86_64 program ?
>

You can revert from setup to previous version
   http://pasteboard.co/D0h4Ni2v6.png
click on "Keep" to select the previous version.

Have you tried to overcome the Swig issue defining
   CXX="g++ -std=gnu++11"

This is how Octave was built

$ mkoctfile -p CXX
g++ -std=gnu++11

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019