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:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=NKD/ZUbaixJtSXRV 9aUNxAdzbLGmTwqqXzcwafyRzLJ8QnkLjYmwcVE7gtGt2/CirtuzILNC6xynegno DctmxvVEOfPaJoDVcV511wCt49Ct8M44U8BcB/4TaMQiCW4IIUr243LTJyZ4hKaX DwJIjK/zeStd0/2eDuBs46KDYQg= 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:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=IZUygE+Fsrjjmkr23PM8Oc 9M4aI=; b=JhO8bEdgL05OqgCXwIi2Axhclnu4iPg+8Qm5pmFMc/chW0qqgYoemM cnisdk+lN1eNP8aUS/A/3LkNScb3Du8i4jsE93P2BUJTlqlxgoPiHtjdxF0EqQnP ORsBON0oem+zlWrP5vE9oczg3Qj4DBK3i+hbraUTe3UV/fQLwZBhg= 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-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=H*c:alternative, H*c:HHH, google, After X-HELO: EUR03-DB5-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=M1Dc4Aek7E9wkH9bl3+RqE9wKgTqWPFCgAETUG6IaUA=; b=WVdwMlWGsWBgFc2TY7bugiFLdIILptTbhAdQNjtbhKohvZev87eJ2JrWy4Hi3toxGPcL7CudxDxw3bf42mapGkMK7mCu402afSShtgcqS+94OSdvKjhAs+SpT7QDV7PHa+ITt04UqNZm33FOdsFsThmjs8tOlQowkxHYM21LCAeK1ej2H+1bGZCH6trKy0BOropK0a71U3W70slMSUVuCCDH1lukf6Klm39myyOYrGN8FqdFN/ZzpmCVzyszQEbhKyKBmRjDVS/1xoqtMMVKCjC9IURy74eegzJk35z6Bdq+ezDDuwGiU6r43nixskD7YWKDVaduThIU9u1UucCaEw== From: Jose Isaias Cabrera To: Csaba Raduly , cygwin list Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe Date: Sat, 18 May 2019 12:19:48 +0000 Message-ID: References: <6eb060d0-545b-4c7d-f6c6-a40772dda74f AT gmail DOT com> <94231473-d378-952e-a450-d0323e3906dd AT cs DOT umass DOT edu> , In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4ICK2hY002362 Csaba Raduly, on Saturday, May 18, 2019 02:50 AM, wrote... >On Sat, May 18, 2019 at 7:14 AM Brian Inglis wrote: >> >> On 2019-05-17 21:18, Jose Isaias Cabrera wrote: >> > After more than 8 hours running, building gcc-6.4.0, this error popped up: >> > In file included from ../.././libjava/jni-libjvm.cc:14:0: >> > ../.././libjava/include/jvm.h:795:3: error: ‘ParkHelper’ does not name a type >> > ParkHelper park_helper; >> > Did a few duckduckgo searches and nothing helpfult was found. Before I go to >> > the gcc email support, anyone has an idea? >> Try google: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49499 > >José, try passing > >--enable-languages=c,c++ > >to configure. Unfortunately, you may need to rm -rf the build >directory and start from scratch. Yep, that is how I restarted make. And, by the way, no, there is no need to 'rm -rf ' the directory. It actually starts and whatever has been built, does not need to be. So, this is a pretty smart make script. I am finished and now to start building Bedrockdb. Thanks. josé -- 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