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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=G/ YTdHWnYNtF228JtDE41brcbJlfr/JuKzOFAVm5rSrHPsorqI5iTMKrLRd+zuhCaq n4SW0Xqq+9fHPBGeN15I/CJVuHeiMqpvtO1Ss3YoXYTCy02oiYWOBRqF/kzAglvi /VdcOmIaXFuP9QXtB1uU2eGQqZuiz002avE990oUw= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=+0sJv6ep mDddQRY2oxdYw/KH4ho=; b=tE2BDfKax7DpxYxk0B7S1n6lqCbpvyKSGY6Sa1PN YOP3NYbaWpzVxPkFTuERUtNONYJK/NHfLaBYvDpfQxH0196AQkyxlaXKj8zJUxQ3 mssIIMIS4SOTqOg4tOX8Vz1bp/M+iemJTiXpIxuW8eVKiU0sM91ePkYKFUGYy+Ot VZI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=ZfAM9RGpiFxgb3XcNZzkqWxz7hgo/Qeo56hpuYJ8clQ=; b=A7dkL51wxRyiqBpFVRv4M38Dcav4VnVRNxQe337xf7mBvGSqZY8dTdSewfXTRxatbJ 91t2d6rHMQd5CZHwDVrF5Zlb/FEv+aUN4hpIdZIi1hQBDfw+M/IvZmwrLXedEXlqhJjY bprRGorUr6fVRVRxArKKQlxi19+sNCU+WstaXY8zDoP5ZeVBC3NhLlMZqGVQihYlCoLm 1chL0lG90QI/cs9UhtMoIgjgI7c3WYq1I5VITtLR5UW6meP948o3kUJ7uxkmUv9MP9Hb gODeon2CdV/zMXrP4gII+gY6jlR0hhR52jdbr99DVX2pYDefEp50KE9HMQaOXflmKDjm DtSw== X-Gm-Message-State: ALoCoQnRZuMc3DPfY6fhcJrRSP4aH0W/iZxnMLTFXROuWDrYyEdwV357UObE0q69EL3Di/ch411s MIME-Version: 1.0 X-Received: by 10.129.38.213 with SMTP id m204mr19640915ywm.74.1445706015840; Sat, 24 Oct 2015 10:00:15 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 Oct 2015 10:00:15 -0700 Message-ID: Subject: Re: problems with to_string not declared in this scope From: Michael Enright To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Fri, Oct 23, 2015 at 9:28 PM, Luong Hoang wrote: > The error says 'to_string' was not declared in this scope Lack of developer attention in the related project newlib. I googled this myself a couple of weeks ago. Apparently if you start to work on that you pull in a lot of other little missing tasks including actually writing the string conversion piece for some of the wider scalar types. https://sourceware.org/ml/cygwin/2015-01/msg00049.html is near the message you reference but I couldn't tell if it was the same thread. I sometimes wonder what would be involved in fixing this. -- 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