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. Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler So if you're looking for a completely portable, 100% standards-conformat way to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK) -- 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