I am new to eclipse. I am using eclipse LUNA since the GTK is old on my system. I created an empty c++ project. I select the Linux GCC tool chain (I am on rhel6). Then I created a C++ source file. But then eclipse closes with a bunch of warnings and an assertion about not reached:
Warning: NLS missing message: LINUXTOOLS_PATH in: org.eclipse.linuxtools.tools.launch.ui.messages
Warning: NLS missing message: LINUXTOOLS_PATH_COMBO in: org.eclipse.linuxtools.tools.launch.ui.messages
Warning: NLS missing message: LINUXTOOLS_PATH_TOOLTIP in: org.eclipse.linuxtools.tools.launch.ui.messages
Warning: NLS missing message: LINUXTOOLS_PATH_SYSTEM_ENV in: org.eclipse.linuxtools.tools.launch.ui.messages
Warning: NLS missing message: LINUXTOOLS_PATH_CUSTOM in: org.eclipse.linuxtools.tools.launch.ui.messages
Warning: NLS missing message: LINUXTOOLS_PATH_CUSTOM_TOOLTIP in: org.eclipse.linuxtools.tools.launch.ui.messages
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.
When I reopen eclipse, I see the source file I created, but if I try to open it, I get the last error
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.