Added that to SHELLmain.cpp. I may just be stupid, but after trying to use the makefile that's in the same directory as SHELLmain, I'm greeted with this error:
cc1: error: to generate dependencies you must specify either -M or -MM
SHELLmain.cpp:59:58: fatal error: Preprocessor_Environment_Editable/LIBINCLUDE.h: No such file or directory
#include "Preprocessor_Environment_Editable/LIBINCLUDE.h"
Additionally, LateralGM now sigsegv's with:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x9cf09006, pid=23726, tid=2672147264
#
# JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) (build 1.8.0_91-b14)
# Java VM: Java HotSpot(TM) Server VM (25.91-b14 mixed mode linux-x86 )
# Problematic frame:
# C [libcompileEGMf.so+0x149006] jdip::read_qualified_definition(jdi::lexer*, jdi::definition_scope*, jdip::token_t&, jdip::context_parser*, jdi::error_handler*)+0xb5
At least it seems to have gotten farther.
I also tried compiling with the makefile in the root ENIGMA directory, as well as recompiling
libcompileEGF.so. Both of those succeed, but do nothing to alleviate the crash.