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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=wdE PPY0tOHje4O7GGYvMKKp28WaZve48YzWO+Gx6ad3gFWL/TqiWLZSc5awcTHD/J9t o1+NFggYxttuADtjjv2bJbNvxK/rStAt6TBAkj4qf7Oat0Hrxm22QtIyhbw3gVH+ KNjq22hn4EHm8YaAiO5mIP2a4bZWv6k82dM0j0sc= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=UDleG+znF YkgD+GuifNa3T8T6yM=; b=FgEsm0KsAGU1WWPRonFucln34Hojsn080f8LsmGK+ ALkRcMRUXFqFXQ0YiIn1x0LkA9zWMHjPK9tjjmYLdF4X2MH5nA1s+nY8d4xRqBL4 Yy/E4U7tgkV8d2ZESVRQAaUiL2CJrUgrhmhFr9SGhxN7/Ns3/9ALVZ1cviBfNAii ZI= 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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: na01-by2-obe.outbound.protection.outlook.com From: Luong Hoang To: "cygwin AT cygwin DOT com" Subject: problems with to_string not declared in this scope Date: Sat, 24 Oct 2015 04:28:47 +0000 Message-ID: authentication-results: spf=none (sender IP is ) smtp.mailfrom=lhoang AT microsoft DOT com; x-microsoft-exchange-diagnostics: 1;BN3PR03MB1432;5:iNMOYSlgxnV+eauuO4EJDdr7cetU0xy/MFkoue4YBT6clrJRLD7UDR0GJddOH1Uoczo/41tGJEzmNN4VUIdykaHvWFE97e6Schhy9YQ+xkuxiKjyPgHNeY2t5BnCJkVQw1Y040Hj51qn4pMNYzTRLQ==;24:9If2v7iWnaD0F4+uxS6ME3dLfIOSL6OeyVhnqNX+s0Uh5Q/xz3oV3mp6/CfSHsX8qMk/Rmgs0CwsV/bMziQGxyRCl6eAMQGy02OKRRmiusc=;20:IDyeCbUsF71JfcEofynSLLikDEMrL+rprW7kyJiZGPUTqkskXi3lSLxN0njbYdBqle9aW7Jscl0pJcMwZornFg== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR03MB1432; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425024)(601004)(2401047)(5005006)(520078)(8121501046)(3002001)(102215026)(61426024)(61427024);SRVR:BN3PR03MB1432;BCL:0;PCL:0;RULEID:;SRVR:BN3PR03MB1432; x-forefront-prvs: 073966E86B x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(164054003)(199003)(189002)(86612001)(86362001)(97736004)(92566002)(81156007)(99286002)(2900100001)(15975445007)(102836002)(189998001)(2501003)(5004730100002)(5007970100001)(5001960100002)(110136002)(107886002)(11100500001)(77096005)(5002640100001)(76576001)(74316001)(87936001)(122556002)(5008740100001)(450100001)(54356999)(50986999)(101416001)(40100003)(33656002)(5003600100002)(2351001)(8990500004)(106356001)(229853001)(105586002)(19580395003)(10290500002)(10400500002)(5005710100001)(10090500001)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:BN3PR03MB1432;H:BN3PR03MB1432.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; received-spf: None (protection.outlook.com: microsoft.com does not designate permitted sender hosts) spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 24 Oct 2015 04:28:47.1482 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR03MB1432 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t9O4T3SY013559 Hi, I'm getting a compile error using cygwin related to std::to_string method. The error says 'to_string' was not declared in this scope. I have spent a lot of time searching for a solution but did not come up with any. I found this thread https://cygwin.com/ml/cygwin/2015-01/msg00251.html which was previously sent to Cygwin that describes the exact problem I'm facing, although there's no solution. What is the recommendation for resolving this if any has been found? Here is my configuration and installed packages: - Cygwin 2.873 (64-bit) - Already tried compiling with -std=c++0x/c++11/gnu++. - Gcc-core 5.2.0-1 - gcc-g++ 5.2.0-1 - mingw-gcc-core 4.7.3-1 - mingw-gcc-g++ 4.7.3-1 - mingw64-x86_64-gcc-g++ 4.9.2-2 Thanks, Luong -- 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